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 no...@apache.org on 2010/09/07 09:54:49 UTC

svn commit: r993266 - /james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java

Author: norman
Date: Tue Sep  7 07:54:49 2010
New Revision: 993266

URL: http://svn.apache.org/viewvc?rev=993266&view=rev
Log:
Fix up jcr package name to match new structure (IMAP-208)

Modified:
    james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java

Modified: james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java
URL: http://svn.apache.org/viewvc/james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java?rev=993266&r1=993265&r2=993266&view=diff
==============================================================================
--- james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java (original)
+++ james/imap/trunk/jcr/src/main/java/org/apache/james/mailbox/jcr/JCRUtils.java Tue Sep  7 07:54:49 2010
@@ -70,7 +70,7 @@ public class JCRUtils implements JCRImap
     public static void registerCnd(Session session) {
         // Register the custom node types defined in the CND file
         InputStream is = Thread.currentThread().getContextClassLoader()
-                              .getResourceAsStream("org/apache/james/imap/jcr/imap.cnd");
+                              .getResourceAsStream("org/apache/james/mailbox/jcr/imap.cnd");
         try {
             CndImporter.registerNodeTypes(new InputStreamReader(is), session);
         } catch (Exception e) {



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