ant: depoya eklendi.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Apache Ant start script configuration file
|
||||
|
||||
# Optional jars and their dependencies
|
||||
OPT_JAR_LIST=/usr/share/java/junit.jar
|
||||
@@ -0,0 +1 @@
|
||||
setenv ANT_HOME /usr/share/ant
|
||||
@@ -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}"/>
|
||||
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /etc/apache-ant/ant.conf
|
||||
|
||||
export LOCALCLASSPATH=${OPT_JAR_LIST}
|
||||
/usr/share/apache-ant/bin/ant "$@"
|
||||
Reference in New Issue
Block a user