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 12:25:42 UTC

svn commit: r1025478 - in /james/server/trunk: ./ common-util/ common-util/src/ core-library/ domain-jdbc/ domain-jpa/ domain-xml/ mail-jdbc/ mail-library/ mailets/ pop3server/ remotemanager/ smtpserver/ spring-deployment/ user-function/ user-library/ ...

Author: eric
Date: Wed Oct 20 10:25:41 2010
New Revision: 1025478

URL: http://svn.apache.org/viewvc?rev=1025478&view=rev
Log:
Rename common-util project to util (JAMES-1070)

Added:
    james/server/trunk/util/
      - copied from r1024562, james/server/trunk/common-util/
Removed:
    james/server/trunk/common-util/LICENSE.txt
    james/server/trunk/common-util/NOTICE.txt
    james/server/trunk/common-util/pom.xml
    james/server/trunk/common-util/src/
Modified:
    james/server/trunk/core-library/pom.xml
    james/server/trunk/domain-jdbc/pom.xml
    james/server/trunk/domain-jpa/pom.xml
    james/server/trunk/domain-xml/pom.xml
    james/server/trunk/mail-jdbc/pom.xml
    james/server/trunk/mail-library/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/remotemanager/pom.xml
    james/server/trunk/smtpserver/pom.xml
    james/server/trunk/spring-deployment/pom.xml
    james/server/trunk/user-function/pom.xml
    james/server/trunk/user-library/pom.xml
    james/server/trunk/util/pom.xml

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Wed Oct 20 10:25:41 2010
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>   
 
     <dependency>

Modified: james/server/trunk/domain-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domain-jdbc/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/domain-jdbc/pom.xml (original)
+++ james/server/trunk/domain-jdbc/pom.xml Wed Oct 20 10:25:41 2010
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>

Modified: james/server/trunk/domain-jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domain-jpa/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/domain-jpa/pom.xml (original)
+++ james/server/trunk/domain-jpa/pom.xml Wed Oct 20 10:25:41 2010
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>

Modified: james/server/trunk/domain-xml/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/domain-xml/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/domain-xml/pom.xml (original)
+++ james/server/trunk/domain-xml/pom.xml Wed Oct 20 10:25:41 2010
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-configuration</groupId>

Modified: james/server/trunk/mail-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mail-jdbc/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/mail-jdbc/pom.xml (original)
+++ james/server/trunk/mail-jdbc/pom.xml Wed Oct 20 10:25:41 2010
@@ -46,7 +46,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mail-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mail-library/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/mail-library/pom.xml (original)
+++ james/server/trunk/mail-library/pom.xml Wed Oct 20 10:25:41 2010
@@ -42,7 +42,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     
     <dependency>

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Wed Oct 20 10:25:41 2010
@@ -98,7 +98,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</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=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Oct 20 10:25:41 2010
@@ -33,7 +33,7 @@
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
   <modules>
-    <module>common-util</module>
+    <module>util</module>
     <module>core-api</module>
     <module>user-api</module>
     <module>domain-api</module>
@@ -376,12 +376,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
       <version>${project.version}</version>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Wed Oct 20 10:25:41 2010
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/remotemanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/remotemanager/pom.xml (original)
+++ james/server/trunk/remotemanager/pom.xml Wed Oct 20 10:25:41 2010
@@ -46,7 +46,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtpserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Wed Oct 20 10:25:41 2010
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Wed Oct 20 10:25:41 2010
@@ -439,7 +439,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: james/server/trunk/user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-function/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/user-function/pom.xml (original)
+++ james/server/trunk/user-function/pom.xml Wed Oct 20 10:25:41 2010
@@ -66,7 +66,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/user-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/user-library/pom.xml?rev=1025478&r1=1025477&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/user-library/pom.xml (original)
+++ james/server/trunk/user-library/pom.xml Wed Oct 20 10:25:41 2010
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-common-util</artifactId>
+      <artifactId>james-server-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/util/pom.xml?rev=1025478&r1=1024562&r2=1025478&view=diff
==============================================================================
--- james/server/trunk/util/pom.xml (original)
+++ james/server/trunk/util/pom.xml Wed Oct 20 10:25:41 2010
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-common-util</artifactId>
+  <artifactId>james-server-util</artifactId>
   <name>Apache James Server Common Utilities</name>
  <build>
     <plugins>



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