You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/11/22 10:48:52 UTC

svn commit: r478103 - /jackrabbit/trunk/webapp/project.properties

Author: angela
Date: Wed Nov 22 01:48:51 2006
New Revision: 478103

URL: http://svn.apache.org/viewvc?view=rev&rev=478103
Log:
JCR-612 : Restructure the Jackrabbit source tree

maven war settings

Modified:
    jackrabbit/trunk/webapp/project.properties

Modified: jackrabbit/trunk/webapp/project.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/webapp/project.properties?view=diff&rev=478103&r1=478102&r2=478103
==============================================================================
--- jackrabbit/trunk/webapp/project.properties (original)
+++ jackrabbit/trunk/webapp/project.properties Wed Nov 22 01:48:51 2006
@@ -16,11 +16,16 @@
 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/
 
-#-------------------------------------------------------
+# -----------------------------------------------------------------------------
 jackrabbit.build.version.jcr=1.0
 jackrabbit.build.version.jackrabbit=1.1-SNAPSHOT
 jackrabbit.build.version.jcr.rmi=1.1-SNAPSHOT
 
+# -----------------------------------------------------------------------------
 # use 1.4 as target even when compiling with a 1.5 JDK
 maven.compile.source=1.4
 maven.compile.target=1.4
+
+# -----------------------------------------------------------------------------
+# war plugin settings
+maven.war.src=${basedir}/src/main/webapp