You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2009/10/14 16:02:27 UTC

svn commit: r825138 - /james/server/trunk/include.properties

Author: bago
Date: Wed Oct 14 14:02:27 2009
New Revision: 825138

URL: http://svn.apache.org/viewvc?rev=825138&view=rev
Log:
trying to fix ant build and mina dependency

Modified:
    james/server/trunk/include.properties

Modified: james/server/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/include.properties?rev=825138&r1=825137&r2=825138&view=diff
==============================================================================
--- james/server/trunk/include.properties (original)
+++ james/server/trunk/include.properties Wed Oct 14 14:02:27 2009
@@ -108,6 +108,7 @@
 path.lib.slf4j=org.slf4j/jars
 path.lib.serp=net.sourceforge.serp/jars
 path.lib.openjpa=org.apache.openjpa/jars
+path.lib.mina=org.apache.mina/jars
 
 # ----- Spring -----
 jarname.spring.jar=spring-2.0.jar
@@ -353,8 +354,8 @@
 openjpa.jar=${path.lib.openjpa}/openjpa-1.2.0.jar
 
 # ------ MINA -------------------------
-mina-core.jar=${path.lib.mina}/mina-core-2.0.0-M6.jar
-path.lib.mina=org.apache.mina/jars
+jarname.mina-core.jar=mina-core-2.0.0-M6.jar
+mina-core.jar=${path.lib.mina}/${jarname.mina-core.jar}
 
 # --------------------------------------------------
 #                TEST LIBRARIES



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org