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 09:30:50 UTC

svn commit: r1292176 - in /james/jsieve/trunk: all/ all/pom.xml all/src/assemble/src.xml assemble/ core/pom.xml mailet/pom.xml manager/pom.xml pom.xml util/pom.xml

Author: eric
Date: Wed Feb 22 08:30:50 2012
New Revision: 1292176

URL: http://svn.apache.org/viewvc?rev=1292176&view=rev
Log:
Rollback to 0.5-SNAPSHOT (release cancelled) + rename assembly to all (JSIEVE-88)

Added:
    james/jsieve/trunk/all/
      - copied from r1291922, james/jsieve/trunk/assemble/
Removed:
    james/jsieve/trunk/assemble/
Modified:
    james/jsieve/trunk/all/pom.xml
    james/jsieve/trunk/all/src/assemble/src.xml
    james/jsieve/trunk/core/pom.xml
    james/jsieve/trunk/mailet/pom.xml
    james/jsieve/trunk/manager/pom.xml
    james/jsieve/trunk/pom.xml
    james/jsieve/trunk/util/pom.xml

Modified: james/jsieve/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/all/pom.xml?rev=1292176&r1=1291922&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/all/pom.xml (original)
+++ james/jsieve/trunk/all/pom.xml Wed Feb 22 08:30:50 2012
@@ -23,14 +23,14 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>apache-jsieve</artifactId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
-    <artifactId>apache-jsieve-assemble</artifactId>
+    <artifactId>apache-jsieve-all</artifactId>
     <packaging>pom</packaging>
 
-    <name>Apache James jSieve Assembly</name>
+    <name>Apache James jSieve All</name>
     <description>
     Apache jSieve is a server side mail filtering system 
     implementing RFC3028. Apache jSieve is developed by the 

Modified: james/jsieve/trunk/all/src/assemble/src.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/all/src/assemble/src.xml?rev=1292176&r1=1291922&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/all/src/assemble/src.xml (original)
+++ james/jsieve/trunk/all/src/assemble/src.xml Wed Feb 22 08:30:50 2012
@@ -40,6 +40,7 @@
         <exclude>**/james-project/**</exclude>
         <exclude>**/site/**</exclude>
         <exclude>**/.*</exclude>
+        <exclude>manager/**</exclude>
       </excludes>
       <useDefaultExcludes>true</useDefaultExcludes>
     </fileSet>

Modified: james/jsieve/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/core/pom.xml?rev=1292176&r1=1292175&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/core/pom.xml (original)
+++ james/jsieve/trunk/core/pom.xml Wed Feb 22 08:30:50 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-jsieve</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: james/jsieve/trunk/mailet/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=1292176&r1=1292175&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Wed Feb 22 08:30:50 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-jsieve</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

Modified: james/jsieve/trunk/manager/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/manager/pom.xml?rev=1292176&r1=1292175&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/manager/pom.xml (original)
+++ james/jsieve/trunk/manager/pom.xml Wed Feb 22 08:30:50 2012
@@ -37,7 +37,7 @@
 		<module>jsieve</module>
 		<module>mailet</module>
 		<module>mock</module>
-		<module>server</module>
+<!-- 		<module>server</module> -->
 	</modules>
 
 	<dependencies>

Modified: james/jsieve/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=1292176&r1=1292175&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Wed Feb 22 08:30:50 2012
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>apache-jsieve</artifactId>
-    <version>0.6-SNAPSHOT</version>
+    <version>0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache James JSieve</name>
@@ -36,11 +36,11 @@
     <inceptionYear>2008</inceptionYear>
 
     <modules>
+        <module>all</module>
         <module>core</module>
         <module>mailet</module>
+        <module>manager</module>
         <module>util</module>
-<!--         <module>manager</module> -->
-<!--         <module>assemble</module> -->
     </modules>
 
     <scm>

Modified: james/jsieve/trunk/util/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/util/pom.xml?rev=1292176&r1=1292175&r2=1292176&view=diff
==============================================================================
--- james/jsieve/trunk/util/pom.xml (original)
+++ james/jsieve/trunk/util/pom.xml Wed Feb 22 08:30:50 2012
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>apache-jsieve</artifactId>
         <groupId>org.apache.james</groupId>
-        <version>0.6-SNAPSHOT</version>
+        <version>0.5-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 



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