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/21 09:21:21 UTC

svn commit: r1025862 - in /james/server/trunk: ./ core-function/ domain-api/ domain-jdbc/ domain-jpa/ domain-library/ domain-xml/ domainlist-api/ domainlist-jdbc/ domainlist-jpa/ domainlist-library/ domainlist-xml/ remotemanager/ spring-deployment/

Author: eric
Date: Thu Oct 21 07:21:20 2010
New Revision: 1025862

URL: http://svn.apache.org/viewvc?rev=1025862&view=rev
Log:
Rename domain projects to domainlist to better map package hierarchy for domainlist service (JAMES-1074)

Added:
    james/server/trunk/domainlist-api/
      - copied from r1025861, james/server/trunk/domain-api/
    james/server/trunk/domainlist-jdbc/
      - copied from r1025861, james/server/trunk/domain-jdbc/
    james/server/trunk/domainlist-jpa/
      - copied from r1025861, james/server/trunk/domain-jpa/
    james/server/trunk/domainlist-library/
      - copied from r1025861, james/server/trunk/domain-library/
    james/server/trunk/domainlist-xml/
      - copied from r1025861, james/server/trunk/domain-xml/
Removed:
    james/server/trunk/domain-api/
    james/server/trunk/domain-jdbc/
    james/server/trunk/domain-jpa/
    james/server/trunk/domain-library/
    james/server/trunk/domain-xml/
Modified:
    james/server/trunk/core-function/pom.xml
    james/server/trunk/domainlist-api/pom.xml
    james/server/trunk/domainlist-jdbc/pom.xml
    james/server/trunk/domainlist-jpa/pom.xml
    james/server/trunk/domainlist-library/pom.xml
    james/server/trunk/domainlist-xml/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Thu Oct 21 07:21:20 2010
@@ -46,7 +46,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
     </dependency>
      <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/domainlist-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domainlist-api/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/domainlist-api/pom.xml (original)
+++ james/server/trunk/domainlist-api/pom.xml Thu Oct 21 07:21:20 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-api</artifactId>
+  <artifactId>james-server-domainlist-api</artifactId>
   <name>Apache James Server Domain API</name>
   
    <build>

Modified: james/server/trunk/domainlist-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domainlist-jdbc/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/domainlist-jdbc/pom.xml (original)
+++ james/server/trunk/domainlist-jdbc/pom.xml Thu Oct 21 07:21:20 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-jdbc</artifactId>
+  <artifactId>james-server-domainlist-jdbc</artifactId>
   <name>Apache James Server Domain JDBC</name>
   <dependencies>
   
@@ -35,7 +35,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-library</artifactId>
+      <artifactId>james-server-domainlist-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/domainlist-jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domainlist-jpa/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/domainlist-jpa/pom.xml (original)
+++ james/server/trunk/domainlist-jpa/pom.xml Thu Oct 21 07:21:20 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-jpa</artifactId>
+  <artifactId>james-server-domainlist-jpa</artifactId>
   <name>Apache James Server Domain JPA</name>
   <dependencies>
   
@@ -35,7 +35,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-library</artifactId>
+      <artifactId>james-server-domainlist-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/domainlist-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domainlist-library/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/domainlist-library/pom.xml (original)
+++ james/server/trunk/domainlist-library/pom.xml Thu Oct 21 07:21:20 2010
@@ -25,12 +25,12 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-library</artifactId>
+  <artifactId>james-server-domainlist-library</artifactId>
   <name>Apache James Server Domain Library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/domainlist-xml/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domainlist-xml/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/domainlist-xml/pom.xml (original)
+++ james/server/trunk/domainlist-xml/pom.xml Thu Oct 21 07:21:20 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-domain-xml</artifactId>
+  <artifactId>james-server-domainlist-xml</artifactId>
   <name>Apache James Server Domain XML</name>
   <dependencies>
   
@@ -35,7 +35,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-library</artifactId>
+      <artifactId>james-server-domainlist-library</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Thu Oct 21 07:21:20 2010
@@ -408,34 +408,34 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-library</artifactId>
+      <artifactId>james-server-domainlist-library</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-xml</artifactId>
+      <artifactId>james-server-domainlist-xml</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-jdbc</artifactId>
+      <artifactId>james-server-domainlist-jdbc</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-jpa</artifactId>
+      <artifactId>james-server-domainlist-jpa</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: james/server/trunk/remotemanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Thu Oct 21 07:21:20 2010
@@ -42,7 +42,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -125,7 +125,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
       <scope>test</scope>
       <type>test-jar</type>
     </dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1025862&r1=1025861&r2=1025862&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Thu Oct 21 07:21:20 2010
@@ -478,27 +478,27 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-api</artifactId>
+      <artifactId>james-server-domainlist-api</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-library</artifactId>
+      <artifactId>james-server-domainlist-library</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-xml</artifactId>
+      <artifactId>james-server-domainlist-xml</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-jdbc</artifactId>
+      <artifactId>james-server-domainlist-jdbc</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-domain-jpa</artifactId>
+      <artifactId>james-server-domainlist-jpa</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>



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