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 ba...@apache.org on 2008/08/12 11:37:46 UTC

svn commit: r685105 - in /james/server/trunk: ./ avalon-socket-library/ avalon-user-function/ common-util/ core-function/ core-library/ imapserver-function/ javamail-util/ mailets-function/ management-library/ nntpserver-function/ phoenix-deployment/ p...

Author: bago
Date: Tue Aug 12 02:37:44 2008
New Revision: 685105

URL: http://svn.apache.org/viewvc?rev=685105&view=rev
Log:
Renamed james-common-util to james-server-common-util and james-javamail-util to james-server-javamail-util.
At first I chose the serverless name, but ant build uses james-server prefix for every module, so it's easier to use the same name from m2 too.

Modified:
    james/server/trunk/avalon-socket-library/pom.xml
    james/server/trunk/avalon-user-function/pom.xml
    james/server/trunk/common-util/pom.xml
    james/server/trunk/core-function/pom.xml
    james/server/trunk/core-library/pom.xml
    james/server/trunk/imapserver-function/pom.xml
    james/server/trunk/javamail-util/pom.xml
    james/server/trunk/mailets-function/pom.xml
    james/server/trunk/management-library/pom.xml
    james/server/trunk/nntpserver-function/pom.xml
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server-function/pom.xml
    james/server/trunk/remotemanager-function/pom.xml
    james/server/trunk/smtpserver-function/pom.xml
    james/server/trunk/spoolmanager-function/pom.xml
    james/server/trunk/spring-deployment/pom.xml
    james/server/trunk/torque-mailboxmanager-function/pom.xml
    james/server/trunk/user-library/pom.xml

Modified: james/server/trunk/avalon-socket-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-socket-library/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/avalon-socket-library/pom.xml (original)
+++ james/server/trunk/avalon-socket-library/pom.xml Tue Aug 12 02:37:44 2008
@@ -30,7 +30,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -83,17 +83,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-mailet-base</artifactId>
-      <classifier>tests</classifier>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-thread-impl</artifactId>
       <version>2.2.1</version>

Modified: james/server/trunk/avalon-user-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/avalon-user-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/avalon-user-function/pom.xml (original)
+++ james/server/trunk/avalon-user-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/common-util/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/common-util/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/common-util/pom.xml (original)
+++ james/server/trunk/common-util/pom.xml Tue Aug 12 02:37:44 2008
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-common-util</artifactId>
+  <artifactId>james-server-common-util</artifactId>
   <name>Apache JAMES Server Common Utilities</name>
   <dependencies>
     <dependency>

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -35,7 +35,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -133,11 +133,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.avalon.cornerstone.datasources</groupId>
       <artifactId>cornerstone-datasources-impl</artifactId>
       <scope>test</scope>

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Tue Aug 12 02:37:44 2008
@@ -42,7 +42,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <!-- 
     <dependency>

Modified: james/server/trunk/imapserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/imapserver-function/pom.xml (original)
+++ james/server/trunk/imapserver-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -36,7 +36,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/javamail-util/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/javamail-util/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/javamail-util/pom.xml (original)
+++ james/server/trunk/javamail-util/pom.xml Tue Aug 12 02:37:44 2008
@@ -25,7 +25,7 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-javamail-util</artifactId>
+  <artifactId>james-server-javamail-util</artifactId>
   <name>Apache JAMES Javamail Utilities</name>
   <dependencies>
     <dependency>

Modified: james/server/trunk/mailets-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -44,11 +44,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-javamail-util</artifactId>
+      <artifactId>james-server-javamail-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/management-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/management-library/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/management-library/pom.xml (original)
+++ james/server/trunk/management-library/pom.xml Tue Aug 12 02:37:44 2008
@@ -44,7 +44,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/nntpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/nntpserver-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/nntpserver-function/pom.xml (original)
+++ james/server/trunk/nntpserver-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -44,7 +44,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -64,7 +64,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-javamail-util</artifactId>
+      <artifactId>james-server-javamail-util</artifactId>
     </dependency>
     
     <dependency>

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Tue Aug 12 02:37:44 2008
@@ -68,7 +68,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-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=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Aug 12 02:37:44 2008
@@ -257,12 +257,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-javamail-util</artifactId>
+      <artifactId>james-server-javamail-util</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/server/trunk/pop3server-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/pop3server-function/pom.xml (original)
+++ james/server/trunk/pop3server-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/remotemanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/remotemanager-function/pom.xml (original)
+++ james/server/trunk/remotemanager-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtpserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -43,11 +43,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-javamail-util</artifactId>
+      <artifactId>james-server-javamail-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/spoolmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/spoolmanager-function/pom.xml (original)
+++ james/server/trunk/spoolmanager-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -39,7 +39,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-javamail-util</artifactId>
+      <artifactId>james-server-javamail-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=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Tue Aug 12 02:37:44 2008
@@ -48,5 +48,9 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-avalon-spring-bridge-library</artifactId>
     </dependency> 
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file

Modified: james/server/trunk/torque-mailboxmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/torque-mailboxmanager-function/pom.xml?rev=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/torque-mailboxmanager-function/pom.xml (original)
+++ james/server/trunk/torque-mailboxmanager-function/pom.xml Tue Aug 12 02:37:44 2008
@@ -40,7 +40,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-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=685105&r1=685104&r2=685105&view=diff
==============================================================================
--- james/server/trunk/user-library/pom.xml (original)
+++ james/server/trunk/user-library/pom.xml Tue Aug 12 02:37:44 2008
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-common-util</artifactId>
+      <artifactId>james-server-common-util</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



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