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 2012/02/22 11:07:18 UTC

svn commit: r1292222 - in /james/jsieve/trunk: all/pom.xml all/src/assemble/bin.xml pom.xml

Author: eric
Date: Wed Feb 22 10:07:18 2012
New Revision: 1292222

URL: http://svn.apache.org/viewvc?rev=1292222&view=rev
Log:
Simply declare the needed dependecies for the distribution, voodoo maven will pick the transitive ones - Still NOTICE and LICENCE to fix for jsieve 0.5 release.

Modified:
    james/jsieve/trunk/all/pom.xml
    james/jsieve/trunk/all/src/assemble/bin.xml
    james/jsieve/trunk/pom.xml

Modified: james/jsieve/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/all/pom.xml?rev=1292222&r1=1292221&r2=1292222&view=diff
==============================================================================
--- james/jsieve/trunk/all/pom.xml (original)
+++ james/jsieve/trunk/all/pom.xml Wed Feb 22 10:07:18 2012
@@ -44,57 +44,33 @@
             <groupId>org.apache.james</groupId>
             <artifactId>apache-jsieve-core</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>apache-jsieve-mailet</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
             <artifactId>apache-jsieve-util</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet</artifactId>
+            <artifactId>apache-jsieve-manager-api</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mailet-base</artifactId>
+            <artifactId>apache-jsieve-manager-core</artifactId>
         </dependency>
-
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>apache-mime4j-core</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
+            <artifactId>apache-jsieve-manager-jsieve</artifactId>
         </dependency>
-
         <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>javax.mail</groupId>
-            <artifactId>mail</artifactId>
+            <groupId>org.apache.james</groupId>
+            <artifactId>apache-jsieve-manager-mailet</artifactId>
         </dependency>
-
         <dependency>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
+            <groupId>org.apache.james</groupId>
+            <artifactId>apache-jsieve-manager-mock</artifactId>
         </dependency>
     </dependencies>
 

Modified: james/jsieve/trunk/all/src/assemble/bin.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/all/src/assemble/bin.xml?rev=1292222&r1=1292221&r2=1292222&view=diff
==============================================================================
--- james/jsieve/trunk/all/src/assemble/bin.xml (original)
+++ james/jsieve/trunk/all/src/assemble/bin.xml Wed Feb 22 10:07:18 2012
@@ -37,28 +37,21 @@
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}/../mailet/target</directory>
-      <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>apache-jsieve*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>${project.basedir}/../util/target</directory>
+      <directory>${project.basedir}/../core/target</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>apache-jsieve*.jar</include>
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}/../core/target</directory>
+      <directory>${project.basedir}/../mailet/target</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>apache-jsieve*.jar</include>
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}/../manager/target</directory>
+      <directory>${project.basedir}/../util/target</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>apache-jsieve*.jar</include>

Modified: james/jsieve/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=1292222&r1=1292221&r2=1292222&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Wed Feb 22 10:07:18 2012
@@ -114,6 +114,31 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
+                <artifactId>apache-jsieve-manager-api</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-jsieve-manager-core</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-jsieve-manager-jsieve</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-jsieve-manager-mailet</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
+                <artifactId>apache-jsieve-manager-mock</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.james</groupId>
                 <artifactId>apache-mailet</artifactId>
                 <version>2.4</version>
             </dependency>



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