usr/src/lib/ant/build_xml.patch
changeset 16 4481d72bca2d
parent 15 24b3ef38fbcd
child 17 4c6e1d5e1470
equal deleted inserted replaced
15:24b3ef38fbcd 16:4481d72bca2d
     1 Remove of redundant execution dependency.
       
     2 
       
     3 --- build.xml	2008-06-27 06:05:24.000000000 +0200
       
     4 +++ build.xml	2008-11-15 21:48:48.125000000 +0100
       
     5 @@ -925,7 +925,7 @@
       
     6         ===================================================================
       
     7    -->
       
     8    <target name="dist-lite"
       
     9 -    depends="jars,test-jar"
       
    10 +    depends="jars"
       
    11      description="--> creates a minimum distribution to run Apache Ant">
       
    12  
       
    13      <mkdir dir="${dist.dir}"/>