Author: bago
Date: Wed Sep 10 14:41:18 2008
New Revision: 694007
URL: http://svn.apache.org/viewvc?rev=694007&view=rev
Log:
reintroduce imapserver-function to move some code out from phoenix-deployment
Removed:
james/server/trunk/imapserver-function/src/main/java/org/apache/james/Main.java
james/server/trunk/imapserver-function/src/test/java/org/apache/james/JamesTest.java
james/server/trunk/imapserver-function/src/test/java/org/apache/james/JamesTestConfiguration.java
Modified:
james/server/trunk/imapserver-function/build.xml
james/server/trunk/imapserver-function/pom.xml
Modified: james/server/trunk/imapserver-function/build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/build.xml?rev=694007&r1=694006&r2=694007&view=diff
==============================================================================
--- james/server/trunk/imapserver-function/build.xml (original)
+++ james/server/trunk/imapserver-function/build.xml Wed Sep 10 14:41:18 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
@@ -17,8 +17,8 @@
specific language governing permissions and limitations
under the License.
-->
-<project default="main" name="pop3server-function">
- <description>Builds pop3server-function module. This is an function
module.</description>
- <property name="name.module" value="pop3server-function" />
+<project default="main" name="imapserver-function">
+ <description>Builds imapserver-function module. This is an function
module.</description>
+ <property name="name.module" value="imapserver-function" />
<import file="../build-tools/function-build.xml" optional="no" />
</project>
Modified: james/server/trunk/imapserver-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/pom.xml?rev=694007&r1=694006&r2=694007&view=diff
==============================================================================
--- james/server/trunk/imapserver-function/pom.xml (original)
+++ james/server/trunk/imapserver-function/pom.xml Wed Sep 10 14:41:18 2008
@@ -25,90 +25,46 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-pop3server-function</artifactId>
- <name>Apache JAMES Server POP3 function</name>
+ <artifactId>james-server-imapserver-function</artifactId>
+ <name>Apache JAMES Server Imap function</name>
<dependencies>
<dependency>
<groupId>${javax.mail.groupId}</groupId>
<artifactId>${javax.mail.artifactId}</artifactId>
</dependency>
+
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>mailet</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-common-util</artifactId>
+ <artifactId>apache-james-imap-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-user-api</artifactId>
+ <artifactId>apache-james-imap-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-core-api</artifactId>
+ <artifactId>apache-james-imap-mailbox</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-domain-api</artifactId>
+ <artifactId>apache-james-imap-torque</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-core-library</artifactId>
+ <artifactId>apache-james-imap-processor</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-avalon-socket-library</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.avalon.framework</groupId>
- <artifactId>avalon-framework-api</artifactId>
+ <artifactId>apache-james-imap-seda</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.avalon.framework</groupId>
- <artifactId>avalon-framework-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.avalon.cornerstone.threads</groupId>
- <artifactId>cornerstone-threads-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.avalon.cornerstone.sockets</groupId>
- <artifactId>cornerstone-sockets-api</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-core-library</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-user-library</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-user-library</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-net</groupId>
- <artifactId>commons-net</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]