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/09/12 17:34:12 UTC

svn commit: r280354 - in /incubator/jackrabbit/trunk/contrib: bdb-persistence/project.xml db-persistence/project.xml examples/project.xml jca/project.xml jcr-commands/project.xml orm-persistence/project.xml tck-webapp/project.xml textfilters/project.xml

Author: jukka
Date: Mon Sep 12 08:33:26 2005
New Revision: 280354

URL: http://svn.apache.org/viewcvs?rev=280354&view=rev
Log:
contrib/*: Change the Jackrabbit dependencies to match the reverted project structure.

Modified:
    incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/db-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/examples/project.xml
    incubator/jackrabbit/trunk/contrib/jca/project.xml
    incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml
    incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml
    incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml
    incubator/jackrabbit/trunk/contrib/textfilters/project.xml

Modified: incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/bdb-persistence/project.xml Mon Sep 12 08:33:26 2005
@@ -79,13 +79,7 @@
 		</dependency>
 		<dependency>
 			<groupId>jackrabbit</groupId>
-			<artifactId>jackrabbit-core</artifactId>
-			<version>${pom.currentVersion}</version>
-			<type>jar</type>
-		</dependency>
-		<dependency>
-			<groupId>jackrabbit</groupId>
-			<artifactId>jackrabbit-commons</artifactId>
+			<artifactId>jackrabbit</artifactId>
 			<version>${pom.currentVersion}</version>
 			<type>jar</type>
 		</dependency>

Modified: incubator/jackrabbit/trunk/contrib/db-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/db-persistence/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/db-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/db-persistence/project.xml Mon Sep 12 08:33:26 2005
@@ -36,15 +36,7 @@
         -->
         <dependency>
             <groupId>jackrabbit</groupId>
-            <artifactId>jackrabbit-core</artifactId>
-            <version>${pom.currentVersion}</version>
-            <properties>
-                <eclipse.dependency>true</eclipse.dependency>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jackrabbit</groupId>
-            <artifactId>jackrabbit-commons</artifactId>
+            <artifactId>jackrabbit</artifactId>
             <version>${pom.currentVersion}</version>
             <properties>
                 <eclipse.dependency>true</eclipse.dependency>

Modified: incubator/jackrabbit/trunk/contrib/examples/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/examples/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/examples/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/examples/project.xml Mon Sep 12 08:33:26 2005
@@ -58,17 +58,7 @@
     </dependency>
     <dependency>
       <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-api</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-commons</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
+      <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
 

Modified: incubator/jackrabbit/trunk/contrib/jca/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jca/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jca/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jca/project.xml Mon Sep 12 08:33:26 2005
@@ -18,27 +18,11 @@
     <dependencies>
 	<dependency>
 	    <groupId>jackrabbit</groupId>
-	    <artifactId>jackrabbit-api</artifactId>
+	    <artifactId>jackrabbit</artifactId>
 	    <version>${pom.currentVersion}</version>
 	    <properties>
 		<rar.bundle>true</rar.bundle>
-	    </properties>	    
-	</dependency>
-	<dependency>
-	    <groupId>jackrabbit</groupId>
-	    <artifactId>jackrabbit-commons</artifactId>
-	    <version>${pom.currentVersion}</version>
-	    <properties>
-		<rar.bundle>true</rar.bundle>
-	    </properties>	    
-	</dependency>
-	<dependency>
-	    <groupId>jackrabbit</groupId>
-	    <artifactId>jackrabbit-core</artifactId>
-	    <version>${pom.currentVersion}</version>
-	    <properties>
-		<rar.bundle>true</rar.bundle>
-	    </properties>	    
+	    </properties>
 	</dependency>
 	<dependency>
 	    <id>concurrent</id>

Modified: incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/jcr-commands/project.xml Mon Sep 12 08:33:26 2005
@@ -119,13 +119,7 @@
     </dependency>
     <dependency>
       <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-commons</artifactId>
-      <version>1.0-SNAPSHOT</version>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
+      <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>

Modified: incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml Mon Sep 12 08:33:26 2005
@@ -51,12 +51,7 @@
   <dependencies>
     <dependency>
         <groupId>jackrabbit</groupId>
-        <artifactId>jackrabbit-core</artifactId>
-        <version>1.0-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-        <groupId>jackrabbit</groupId>
-        <artifactId>jackrabbit-commons</artifactId>
+        <artifactId>jackrabbit</artifactId>
         <version>1.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/tck-webapp/project.xml Mon Sep 12 08:33:26 2005
@@ -71,23 +71,7 @@
         <!-- dependencies from jcr that we want to bundle -->
         <dependency>
             <groupId>jackrabbit</groupId>
-            <artifactId>jackrabbit-api</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jackrabbit</groupId>
-            <artifactId>jackrabbit-commons</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <properties>
-                <war.bundle>true</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>jackrabbit</groupId>
-            <artifactId>jackrabbit-core</artifactId>
+            <artifactId>jackrabbit</artifactId>
             <version>1.0-SNAPSHOT</version>
             <properties>
                 <war.bundle>true</war.bundle>

Modified: incubator/jackrabbit/trunk/contrib/textfilters/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/textfilters/project.xml?rev=280354&r1=280353&r2=280354&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/textfilters/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/textfilters/project.xml Mon Sep 12 08:33:26 2005
@@ -208,13 +208,7 @@
     </dependency>
     <dependency>
       <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-commons</artifactId>
-      <version>1.0-SNAPSHOT</version>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>jackrabbit</groupId>
-      <artifactId>jackrabbit-core</artifactId>
+      <artifactId>jackrabbit</artifactId>
       <version>1.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>