Author: ieugen
Date: Tue May 8 15:06:12 2012
New Revision: 1335565
URL: http://svn.apache.org/viewvc?rev=1335565&view=rev
Log:
JAMESAPP-8
- java service wrapper creates the classpath in this order: ./conf/, ./lib,
./conf/lib
Modified:
james/app/trunk/pom.xml
Modified: james/app/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1335565&r1=1335564&r2=1335565&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Tue May 8 15:06:12 2012
@@ -579,13 +579,13 @@
</includes>
<configuration>
- <!-- add to to the classpath in this order: config files,
user jars, james jars.-->
+ <!-- add to to the classpath in this order: config files,
james jars, user jars.-->
<property>
<name>configuration.directory.in.classpath.first</name>
<value>../conf</value>
</property>
<property>
-
<name>configuration.directory.in.classpath.first</name>
+ <name>configuration.directory.in.classpath.last</name>
<value>../conf/lib</value>
</property>
<property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]