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 ju...@apache.org on 2007/05/16 22:34:01 UTC

svn commit: r538720 - in /james/server/sandbox/james-jcr: ./ src/main/resources/ src/main/resources/org/ src/main/resources/org/apache/ src/main/resources/org/apache/james/ src/main/resources/org/apache/james/jcr/

Author: jukka
Date: Wed May 16 13:33:59 2007
New Revision: 538720

URL: http://svn.apache.org/viewvc?view=rev&rev=538720
Log:
james-jcr: Updated dependencies and a simple node type definition file

Added:
    james/server/sandbox/james-jcr/src/main/resources/
    james/server/sandbox/james-jcr/src/main/resources/org/
    james/server/sandbox/james-jcr/src/main/resources/org/apache/
    james/server/sandbox/james-jcr/src/main/resources/org/apache/james/
    james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/
    james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/james.cnd
Modified:
    james/server/sandbox/james-jcr/   (props changed)
    james/server/sandbox/james-jcr/build.xml
    james/server/sandbox/james-jcr/pom.xml

Propchange: james/server/sandbox/james-jcr/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed May 16 13:33:59 2007
@@ -0,0 +1,2 @@
+target
+.*

Modified: james/server/sandbox/james-jcr/build.xml
URL: http://svn.apache.org/viewvc/james/server/sandbox/james-jcr/build.xml?view=diff&rev=538720&r1=538719&r2=538720
==============================================================================
--- james/server/sandbox/james-jcr/build.xml (original)
+++ james/server/sandbox/james-jcr/build.xml Wed May 16 13:33:59 2007
@@ -52,6 +52,9 @@
       </src>
       <classpath refid="build.classpath"/>
     </javac>
+    <copy todir="${maven.build.output}">
+        <fileset dir="src/main/resources"/>
+    </copy>
   </target>
 
   <target name="jar" depends="compile,test" description="Clean the JAR">

Modified: james/server/sandbox/james-jcr/pom.xml
URL: http://svn.apache.org/viewvc/james/server/sandbox/james-jcr/pom.xml?view=diff&rev=538720&r1=538719&r2=538720
==============================================================================
--- james/server/sandbox/james-jcr/pom.xml (original)
+++ james/server/sandbox/james-jcr/pom.xml Wed May 16 13:33:59 2007
@@ -39,12 +39,22 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailet-api</artifactId>
-      <version>2.3</version>
+      <artifactId>mailet</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-rmi</artifactId>
+      <version>1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-api</artifactId>
       <version>1.3</version>
     </dependency>
     <dependency>

Added: james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/james.cnd
URL: http://svn.apache.org/viewvc/james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/james.cnd?view=auto&rev=538720
==============================================================================
--- james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/james.cnd (added)
+++ james/server/sandbox/james-jcr/src/main/resources/org/apache/james/jcr/james.cnd Wed May 16 13:33:59 2007
@@ -0,0 +1,11 @@
+<james = 'http://james.apache.org/2007/jcr/'>
+<jamesattr = 'http://james.apache.org/2007/jcr/attributes/'>
+
+[james:mail] > nt:file
+- james:state (STRING)
+- james:error (STRING)
+- james:sender (STRING)
+- james:recipients (STRING) multiple
+- james:remotehost (STRING)
+- james:remoteaddr (STRING)
+- jamesattr:* (UNDEFINED)



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