r1801 - trunk/main

mcconnell at BerliOS mcconnell at mail.berlios.de
Mon Dec 11 00:08:42 EST 2006


Author: mcconnell
Date: 2006-12-11 06:08:41 +0100 (Mon, 11 Dec 2006)
New Revision: 1801

Modified:
   trunk/main/bootstrap.xml
Log:
remove source and target constraints on bootstrap compilation

Modified: trunk/main/bootstrap.xml
===================================================================
--- trunk/main/bootstrap.xml	2006-12-08 13:19:12 UTC (rev 1800)
+++ trunk/main/bootstrap.xml	2006-12-11 05:08:41 UTC (rev 1801)
@@ -390,8 +390,7 @@
     <!--
     Compile sources in target/build/main with oputput classes under target/classes.
     -->
-    <javac srcdir="${target.build.main.dir}" destdir="${target.classes.dir}" debug="true"
-       source="1.4" target="1.4">
+    <javac srcdir="${target.build.main.dir}" destdir="${target.classes.dir}" debug="true" >
       <classpath refid="project.main.path"/>
     </javac>
   </target>




More information about the notify-dpml mailing list