diff options
author | Steeve Chailloux <steeve@chaahk.com> | 2015-04-06 05:14:07 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-04-16 12:39:56 +0000 |
commit | f0edc9c560285077fac8d300b65d65e7295ab486 (patch) | |
tree | 86e604199ce7405b5f59afa01f5aa1d831596bee /testing/apache-ant/apache-ant.sh | |
parent | 283f06655c880fbc6f304625312a636584a5cfa8 (diff) | |
download | aports-f0edc9c560285077fac8d300b65d65e7295ab486.tar.bz2 aports-f0edc9c560285077fac8d300b65d65e7295ab486.tar.xz |
testing/apache-ant
http://ant.apache.org/
A java-based build tool.
Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
Diffstat (limited to 'testing/apache-ant/apache-ant.sh')
-rw-r--r-- | testing/apache-ant/apache-ant.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/apache-ant/apache-ant.sh b/testing/apache-ant/apache-ant.sh new file mode 100644 index 0000000000..db9963a47b --- /dev/null +++ b/testing/apache-ant/apache-ant.sh @@ -0,0 +1,2 @@ +export ANT_HOME=/usr/share/java/apache-ant +export PATH=$PATH:$ANT_HOME/bin |