Author: bago
Date: Thu May 1 06:37:44 2008
New Revision: 652517
URL: http://svn.apache.org/viewvc?rev=652517&view=rev
Log:
Enable module and fix jcr-backend-function m2 descriptors
Modified:
james/server/trunk/jcr-backend-function/pom.xml
james/server/trunk/pom.xml
Modified: james/server/trunk/jcr-backend-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/jcr-backend-function/pom.xml?rev=652517&r1=652516&r2=652517&view=diff
==============================================================================
--- james/server/trunk/jcr-backend-function/pom.xml (original)
+++ james/server/trunk/jcr-backend-function/pom.xml Thu May 1 06:37:44 2008
@@ -20,32 +20,34 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <artifactId>james-server</artifactId>
+ <groupId>org.apache.james</groupId>
+ <version>3.0-SNAPSHOT</version>
+ </parent>
<groupId>org.apache.james</groupId>
- <artifactId>james-jcr</artifactId>
+ <artifactId>james-server-jcr-backend-function</artifactId>
<name>JCR support for Apache James</name>
- <version>1.0-SNAPSHOT</version>
+ <version>3.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- <version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>mailet</artifactId>
- <version>3.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>james-server-core-library</artifactId>
- <version>3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=652517&r1=652516&r2=652517&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu May 1 06:37:44 2008
@@ -56,6 +56,7 @@
<module>imapserver-function</module>
<module>experimental-seda-imap-function</module>
<module>experimental-activemq-function</module>
+ <module>jcr-backend-function</module>
<module>phoenix-deployment</module>
</modules>
<scm>
@@ -330,6 +331,11 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
+ <artifactId>james-server-jcr-backend-function</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
<artifactId>james-server-imap-api</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]