You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2006/08/09 00:58:45 UTC

svn commit: r429871 - /ant/antlibs/common/trunk/build.xml

Author: stevel
Date: Tue Aug  8 15:58:45 2006
New Revision: 429871

URL: http://svn.apache.org/viewvc?rev=429871&view=rev
Log:
make it optional

Modified:
    ant/antlibs/common/trunk/build.xml

Modified: ant/antlibs/common/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/build.xml?rev=429871&r1=429870&r2=429871&view=diff
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Tue Aug  8 15:58:45 2006
@@ -24,9 +24,9 @@
     <!--load in an optional file containing versions of things-->
     <property file="libraries.properties"/>
     
-    <!--load in a non-optional file containing versions of ant
-      and derivative libraries-->
-    <loadproperties srcFile="${ant.home}/lib/libraries.properties"/>
+    <!--load in a file containing versions of ant
+      and other libraries-->
+    <property file="${ant.home}/lib/libraries.properties"/>
 
     <property name="build" value="build"/>
     <property name="build.classes" value="${build}/classes"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org