Author: rdonkin
Date: Tue Sep 30 13:44:53 2008
New Revision: 700575
URL: http://svn.apache.org/viewvc?rev=700575&view=rev
Log:
Some missing libraries
Modified:
james/server/trunk/spring-deployment/build.xml
Modified: james/server/trunk/spring-deployment/build.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=700575&r1=700574&r2=700575&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Tue Sep 30 13:44:53 2008
@@ -119,9 +119,12 @@
<include name="${mailet.jar}"/>
<include name="${commons-digester.jar}"/>
<!-- TODO: include libraries without wildcards -->
+ <include
name="${path.lib.james}/${jars-prefix}*-util-${version}.jar"/>
<include
name="${path.lib.james}/${jars-prefix}*-api-${version}.jar"/>
<include
name="${path.lib.james}/${jars-prefix}*-library-${version}.jar"/>
<include
name="${path.lib.james}/${jars-prefix}*-function-${version}.jar"/>
+ <!-- Protocols should be coupled by deployment only -->
+ <include name='${path.lib.james}/apache-james-imap*.jar'/>
</fileset>
<!--<pathelement path="${java.class.path}" />-->
<!--<pathelement path="${build.classes}" />-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]