You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/10/20 13:28:10 UTC

svn commit: r1025508 - in /james/server/trunk: pom.xml spring-deployment/pom.xml user-function/ user-jdbc/ user-jdbc/pom.xml

Author: eric
Date: Wed Oct 20 11:28:09 2010
New Revision: 1025508

URL: http://svn.apache.org/viewvc?rev=1025508&view=rev
Log:
First step to split user-function to user-jpa, user-jcr .... (JAMES-1066)

Added:
    james/server/trunk/user-jdbc/
      - copied from r1025500, james/server/trunk/user-function/
Removed:
    james/server/trunk/user-function/
Modified:
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml
    james/server/trunk/user-jdbc/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1025508&r1=1025507&r2=1025508&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Oct 20 11:28:09 2010
@@ -40,7 +40,7 @@
     <module>mail-api</module>
     <module>dnsservice-api</module>
     <module>dnsservice-dnsjava</module>
-    <module>user-function</module>
+    <module>user-jdbc</module>
     <module>user-library</module>    
     <module>mail-library</module>
     <module>domain-library</module>
@@ -546,7 +546,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-function</artifactId>
+      <artifactId>james-server-user-jdbc</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1025508&r1=1025507&r2=1025508&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Wed Oct 20 11:28:09 2010
@@ -453,7 +453,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-function</artifactId>
+      <artifactId>james-server-user-jdbc</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: james/server/trunk/user-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-jdbc/pom.xml?rev=1025508&r1=1025500&r2=1025508&view=diff
==============================================================================
--- james/server/trunk/user-jdbc/pom.xml (original)
+++ james/server/trunk/user-jdbc/pom.xml Wed Oct 20 11:28:09 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-user-function</artifactId>
+  <artifactId>james-server-user-jdbc</artifactId>
   <name>Apache James Server User Function</name>
   
   <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org