You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2009/07/31 06:46:32 UTC

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

Author: bodewig
Date: Fri Jul 31 04:46:32 2009
New Revision: 799516

URL: http://svn.apache.org/viewvc?rev=799516&view=rev
Log:
antlibs need Ant to compile

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=799516&r1=799515&r2=799516&view=diff
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Fri Jul 31 04:46:32 2009
@@ -88,7 +88,7 @@
       debug="${javac.debug}"
       source="${javac.-source}"
       target="${javac.-target}"
-      includeantruntime="false"
+      includeantruntime="true"
       />
   </target>