Author: bago
Date: Wed Jun 4 01:29:52 2008
New Revision: 663031
URL: http://svn.apache.org/viewvc?rev=663031&view=rev
Log:
Forgot to commit this updated pom the last month. (add mailet-function and
remove imap-commands modules)
Modified:
james/server/trunk/pom.xml
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=663031&r1=663030&r2=663031&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jun 4 01:29:52 2008
@@ -39,7 +39,6 @@
<module>imap-api</module>
<module>imapmailbox-library</module>
<module>imap-codec-library</module>
- <module>imap-command-library</module>
<module>user-library</module>
<module>core-library</module>
<module>smtpserver-function</module>
@@ -49,6 +48,7 @@
<module>remotemanager-function</module>
<module>basic-user-function</module>
<module>avalon-user-function</module>
+ <module>mailets-function</module>
<module>fetchmail-function</module>
<module>imap-mailbox-processor-function</module>
<module>torque-mailboxmanager-function</module>
@@ -263,11 +263,6 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-imap-command-library</artifactId>
- <version>3.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
<artifactId>james-server-avalon-user-function</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
@@ -308,6 +303,11 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
+ <artifactId>james-server-mailets-function</artifactId>
+ <version>3.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.james</groupId>
<artifactId>james-server-remotemanager-function</artifactId>
<version>3.0-SNAPSHOT</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]