Revision: 544
          http://svn.sourceforge.net/stripes/?rev=544&view=rev
Author:   bengunter
Date:     2007-05-15 10:24:13 -0700 (Tue, 15 May 2007)

Log Message:
-----------
added target="1.5" to javac tasks

Modified Paths:
--------------
    branches/1.4.x/examples/build.xml
    branches/1.4.x/stripes/build.xml
    branches/1.4.x/tests/build.xml

Modified: branches/1.4.x/examples/build.xml
===================================================================
--- branches/1.4.x/examples/build.xml   2007-05-15 17:13:59 UTC (rev 543)
+++ branches/1.4.x/examples/build.xml   2007-05-15 17:24:13 UTC (rev 544)
@@ -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: branches/1.4.x/stripes/build.xml
===================================================================
--- branches/1.4.x/stripes/build.xml    2007-05-15 17:13:59 UTC (rev 543)
+++ branches/1.4.x/stripes/build.xml    2007-05-15 17:24:13 UTC (rev 544)
@@ -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: branches/1.4.x/tests/build.xml
===================================================================
--- branches/1.4.x/tests/build.xml      2007-05-15 17:13:59 UTC (rev 543)
+++ branches/1.4.x/tests/build.xml      2007-05-15 17:24:13 UTC (rev 544)
@@ -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

Reply via email to