aboutsummaryrefslogtreecommitdiffstats
path: root/testing/apache-ant/apache-ant.sh
diff options
context:
space:
mode:
authorSteeve Chailloux <steeve@chaahk.com>2015-04-06 05:14:07 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2015-04-16 12:39:56 +0000
commitf0edc9c560285077fac8d300b65d65e7295ab486 (patch)
tree86e604199ce7405b5f59afa01f5aa1d831596bee /testing/apache-ant/apache-ant.sh
parent283f06655c880fbc6f304625312a636584a5cfa8 (diff)
downloadaports-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.sh2
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