You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2005/04/22 10:07:37 UTC

svn commit: r164191 - /incubator/jackrabbit/trunk/project.properties

Author: mreutegg
Date: Fri Apr 22 01:07:37 2005
New Revision: 164191

URL: http://svn.apache.org/viewcvs?rev=164191&view=rev
Log:
JCR-112: add target jvm in maven properties for compilation

Modified:
    incubator/jackrabbit/trunk/project.properties

Modified: incubator/jackrabbit/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/project.properties?rev=164191&r1=164190&r2=164191&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/project.properties (original)
+++ incubator/jackrabbit/trunk/project.properties Fri Apr 22 01:07:37 2005
@@ -62,6 +62,8 @@
 maven.compile.debug=on
 maven.compile.deprecation=off
 maven.compile.optimize=off
+maven.compile.source=1.4
+maven.compile.target=1.4
 
 maven.jarResources.basedir=src/java
 maven.jar.excludes=**/package.html