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/16 14:56:19 UTC

svn commit: r686489 - in /james/server/trunk/sar-deployment: build.xml pom.xml

Author: bago
Date: Sat Aug 16 05:56:19 2008
New Revision: 686489

URL: http://svn.apache.org/viewvc?rev=686489&view=rev
Log:
phoenix-deployment => sar-deployment (just to not have failures in CI while I work out the refactoring)

Modified:
    james/server/trunk/sar-deployment/build.xml
    james/server/trunk/sar-deployment/pom.xml

Modified: james/server/trunk/sar-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/sar-deployment/build.xml?rev=686489&r1=686488&r2=686489&view=diff
==============================================================================
--- james/server/trunk/sar-deployment/build.xml (original)
+++ james/server/trunk/sar-deployment/build.xml Sat Aug 16 05:56:19 2008
@@ -706,7 +706,7 @@
                 <include name="*/build.*"/>   
                 <include name="lib/**"/>
                 <include name="*/lib/**"/>   
-                <include name="phoenix-deployment/${phoenix.dir}/**"/>
+                <include name="sar-deployment/${phoenix.dir}/**"/>
                 <include name="src/**"/>
                 <include name="*/src/**"/>   
                 <include name="tools/**"/>
@@ -730,7 +730,7 @@
                 <include name="*/build.*"/>   
                 <include name="lib/**"/>
                 <include name="*/lib/**"/>   
-                <include name="phoenix-deployment/${phoenix.dir}/**"/>
+                <include name="sar-deployment/${phoenix.dir}/**"/>
                 <include name="src/**"/>
                 <include name="*/src/**"/>   
                 <include name="tools/**"/>
@@ -1016,7 +1016,7 @@
 		depends=''>
 		<echoxml file=".project">
             <projectDescription>
-                <name>phoenix-deployment</name>
+                <name>sar-deployment</name>
                 <comment></comment>
                 <projects>
                 </projects>
@@ -1061,7 +1061,7 @@
                 <classpathentry combineaccessrules="false" kind="src" path="/imapserver-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/jcr-backend-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/nntpserver-function"/>
-                <classpathentry combineaccessrules="false" kind="src" path="/phoenix-deployment"/>
+                <classpathentry combineaccessrules="false" kind="src" path="/sar-deployment"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/pop3server-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/remotemanager-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/core-function"/>

Modified: james/server/trunk/sar-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/sar-deployment/pom.xml?rev=686489&r1=686488&r2=686489&view=diff
==============================================================================
--- james/server/trunk/sar-deployment/pom.xml (original)
+++ james/server/trunk/sar-deployment/pom.xml Sat Aug 16 05:56:19 2008
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-phoenix-deployment</artifactId>
-  <name>Apache JAMES Server Phoenix Deployment</name>
+  <artifactId>james-server-sar-deployment</artifactId>
+  <name>Apache JAMES Server SAR Deployment</name>
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>



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