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 2009/05/28 08:37:14 UTC

svn commit: r779449 - /james/mailet/crypto/trunk/src/site/xdoc/conf.xml

Author: rdonkin
Date: Thu May 28 06:37:14 2009
New Revision: 779449

URL: http://svn.apache.org/viewvc?rev=779449&view=rev
Log:
Updated old packages in documentation.

Modified:
    james/mailet/crypto/trunk/src/site/xdoc/conf.xml

Modified: james/mailet/crypto/trunk/src/site/xdoc/conf.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/xdoc/conf.xml?rev=779449&r1=779448&r2=779449&view=diff
==============================================================================
--- james/mailet/crypto/trunk/src/site/xdoc/conf.xml (original)
+++ james/mailet/crypto/trunk/src/site/xdoc/conf.xml Thu May 28 06:37:14 2009
@@ -35,19 +35,20 @@
         used.
       </p>
       <p>
-        Ensure that the
-        <code>org.apache.james.transport.mailets.smime</code>
-        package is available to load mailets and matchers. For example:
+      To use the mailets, the package 
+      <code>org.apache.james.mailet.crypto.mailet</code> must be available.
+      To use the matchers, <code>org.apache.james.mailet.crypto.matcher</code> must be.
+      For example:
       </p>
       <source>
         <pre>
     &lt;mailetpackages&gt; 
-      &lt;mailetpackage&gt;org.apache.james.transport.mailets&lt;/mailetpackage&gt;
-      &lt;mailetpackage&gt;org.apache.james.transport.mailets.smime&lt;/mailetpackage&gt; 
+      ...
+      &lt;mailetpackage&gt;org.apache.james.mailet.crypto.mailet&lt;/mailetpackage&gt; 
     &lt;/mailetpackages&gt;
     &lt;matcherpackages&gt; 
-      &lt;matcherpackage&gt;org.apache.james.transport.matchers &lt;/matcherpackage&gt;
-      &lt;matcherpackage&gt;org.apache.james.transport.matchers.smime&lt;/matcherpackage&gt; 
+      ...
+      &lt;matcherpackage&gt;org.apache.james.mailet.crypto.matcher&lt;/matcherpackage&gt; 
     &lt;/matcherpackages&gt;
         </pre>
       </source>



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