Skip to Content.
Sympa Menu

notify-dpml - r1801 - trunk/main

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1801 - trunk/main
  • Date: Mon, 11 Dec 2006 06:08:42 +0100

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>




  • r1801 - trunk/main, mcconnell at BerliOS, 12/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page