ggregory 2004/10/19 16:21:18
Modified: codec project.properties
Log:
Tweak to allow the Java 1.5 compiler to be used:
maven.compile.source = 1.3
Revision Changes Path
1.20 +6 -1 jakarta-commons/codec/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/project.properties,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- project.properties 10 Jul 2004 23:07:27 -0000 1.19
+++ project.properties 19 Oct 2004 23:21:18 -0000 1.20
@@ -48,3 +48,8 @@
maven.jdiff.new.tag = CODEC_1_3
maven.announcement.file=${maven.build.dir}/RELEASE-NOTES.txt
+
+# Specifies the source version for the Java compiler.
+# Corresponds to the source attribute for the ant javac task.
+# Valid values are 1.3, 1.4, 1.5.
+maven.compile.source = 1.3
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]