thanks for keeping these updated but i fear you'll be fighting a loosing battle today trying to keep everything in sync. basically, i plan to be renaming and repackaging stuff for a while yet. quite possibly several times. might be easier to wait until tomorrow.
- robert On Sat, Sep 6, 2008 at 1:15 PM, <[EMAIL PROTECTED]> wrote: > Author: bago > Date: Sat Sep 6 05:15:17 2008 > New Revision: 692639 > > URL: http://svn.apache.org/viewvc?rev=692639&view=rev > Log: > Remove modules that are not part of this project and minor changes to reflect > that this is a new product. > > Modified: > james/protocols/imap/trunk/pom.xml > > Modified: james/protocols/imap/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/james/protocols/imap/trunk/pom.xml?rev=692639&r1=692638&r2=692639&view=diff > ============================================================================== > --- james/protocols/imap/trunk/pom.xml (original) > +++ james/protocols/imap/trunk/pom.xml Sat Sep 6 05:15:17 2008 > @@ -26,7 +26,7 @@ > </parent> > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.james</groupId> > - <artifactId>james-server</artifactId> > + <artifactId>james-imap-protocol</artifactId> > <name>Apache JAMES Server</name> > <version>3.0-SNAPSHOT</version> > <description>The Apache Java Enterprise Mail Server (a.k.a. JAMES > Server)</description> > @@ -35,36 +35,12 @@ > <packaging>pom</packaging> > <modules> > <module>stage</module> > - <module>javamail-util</module> > - <module>common-util</module> > - <module>core-api</module> > - <module>user-api</module> > - <module>domain-api</module> > <module>imap-api</module> > <module>imap-codec-library</module> > - <module>user-library</module> > - <module>core-library</module> > - <module>management-library</module> > - <module>avalon-spring-bridge-library</module> > - <module>avalon-socket-library</module> > <module>mailbox-library</module> > - <module>core-function</module> > - <module>smtpserver-function</module> > - <module>pop3server-function</module> > - <module>nntpserver-function</module> > - <module>spoolmanager-function</module> > - <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> > <module>experimental-seda-imap-function</module> > - <module>experimental-activemq-function</module> > - <module>jcr-backend-function</module> > - <module>phoenix-deployment</module> > - <module>spring-deployment</module> > </modules> > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/james/server/trunk</connection> > @@ -286,56 +262,6 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-javamail-util</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-common-util</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-user-api</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-core-api</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-domain-api</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-core-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-management-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-user-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-avalon-spring-bridge-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-avalon-socket-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > <artifactId>james-server-mailbox-library</artifactId> > <version>3.0-SNAPSHOT</version> > </dependency> > @@ -346,56 +272,6 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-avalon-user-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-basic-user-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-smtpserver-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-core-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-pop3server-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-nntpserver-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-fetchmail-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-spoolmanager-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </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> > - <dependency> > - <groupId>org.apache.james</groupId> > <artifactId>james-server-torque-mailboxmanager-function</artifactId> > <version>3.0-SNAPSHOT</version> > </dependency> > @@ -406,11 +282,6 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-experimental-activemq-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > <artifactId>james-server-experimental-seda-imap-function</artifactId> > <version>3.0-SNAPSHOT</version> > </dependency> > @@ -423,18 +294,6 @@ > </dependency> > <dependency> > <groupId>org.apache.james</groupId> > - <artifactId>james-server-smtpserver-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - <type>test-jar</type> > - <scope>test</scope> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-jcr-backend-function</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > <artifactId>james-server-imap-api</artifactId> > <version>3.0-SNAPSHOT</version> > </dependency> > @@ -445,26 +304,6 @@ > <type>test-jar</type> > <scope>test</scope> > </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-core-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - <type>test-jar</type> > - <scope>test</scope> > - </dependency> > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-user-library</artifactId> > - <version>3.0-SNAPSHOT</version> > - <type>test-jar</type> > - <scope>test</scope> > - </dependency> > - > - <dependency> > - <groupId>org.apache.james</groupId> > - <artifactId>james-server-phoenix-deployment</artifactId> > - <version>3.0-SNAPSHOT</version> > - </dependency> > > <dependency> > <groupId>org.bouncycastle</groupId> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
