Author: norman
Date: Mon Jun 14 17:40:09 2010
New Revision: 954565
URL: http://svn.apache.org/viewvc?rev=954565&view=rev
Log:
Move filepair package to core-library, because a function should not depend on
an other function
Added:
james/server/trunk/core-library/src/main/java/org/apache/james/filepair/
- copied from r954543,
james/server/trunk/core-function/src/main/java/org/apache/james/filepair/
Removed:
james/server/trunk/core-function/src/main/java/org/apache/james/filepair/
Modified:
james/server/trunk/user-function/pom.xml
Modified: james/server/trunk/user-function/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/user-function/pom.xml?rev=954565&r1=954564&r2=954565&view=diff
==============================================================================
--- james/server/trunk/user-function/pom.xml (original)
+++ james/server/trunk/user-function/pom.xml Mon Jun 14 17:40:09 2010
@@ -93,7 +93,7 @@
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-core-function</artifactId>
+ <artifactId>james-server-core-library</artifactId>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]