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/07/11 11:58:59 UTC

svn commit: r210091 - in /incubator/jackrabbit/trunk: commons/project.xml core/project.xml project.properties

Author: mreutegg
Date: Mon Jul 11 02:58:58 2005
New Revision: 210091

URL: http://svn.apache.org/viewcvs?rev=210091&view=rev
Log:
JCR-167: Add maven-eclipse-plugin properties to project.xml for easier configuration in IDE

Modified:
    incubator/jackrabbit/trunk/commons/project.xml
    incubator/jackrabbit/trunk/core/project.xml
    incubator/jackrabbit/trunk/project.properties

Modified: incubator/jackrabbit/trunk/commons/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/commons/project.xml?rev=210091&r1=210090&r2=210091&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/commons/project.xml (original)
+++ incubator/jackrabbit/trunk/commons/project.xml Mon Jul 11 02:58:58 2005
@@ -35,6 +35,9 @@
             <groupId>jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
             <version>${pom.currentVersion}</version>
+            <properties>
+                <eclipse.dependency>true</eclipse.dependency>
+            </properties>
         </dependency>
         <dependency>
             <groupId>jsr170</groupId>

Modified: incubator/jackrabbit/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/project.xml?rev=210091&r1=210090&r2=210091&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/project.xml (original)
+++ incubator/jackrabbit/trunk/core/project.xml Mon Jul 11 02:58:58 2005
@@ -35,11 +35,17 @@
             <groupId>jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
             <version>${pom.currentVersion}</version>
+            <properties>
+                <eclipse.dependency>true</eclipse.dependency>
+            </properties>
         </dependency>
         <dependency>
             <groupId>jackrabbit</groupId>
             <artifactId>jackrabbit-commons</artifactId>
             <version>${pom.currentVersion}</version>
+            <properties>
+                <eclipse.dependency>true</eclipse.dependency>
+            </properties>
         </dependency>
 
         <dependency>

Modified: incubator/jackrabbit/trunk/project.properties
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/project.properties?rev=210091&r1=210090&r2=210091&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/project.properties (original)
+++ incubator/jackrabbit/trunk/project.properties Mon Jul 11 02:58:58 2005
@@ -99,3 +99,7 @@
 # Site Deploy (into ../jackrabbit-site for checkout on incubator.apache.org)
 ######################################################################
 maven.site.deploy.method=fs
+
+# IDE settings
+maven.eclipse.resources.addtoclasspath=true
+