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 ie...@apache.org on 2012/05/08 17:06:12 UTC

svn commit: r1335565 - /james/app/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org