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 rd...@apache.org on 2008/11/15 09:23:36 UTC

svn commit: r714221 - in /james/server/trunk: build-tools/deployment-build.xml jcr-backend-function/ jcr-store/ jcr-store/build.xml jcr-store/pom.xml phoenix-deployment/build.xml phoenix-deployment/pom.xml pom.xml spring-deployment/build.xml

Author: rdonkin
Date: Sat Nov 15 00:23:35 2008
New Revision: 714221

URL: http://svn.apache.org/viewvc?rev=714221&view=rev
Log:
Rename jcr-backend

Added:
    james/server/trunk/jcr-store/   (props changed)
      - copied from r713920, james/server/trunk/jcr-backend-function/
Removed:
    james/server/trunk/jcr-backend-function/
Modified:
    james/server/trunk/build-tools/deployment-build.xml
    james/server/trunk/jcr-store/build.xml
    james/server/trunk/jcr-store/pom.xml
    james/server/trunk/phoenix-deployment/build.xml
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/build.xml

Modified: james/server/trunk/build-tools/deployment-build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/build-tools/deployment-build.xml?rev=714221&r1=714220&r2=714221&view=diff
==============================================================================
--- james/server/trunk/build-tools/deployment-build.xml (original)
+++ james/server/trunk/build-tools/deployment-build.xml Sat Nov 15 00:23:35 2008
@@ -35,7 +35,7 @@
            <path id='classpath.test'>
                <path refid='classpath.main'/>   
                <path refid='classpath.base.test'/>   
-               <path refid='classpath.test.dependencies.functions'/> 
+               <path refid='classpath.test.dependencies.functions'/> 
            </path>   
            <path id='classpath.test.runtime'>
                <path refid='classpath.test'/>   
@@ -64,7 +64,7 @@
 				<classpathentry combineaccessrules="false" kind="src" path="/fetchmail-function"/> 
 				<classpathentry combineaccessrules="false" kind="src" path="/imap-mailbox-processor-function"/> 
 				<classpathentry combineaccessrules="false" kind="src" path="/imapserver-function"/> 
-				<classpathentry combineaccessrules="false" kind="src" path="/jcr-backend-function"/> 
+				<classpathentry combineaccessrules="false" kind="src" path="/jcr-store"/> 
 				<classpathentry combineaccessrules="false" kind="src" path="/nntpserver-function"/> 
 				<classpathentry combineaccessrules="false" kind="src" path="/phoenix-deployment"/> 
 				<classpathentry combineaccessrules="false" kind="src" path="/pop3server-function"/> 
@@ -76,4 +76,4 @@
 			</dependencies>
 		</GenerateEclipseProject>
 	</target>
- </project>
\ No newline at end of file
+ </project>

Propchange: james/server/trunk/jcr-store/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Nov 15 00:23:35 2008
@@ -0,0 +1,4 @@
+target
+.*
+
+stage

Propchange: james/server/trunk/jcr-store/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: james/server/trunk/jcr-store/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/jcr-store/build.xml?rev=714221&r1=713920&r2=714221&view=diff
==============================================================================
--- james/server/trunk/jcr-store/build.xml (original)
+++ james/server/trunk/jcr-store/build.xml Sat Nov 15 00:23:35 2008
@@ -17,8 +17,8 @@
   specific language governing permissions and limitations
   under the License.    
 -->
-<project default="main" name="jcr-backend-function">
-  <description>Builds jcr-backend-function module. This is an function module.</description>
-  <property name="name.module" value="jcr-backend-function" />
-  <import file="../build-tools/function-build.xml" optional="no" />
-</project>
+<project default="main" name="jcr-store">
+  <description>Builds jcr-backend-function module. This is a data store module.</description>
+  <property name="name.module" value="jcr-store" />
+  <import file="../build-tools/function-build.xml" optional="no" />
+</project>

