You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by tv...@apache.org on 2007/05/23 23:03:28 UTC

svn commit: r541073 - /jakarta/turbine/fulcrum/trunk/project.properties

Author: tv
Date: Wed May 23 14:03:28 2007
New Revision: 541073

URL: http://svn.apache.org/viewvc?view=rev&rev=541073
Log:
Limit source compatibility to Java 1.4

Modified:
    jakarta/turbine/fulcrum/trunk/project.properties

Modified: jakarta/turbine/fulcrum/trunk/project.properties
URL: http://svn.apache.org/viewvc/jakarta/turbine/fulcrum/trunk/project.properties?view=diff&rev=541073&r1=541072&r2=541073
==============================================================================
--- jakarta/turbine/fulcrum/trunk/project.properties (original)
+++ jakarta/turbine/fulcrum/trunk/project.properties Wed May 23 14:03:28 2007
@@ -24,8 +24,12 @@
 
 maven.checkstyle.format = turbine
 maven.checkstyle.properties = ${basedir}/project.properties
-maven.compile.deprecation = no
 
+maven.compile.source = 1.4
+maven.compile.target = 1.4
+maven.compile.debug = on
+maven.compile.optimize = off
+maven.compile.deprecation = off
 
 # display the date on the site
 maven.xdoc.date = left
@@ -46,6 +50,7 @@
 # -------------------------------------------------------------------
 maven.junit.usefile=true
 maven.junit.fork=true
+maven.junit.jvmargs=-Xmx1024m
 maven.test.failure.ignore=false
 
 # -------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-dev-help@jakarta.apache.org