Revision: 543
http://svn.sourceforge.net/stripes/?rev=543&view=rev
Author: bengunter
Date: 2007-05-15 10:13:59 -0700 (Tue, 15 May 2007)
Log Message:
-----------
added target="1.5" to javac ant tasks
Modified Paths:
--------------
trunk/examples/build.xml
trunk/stripes/build.xml
trunk/tests/build.xml
Modified: trunk/examples/build.xml
===================================================================
--- trunk/examples/build.xml 2007-05-15 11:34:43 UTC (rev 542)
+++ trunk/examples/build.xml 2007-05-15 17:13:59 UTC (rev 543)
@@ -49,7 +49,7 @@
<!-- =================================================================== -->
<target name="compile" depends="init"
description="Compiles the java classes that are part of the examples
application.">
- <javac destdir="${classes.dir}" debug="on">
+ <javac target="1.5" destdir="${classes.dir}" debug="on">
<src path="${src.dir}"/>
<classpath refid="build.class.path"/>
</javac>
Modified: trunk/stripes/build.xml
===================================================================
--- trunk/stripes/build.xml 2007-05-15 11:34:43 UTC (rev 542)
+++ trunk/stripes/build.xml 2007-05-15 17:13:59 UTC (rev 543)
@@ -73,7 +73,7 @@
<!-- classpath. -->
<!-- =================================================================== -->
<target name="compile" depends="init" description="Compiles the java code
for Stripes.">
- <javac destdir="${classes.dir}" debug="on">
+ <javac target="1.5" destdir="${classes.dir}" debug="on">
<src path="${src.dir}"/>
<classpath refid="build.class.path"/>
</javac>
Modified: trunk/tests/build.xml
===================================================================
--- trunk/tests/build.xml 2007-05-15 11:34:43 UTC (rev 542)
+++ trunk/tests/build.xml 2007-05-15 17:13:59 UTC (rev 543)
@@ -65,7 +65,7 @@
<!-- classpath.
-->
<!-- ===================================================================
-->
<target name="compile" depends="init">
- <javac destdir="${classes.dir}" debug="on">
+ <javac target="1.5" destdir="${classes.dir}" debug="on">
<src path="${src.dir}"/>
<classpath refid="class.path"/>
</javac>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development