Skip to Content.
Sympa Menu

notify-dpml - r871 - trunk/main/transit

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: r871 - trunk/main/transit
  • Date: Sat, 7 Jan 2006 18:47:03 +0100

Author: mcconnell
Date: 2006-01-07 18:46:59 +0100 (Sat, 07 Jan 2006)
New Revision: 871

Modified:
trunk/main/transit/bootstrap.xml
Log:
make javac source and target explicit

Modified: trunk/main/transit/bootstrap.xml
===================================================================
--- trunk/main/transit/bootstrap.xml 2006-01-07 17:45:59 UTC (rev 870)
+++ trunk/main/transit/bootstrap.xml 2006-01-07 17:46:59 UTC (rev 871)
@@ -361,7 +361,8 @@
<!--
Compile sources in target/build/main with oputput classes under
target/classes.
-->
- <javac srcdir="${target.build.main.dir}" destdir="${target.classes.dir}"
debug="true">
+ <javac srcdir="${target.build.main.dir}" destdir="${target.classes.dir}"
debug="true"
+ source="1.4" target="1.4">
<classpath refid="project.main.path"/>
</javac>
</target>




  • r871 - trunk/main/transit, mcconnell at BerliOS, 01/07/2006

Archive powered by MHonArc 2.6.24.

Top of Page