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

svn commit: r209999 - /incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties

Author: jukka
Date: Sun Jul 10 02:47:51 2005
New Revision: 209999

URL: http://svn.apache.org/viewcvs?rev=209999&view=rev
Log:
JCR-RMI: Force JDK 1.4 compliance

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

Modified: incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties?rev=209999&r1=209998&r2=209999&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-rmi/project.properties Sun Jul 10 02:47:51 2005
@@ -1,3 +1,5 @@
 maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/,http://www.day.com/maven/jsr170/javadocs/jcr-1.0/
 maven.repo.remote=http://www.ibiblio.org/maven/,http://www.day.com/maven/
 maven.checkstyle.properties=checkstyle.xml
+maven.compile.source=1.4
+maven.compile.target=1.4