Author: norman Date: Wed Dec 15 14:01:30 2010 New Revision: 1049555 URL: http://svn.apache.org/viewvc?rev=1049555&view=rev Log: Remove core-function as it is empty now
Removed: james/server/trunk/core-function/ Modified: james/server/trunk/container-spring/pom.xml james/server/trunk/pom.xml Modified: james/server/trunk/container-spring/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1049555&r1=1049554&r2=1049555&view=diff ============================================================================== --- james/server/trunk/container-spring/pom.xml (original) +++ james/server/trunk/container-spring/pom.xml Wed Dec 15 14:01:30 2010 @@ -604,10 +604,6 @@ </dependency> <dependency> <groupId>org.apache.james</groupId> - <artifactId>james-server-core-function</artifactId> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> <artifactId>james-server-queue-jms</artifactId> <scope>runtime</scope> </dependency> Modified: james/server/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1049555&r1=1049554&r2=1049555&view=diff ============================================================================== --- james/server/trunk/pom.xml (original) +++ james/server/trunk/pom.xml Wed Dec 15 14:01:30 2010 @@ -35,7 +35,6 @@ <modules> <module>container-spring</module> <module>core-api</module> - <module>core-function</module> <module>core-library</module> <module>dnsservice-api</module> <module>dnsservice-dnsjava</module> @@ -650,11 +649,6 @@ </dependency> <dependency> <groupId>org.apache.james</groupId> - <artifactId>james-server-core-function</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>org.apache.james</groupId> <artifactId>james-server-mailets</artifactId> <version>${project.version}</version> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org