ant: gerekmeyen dosyalar silindi.

This commit is contained in:
namso-01
2016-01-25 22:20:44 +02:00
parent 2d9e676e05
commit 686e6360d6
5 changed files with 28 additions and 60 deletions
-1
View File
@@ -1 +0,0 @@
ANT_HOME="/usr/share/ant"
@@ -1,11 +0,0 @@
--- 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}"/>
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
. /etc/apache-ant/ant.conf
. /etc/ant/ant.conf
export LOCALCLASSPATH=${OPT_JAR_LIST}
/usr/share/apache-ant/bin/ant "$@"
/usr/share/ant/bin/ant "$@"