Author: bodewig
Date: Thu Oct 26 21:19:07 2006
New Revision: 468263

URL: http://svn.apache.org/viewvc?view=rev&rev=468263
Log:
Ouch, committed an invalid build file

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?view=diff&rev=468263&r1=468262&r2=468263
==============================================================================
--- ant/antlibs/common/trunk/build.xml (original)
+++ ant/antlibs/common/trunk/build.xml Thu Oct 26 21:19:07 2006
@@ -84,7 +84,7 @@
       destdir="${build.classes}"
       debug="${javac.debug}"
       source="${javac.-source}"
-      source="${javac.-target}"
+      target="${javac.-target}"
       />
   </target>
 
@@ -153,7 +153,7 @@
       destdir="${build.testclasses}"
       debug="${javac.debug}"
       source="${javac.-source}"
-      source="${javac.-target}"
+      target="${javac.-target}"
       >
       <classpath>
         <pathelement location="${jarname}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to