Modified: james/server/trunk/jcr-store/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/jcr-store/pom.xml?rev=714221&r1=713920&r2=714221&view=diff
==============================================================================
--- james/server/trunk/jcr-store/pom.xml (original)
+++ james/server/trunk/jcr-store/pom.xml Sat Nov 15 00:23:35 2008
@@ -27,7 +27,7 @@
   </parent>
 
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-jcr-backend-function</artifactId>
+  <artifactId>james-server-jcr-store</artifactId>
   <name>Apache JAMES Server JCR Backend function</name>
   <version>3.0-SNAPSHOT</version>
 

Modified: james/server/trunk/phoenix-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?rev=714221&r1=714220&r2=714221&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/build.xml (original)
+++ james/server/trunk/phoenix-deployment/build.xml Sat Nov 15 00:23:35 2008
@@ -69,6 +69,7 @@
         <include name="${path.lib.james}/${jars-prefix}*-util-${version}.jar"/>
         <include name="${path.lib.james}/${jars-prefix}*-library-${version}.jar"/>
         <include name="${path.lib.james}/${jars-prefix}*-function-${version}.jar"/>
+        <include name="${path.lib.james}/${jars-prefix}*-store-${version}.jar"/>
     </fileset>   
 
     &check-targets;   
@@ -593,6 +594,7 @@
               <include name="${jars-prefix}*-util-${version}.jar" />
               <include name="${jars-prefix}*-library-${version}.jar" />
               <include name="${jars-prefix}*-function-${version}.jar" />
+              <include name="${jars-prefix}*-store-${version}.jar" />
             </lib>
             <lib dir='${lib.dir}/${path.lib.james}'>   
                 <include name='apache-james-imap*.jar'/>    
@@ -1084,7 +1086,7 @@
                 <classpathentry combineaccessrules="false" kind="src" path="/fetchmail-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/imap-mailbox-processor-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/imapserver-function"/>
-                <classpathentry combineaccessrules="false" kind="src" path="/jcr-backend-function"/>
+                <classpathentry combineaccessrules="false" kind="src" path="/jcr-store"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/nntpserver-function"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/phoenix-deployment"/>
                 <classpathentry combineaccessrules="false" kind="src" path="/pop3server-function"/>

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?rev=714221&r1=714220&r2=714221&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Sat Nov 15 00:23:35 2008
@@ -152,7 +152,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-jcr-backend-function</artifactId>
+      <artifactId>james-server-jcr-store</artifactId>
     </dependency>
 		<dependency>
 		  <groupId>org.apache.activemq</groupId>
@@ -261,4 +261,4 @@
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=714221&r1=714220&r2=714221&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sat Nov 15 00:23:35 2008
@@ -57,7 +57,7 @@
     <module>mailets-function</module>
     <module>fetchmail-function</module>
     <module>experimental-activemq-function</module>
-    <module>jcr-backend-function</module>
+    <module>jcr-store</module>
     <module>phoenix-deployment</module>
     <module>spring-deployment</module>
   </modules>
@@ -428,7 +428,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-jcr-backend-function</artifactId>
+      <artifactId>james-server-jcr-store</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: james/server/trunk/spring-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=714221&r1=714220&r2=714221&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Sat Nov 15 00:23:35 2008
@@ -515,7 +515,7 @@
         <classpathentry combineaccessrules="false" kind="src" path="/fetchmail-function"/>
         <classpathentry combineaccessrules="false" kind="src" path="/imap-mailbox-processor-function"/>
         <classpathentry combineaccessrules="false" kind="src" path="/imapserver-function"/>
-        <classpathentry combineaccessrules="false" kind="src" path="/jcr-backend-function"/>
+        <classpathentry combineaccessrules="false" kind="src" path="/jcr-store"/>
         <classpathentry combineaccessrules="false" kind="src" path="/nntpserver-function"/>
         <classpathentry combineaccessrules="false" kind="src" path="/phoenix-deployment"/>
         <classpathentry combineaccessrules="false" kind="src" path="/pop3server-function"/>



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