Author: ate
Date: Wed Jun 27 19:47:48 2012
New Revision: 1354692
URL: http://svn.apache.org/viewvc?rev=1354692&view=rev
Log:
RAVE-603: System bootstrap for jcr content services
- for now: move JackrabbitRepositoryServlet (extension) from rave-jcr-service
module to rave-jcr-config module
rave-jcr-service must not depend on Jackrabbit-core otherwise
rave-portal ends up bundling jackrabbit also
Added:
rave/sandbox/content-services/rave-jcr-config/src/main/java/org/apache/rave/jcr/servlet/
rave/sandbox/content-services/rave-jcr-config/src/main/java/org/apache/rave/jcr/servlet/jackrabbit/
- copied from r1354655,
rave/sandbox/content-services/rave-jcr-service/src/main/java/org/apache/rave/jcr/servlet/jackrabbit/
Removed:
rave/sandbox/content-services/rave-jcr-service/src/main/java/org/apache/rave/jcr/servlet/jackrabbit/
Modified:
rave/sandbox/content-services/rave-jcr-config/pom.xml
rave/sandbox/content-services/rave-jcr-service/pom.xml
rave/sandbox/content-services/rave-jcr/pom.xml
Modified: rave/sandbox/content-services/rave-jcr-config/pom.xml
URL:
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-jcr-config/pom.xml?rev=1354692&r1=1354691&r2=1354692&view=diff
==============================================================================
--- rave/sandbox/content-services/rave-jcr-config/pom.xml (original)
+++ rave/sandbox/content-services/rave-jcr-config/pom.xml Wed Jun 27 19:47:48
2012
@@ -63,6 +63,11 @@
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-jcr-servlet</artifactId>
+ <version>${apache.jackrabbit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<version>${apache.jackrabbit.version}</version>
</dependency>
Modified: rave/sandbox/content-services/rave-jcr-service/pom.xml
URL:
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-jcr-service/pom.xml?rev=1354692&r1=1354691&r2=1354692&view=diff
==============================================================================
--- rave/sandbox/content-services/rave-jcr-service/pom.xml (original)
+++ rave/sandbox/content-services/rave-jcr-service/pom.xml Wed Jun 27 19:47:48
2012
@@ -42,11 +42,6 @@
<artifactId>jackrabbit-jcr-servlet</artifactId>
<version>${apache.jackrabbit.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.rave.sandbox.jcr</groupId>
- <artifactId>rave-jcr-config</artifactId>
- <version>${project.version}</version>
- </dependency>
</dependencies>
</project>
Modified: rave/sandbox/content-services/rave-jcr/pom.xml
URL:
http://svn.apache.org/viewvc/rave/sandbox/content-services/rave-jcr/pom.xml?rev=1354692&r1=1354691&r2=1354692&view=diff
==============================================================================
--- rave/sandbox/content-services/rave-jcr/pom.xml (original)
+++ rave/sandbox/content-services/rave-jcr/pom.xml Wed Jun 27 19:47:48 2012
@@ -44,6 +44,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>org.apache.rave.sandbox.jcr</groupId>
+ <artifactId>rave-jcr-config</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<version>${apache.jackrabbit.version}</version>