webwork build.xml,1.16,1.17

[email protected] Thu, 16 Jun 2005 04:17:53 -0700
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26479

Modified Files:
	build.xml 
Log Message:
Force 1.3 class format


Index: build.xml
===================================================================
RCS file: /cvsroot/opensymphony/webwork/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- build.xml	29 Dec 2003 05:33:22 -0000	1.16
+++ build.xml	16 Jun 2005 11:17:50 -0000	1.17
@@ -121,7 +121,7 @@
       </fileset>
     </copy>
 
-    <javac srcdir="${src.dir}/test" destdir="${test.classes}" classpathref="core.class.path" debug="on"/>
+    <javac source="1.3" target="1.3" srcdir="${src.dir}/test" destdir="${test.classes}" classpathref="core.class.path" debug="on"/>
 
   </target>
 
@@ -159,12 +159,12 @@
   </target>
 
   <target name="precompile" depends="check-javacc" description="Generate expression language parser">
-    <javacc target="${src.dir}/main/webwork/expr/Parser.jj" javacchome="${lib.dir}/build"/>
+    <javacc source="1.3" target="1.3" target="${src.dir}/main/webwork/expr/Parser.jj" javacchome="${lib.dir}/build"/>
   </target>
 
   <target name="compile" depends="precompile" description="Compile all core classes">
     <mkdir dir="${build.dir}/result/web/WEB-INF/classes"/>
-    <javac srcdir="${src.dir}/main" destdir="${build.dir}/result/web/WEB-INF/classes" debug="on" deprecation="off" optimize="off">
+    <javac srcdir="${src.dir}/main" destdir="${build.dir}/result/web/WEB-INF/classes" debug="on" deprecation="off" optimize="off" source="1.3" target="1.3">
       <classpath refid="core.class.path"/>
     </javac>
   </target>



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click