ant: depoya eklendi.

This commit is contained in:
namso-01
2015-08-15 14:17:25 +03:00
parent 542766ed39
commit dd834ab0f2
8 changed files with 174 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Apache Ant start script configuration file
# Optional jars and their dependencies
OPT_JAR_LIST=/usr/share/java/junit.jar
+1
View File
@@ -0,0 +1 @@
setenv ANT_HOME /usr/share/ant
+1
View File
@@ -0,0 +1 @@
export ANT_HOME=/usr/share/ant
@@ -0,0 +1,11 @@
--- apache-ant-1.8.0.orig/build.xml 2010-04-13 14:09:27.501531982 +0200
+++ apache-ant-1.8.0/build.xml 2010-04-13 14:57:08.321408006 +0200
@@ -832,7 +832,7 @@
===================================================================
-->
<target name="dist-lite"
- depends="jars,test-jar"
+ depends="jars"
description="--> creates a minimum distribution to run Apache Ant">
<mkdir dir="${dist.dir}"/>
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
. /etc/apache-ant/ant.conf
export LOCALCLASSPATH=${OPT_JAR_LIST}
/usr/share/apache-ant/bin/ant "$@"