[Yanel-commits] rev 47404 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Tue Feb 2 13:23:41 CET 2010


Author: michi
Date: 2010-02-02 13:23:40 +0100 (Tue, 02 Feb 2010)
New Revision: 47404

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
java version upgraded

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2010-02-02 12:21:13 UTC (rev 47403)
+++ public/yanel/trunk/src/build/build.properties	2010-02-02 12:23:40 UTC (rev 47404)
@@ -10,6 +10,7 @@
 #
 # IMPORTANT: Because of the changes listed below, one might has to re-configure the local.build.properties file (and in particular synchronize the build.properties.version number
 #
+# Change 20100202: Java version upgraded to 1.6
 # Change 20100125: log-access property removed because it can now be configured within src/webapp/WEB-INF/local.web.xml
 # Change 20091204: log4j directory enabled
 # Change 20090903: xml-apis ambiguity
@@ -18,7 +19,7 @@
 # --------------------------------------------------------------------------
 
 # Version of this file in order to compare with local.build.properties
-build.properties.version=2010012500
+build.properties.version=2010020200
 
 # Servlet context prefix
 servlet.context.prefix=yanel
@@ -124,8 +125,8 @@
 tomcat.version=5.5.20
 
 # Java version
-source.java.version=1.5
-target.java.version=1.5
+source.java.version=1.6
+target.java.version=1.6
 
 
 # Is a GUI unavailable? (any defined value will prevent use of a GUI)



More information about the Yanel-commits mailing list