Author: rdonkin
Date: Wed Jan  7 10:47:29 2009
New Revision: 732431

URL: http://svn.apache.org/viewvc?rev=732431&view=rev
Log:
Outline store module

Added:
    james/protocols/imap/trunk/store/   (with props)
    james/protocols/imap/trunk/store/LICENSE.txt   (props changed)
      - copied unchanged from r732403, 
james/protocols/imap/trunk/jpa/LICENSE.txt
    james/protocols/imap/trunk/store/NOTICE.txt   (props changed)
      - copied unchanged from r732403, james/protocols/imap/trunk/jpa/NOTICE.txt
    james/protocols/imap/trunk/store/build.xml   (contents, props changed)
      - copied, changed from r732403, james/protocols/imap/trunk/jpa/build.xml
    james/protocols/imap/trunk/store/pom.xml   (contents, props changed)
      - copied, changed from r732403, james/protocols/imap/trunk/jpa/pom.xml
    james/protocols/imap/trunk/store/src/
    james/protocols/imap/trunk/store/src/main/
    james/protocols/imap/trunk/store/src/main/java/
    james/protocols/imap/trunk/store/src/main/java/org/
    james/protocols/imap/trunk/store/src/main/java/org/apache/
    james/protocols/imap/trunk/store/src/main/java/org/apache/james/
    james/protocols/imap/trunk/store/src/main/java/org/apache/james/imap/
    james/protocols/imap/trunk/store/src/main/java/org/apache/james/imap/store/
    james/protocols/imap/trunk/store/src/test/
    james/protocols/imap/trunk/store/src/test/java/

Propchange: james/protocols/imap/trunk/store/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan  7 10:47:29 2009
@@ -0,0 +1,2 @@
+target
+.*

Propchange: james/protocols/imap/trunk/store/LICENSE.txt
------------------------------------------------------------------------------
    svn:mergeinfo = 

Propchange: james/protocols/imap/trunk/store/NOTICE.txt
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: james/protocols/imap/trunk/store/build.xml (from r732403, 
james/protocols/imap/trunk/jpa/build.xml)
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/store/build.xml?p2=james/protocols/imap/trunk/store/build.xml&p1=james/protocols/imap/trunk/jpa/build.xml&r1=732403&r2=732431&rev=732431&view=diff
==============================================================================
--- james/protocols/imap/trunk/jpa/build.xml (original)
+++ james/protocols/imap/trunk/store/build.xml Wed Jan  7 10:47:29 2009
@@ -17,9 +17,9 @@
   specific language governing permissions and limitations
   under the License.    
 -->
-<project default="main" name="jpa">
-  <description>Builds JPA Storage Module</description>
-  <property name="name.module" value="jpa" />
+<project default="main" name="store">
+  <description>Builds Store Module</description>
+  <property name="name.module" value="store" />
   <import file="../build-tools/function-build.xml" optional="no" />
  
        <target 
@@ -27,7 +27,6 @@
            depends='check-environment, master-module-template.set-classpath'>
            <path id='classpath.main'>
                <path refid='classpath.base'/>
-                  <path refid='classpath.jpa'/>
                <path refid='classpath.dependencies.libraries'/>   
            </path>
            <path id='classpath.test'>
@@ -39,32 +38,4 @@
                <path refid='classpath.test'/>
            </path>   
     </target>  
-       
-    <target 
-        name='build'
-        description='Builds without cleaning'
-        depends='check-environment, conditional-clean, set-classpath'
-        unless='dont.build.module'>
-          <echo>Building ${name.module}</echo>   
-          <CompileMainSource/>  
-            
-          <taskdef 
-                name="openjpac" 
-                classname="org.apache.openjpa.ant.PCEnhancerTask"
-                classpathref="classpath.main"/>
-         
-          <openjpac>
-            <fileset dir="${dir.src.java}">
-              <include name="org/apache/james/imap/jpa/om/*.java" />
-            </fileset>
-            <classpath>
-                <path refid='classpath.main'/>
-                <pathelement location="${dir.src.java}"/>   
-                <pathelement location="${dir.build.bin}"/>
-            </classpath>   
-            <config
-               log="TOOL=TRACE"   
-               
metaDataFactory="jpa(Types=org.apache.james.imap.jpa.mail.model.JPAHeader;org.apache.james.imap.jpa.mail.model.JPAMailbox;org.apache.james.imap.jpa.mail.model.JPAMessage;org.apache.james.imap.jpa.user.model.JPASubscription)"/>
   
-          </openjpac>
-    </target> 
 </project>

Propchange: james/protocols/imap/trunk/store/build.xml
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: james/protocols/imap/trunk/store/pom.xml (from r732403, 
james/protocols/imap/trunk/jpa/pom.xml)
URL: 
http://svn.apache.org/viewvc/james/protocols/imap/trunk/store/pom.xml?p2=james/protocols/imap/trunk/store/pom.xml&p1=james/protocols/imap/trunk/jpa/pom.xml&r1=732403&r2=732431&rev=732431&view=diff
==============================================================================
--- james/protocols/imap/trunk/jpa/pom.xml (original)
+++ james/protocols/imap/trunk/store/pom.xml Wed Jan  7 10:47:29 2009
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>apache-james-imap-jpa</artifactId>
-  <name>Apache James IMAP JPA Mailbox Manager</name>
+  <artifactId>apache-james-imap-store</artifactId>
+  <name>Apache James IMAP Mailbox Store Framework</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>
@@ -45,11 +45,6 @@
       <groupId>org.apache.james</groupId>
       <artifactId>apache-mime4j</artifactId>
     </dependency>
-    
-    <dependency>
-      <groupId>org.apache.db.torque</groupId>
-      <artifactId>runtime</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>commons-logging</groupId>
@@ -60,14 +55,6 @@
       <artifactId>commons-lang</artifactId>
     </dependency>
     <dependency>
-      <groupId>village</groupId>
-      <artifactId>village</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>concurrent</groupId>
-      <artifactId>concurrent</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
     </dependency>

Propchange: james/protocols/imap/trunk/store/pom.xml
------------------------------------------------------------------------------
    svn:mergeinfo = 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to