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 2011/04/13 13:47:31 UTC

svn commit: r1091753 - in /jackrabbit/trunk: jackrabbit-bundle/pom.xml test/jackrabbit-bundle-it/pom.xml

Author: jukka
Date: Wed Apr 13 11:47:31 2011
New Revision: 1091753

URL: http://svn.apache.org/viewvc?rev=1091753&view=rev
Log:
JCR-2608: Making Jackrabbit content repo usable from OSGi

Fix relativePath settings.

Modified:
    jackrabbit/trunk/jackrabbit-bundle/pom.xml
    jackrabbit/trunk/test/jackrabbit-bundle-it/pom.xml

Modified: jackrabbit/trunk/jackrabbit-bundle/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-bundle/pom.xml?rev=1091753&r1=1091752&r2=1091753&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-bundle/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-bundle/pom.xml Wed Apr 13 11:47:31 2011
@@ -27,7 +27,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
     <version>2.3-SNAPSHOT</version>
-    <relativePath/>
+    <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-bundle</artifactId>
   <packaging>bundle</packaging>

Modified: jackrabbit/trunk/test/jackrabbit-bundle-it/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/test/jackrabbit-bundle-it/pom.xml?rev=1091753&r1=1091752&r2=1091753&view=diff
==============================================================================
--- jackrabbit/trunk/test/jackrabbit-bundle-it/pom.xml (original)
+++ jackrabbit/trunk/test/jackrabbit-bundle-it/pom.xml Wed Apr 13 11:47:31 2011
@@ -27,7 +27,7 @@
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
     <version>2.3-SNAPSHOT</version>
-    <relativePath/>
+    <relativePath>../../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-bundle-it</artifactId>
   <packaging>bundle</packaging>