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/12/15 10:36:26 UTC

svn commit: r356997 - /incubator/jackrabbit/trunk/contrib/jcr-server/project.properties

Author: mreutegg
Date: Thu Dec 15 01:36:21 2005
New Revision: 356997

URL: http://svn.apache.org/viewcvs?rev=356997&view=rev
Log:
Use 1.4 as target even when compiling with a 1.5 JDK

Modified:
    incubator/jackrabbit/trunk/contrib/jcr-server/project.properties

Modified: incubator/jackrabbit/trunk/contrib/jcr-server/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-server/project.properties?rev=356997&r1=356996&r2=356997&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-server/project.properties (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-server/project.properties Thu Dec 15 01:36:21 2005
@@ -5,3 +5,7 @@
 jackrabbit.build.version.jcr=1.0
 jackrabbit.build.version.jackrabbit=1.0-SNAPSHOT
 jackrabbit.build.version.jcr.rmi=1.0-SNAPSHOT
+
+# use 1.4 as target even when compiling with a 1.5 JDK
+maven.compile.source=1.4
+maven.compile.target=1.4