Author: norman
Date: Sun May 2 12:54:51 2010
New Revision: 940207
URL: http://svn.apache.org/viewvc?rev=940207&view=rev
Log:
Remove the CompositeMatcher, we will add it to james-server
Removed:
james/mailet/api/trunk/src/main/java/org/apache/mailet/CompositeMatcher.java
Modified:
james/mailet/api/trunk/pom.xml
Modified: james/mailet/api/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=940207&r1=940206&r2=940207&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Sun May 2 12:54:51 2010
@@ -18,20 +18,11 @@
specific language governing permissions and limitations
under the License.
-->
- <!--
- | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
- |
- | This file is only intended to be used to build the jsieve
- | website. It must not be used to build packages for jsieve
- | library.
- |
- | DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER DISCLAIMER
- -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
<artifactId>apache-mailet</artifactId>
<name>Apache Mailet API</name>
- <version>2.6-SNAPSHOT</version>
+ <version>2.5-SNAPSHOT</version>
<packaging>jar</packaging>
<description>
The Apache Mailet API is a flexible specification for mail processing
agents.