Author: ieugen Date: Sun May 6 20:57:44 2012 New Revision: 1334766 URL: http://svn.apache.org/viewvc?rev=1334766&view=rev Log: JAMESAPP-8
- added conf/lib to wrapper.conf Modified: james/app/trunk/pom.xml Modified: james/app/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1334766&r1=1334765&r2=1334766&view=diff ============================================================================== --- james/app/trunk/pom.xml (original) +++ james/app/trunk/pom.xml Sun May 6 20:57:44 2012 @@ -564,6 +564,7 @@ </platforms> <generatorConfigurations> <generatorConfiguration> + <generator>jsw</generator> <includes> <include>linux-x86-32</include> @@ -578,11 +579,16 @@ </includes> <configuration> + <!-- add to to the classpath in this order: config files, user jars, james jars.--> <property> <name>configuration.directory.in.classpath.first</name> <value>../conf</value> </property> <property> + <name>configuration.directory.in.classpath.first</name> + <value>../conf/lib</value> + </property> + <property> <name>set.default.REPO_DIR</name> <value>../lib</value> </property> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org