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>
<mailetpackages>
-
<mailetpackage>org.apache.james.transport.mailets</mailetpackage>
-
<mailetpackage>org.apache.james.transport.mailets.smime</mailetpackage>
+ ...
+
<mailetpackage>org.apache.james.mailet.crypto.mailet</mailetpackage>
</mailetpackages>
<matcherpackages>
- <matcherpackage>org.apache.james.transport.matchers
</matcherpackage>
-
<matcherpackage>org.apache.james.transport.matchers.smime</matcherpackage>
+ ...
+
<matcherpackage>org.apache.james.mailet.crypto.matcher</matcherpackage>
</matcherpackages>
</pre>
</source>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]