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/09/06 14:30:58 UTC

svn commit: r692644 - in /james/protocols/imap/trunk: experimental-seda-imap-function/pom.xml imap-api/pom.xml imap-codec-library/pom.xml imap-mailbox-processor-function/pom.xml mailbox-library/pom.xml stage/pom.xml

Author: bago
Date: Sat Sep  6 05:30:58 2008
New Revision: 692644

URL: http://svn.apache.org/viewvc?rev=692644&view=rev
Log:
Update module's poms to reflect new parent/pruned dependencies.

Modified:
    james/protocols/imap/trunk/experimental-seda-imap-function/pom.xml
    james/protocols/imap/trunk/imap-api/pom.xml
    james/protocols/imap/trunk/imap-codec-library/pom.xml
    james/protocols/imap/trunk/imap-mailbox-processor-function/pom.xml
    james/protocols/imap/trunk/mailbox-library/pom.xml
    james/protocols/imap/trunk/stage/pom.xml

Modified: james/protocols/imap/trunk/experimental-seda-imap-function/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/experimental-seda-imap-function/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/experimental-seda-imap-function/pom.xml (original)
+++ james/protocols/imap/trunk/experimental-seda-imap-function/pom.xml Sat Sep  6 05:30:58 2008
@@ -1,6 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -13,19 +32,6 @@
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-imap-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-api</artifactId>
-    </dependency>
-    <!-- Constants -->
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-core-library</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-avalon-socket-library</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-imap-codec-library</artifactId>

Modified: james/protocols/imap/trunk/imap-api/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/imap-api/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/imap-api/pom.xml (original)
+++ james/protocols/imap/trunk/imap-api/pom.xml Sat Sep  6 05:30:58 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>

Modified: james/protocols/imap/trunk/imap-codec-library/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/imap-codec-library/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/imap-codec-library/pom.xml (original)
+++ james/protocols/imap/trunk/imap-codec-library/pom.xml Sat Sep  6 05:30:58 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>

Modified: james/protocols/imap/trunk/imap-mailbox-processor-function/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/imap-mailbox-processor-function/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/imap-mailbox-processor-function/pom.xml (original)
+++ james/protocols/imap/trunk/imap-mailbox-processor-function/pom.xml Sat Sep  6 05:30:58 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -62,10 +62,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-mailbox-library</artifactId>
     </dependency>
     <dependency>

Modified: james/protocols/imap/trunk/mailbox-library/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/mailbox-library/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/mailbox-library/pom.xml (original)
+++ james/protocols/imap/trunk/mailbox-library/pom.xml Sat Sep  6 05:30:58 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>

Modified: james/protocols/imap/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/stage/pom.xml?rev=692644&r1=692643&r2=692644&view=diff
==============================================================================
--- james/protocols/imap/trunk/stage/pom.xml (original)
+++ james/protocols/imap/trunk/stage/pom.xml Sat Sep  6 05:30:58 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>james-server</artifactId>
+    <artifactId>james-imap-protocol</artifactId>
     <groupId>org.apache.james</groupId>
     <version>3.0-SNAPSHOT</version>
   </parent>



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