sgoeschl 2005/04/29 04:51:45
Modified: . project.properties Log: Added propeties for the java compiler to accept Java 1.2 as source and generate class files for Java 1.1 as it is done in the current ANT build Revision Changes Path 1.7 +6 -0 ws-xmlrpc/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/ws-xmlrpc/project.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.properties 26 Apr 2005 09:46:28 -0000 1.6 +++ project.properties 29 Apr 2005 11:51:45 -0000 1.7 @@ -10,6 +10,12 @@ maven.compile.optimize = off maven.compile.deprecation = off +# Specifies the source version for the Java compiler. +maven.compile.source = 1.2 + +# Generate class files for a specific JVM version +maven.compile.target = 1.1 + # ------------------------------------------------------------------- # XDOC PLUGIN # -------------------------------------------------------------------