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 no...@apache.org on 2011/10/07 12:50:31 UTC

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

Author: norman
Date: Fri Oct  7 10:50:31 2011
New Revision: 1179995

URL: http://svn.apache.org/viewvc?rev=1179995&view=rev
Log:
Use wildcard classpath to load custom mailets in conf/lib/ directory. See JAMESAPP-2

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1179995&r1=1179994&r2=1179995&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Fri Oct  7 10:50:31 2011
@@ -84,7 +84,7 @@
           <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
           <environmentSetupFileName>setenv</environmentSetupFileName>
           <!--   set some sane defaults for memory -->
-          <extraJvmArguments>${jvm.system-property1} -Xms128m -Xmx512m -Djava.system.class.loader=org.apache.james.container.spring.context.JamesClassLoader ${jmx.system-properties} ${javamail.system-properties} ${james.system-properties}</extraJvmArguments>
+          <extraJvmArguments>${jvm.system-property1} -Xms128m -Xmx512m ${jmx.system-properties} ${javamail.system-properties} ${james.system-properties}</extraJvmArguments>
           <!-- Generate bin scripts for windows and unix per default -->
           <platforms>
             <platform>windows</platform>
@@ -246,7 +246,7 @@ END Tanuki Software License ============
                     </property>
                     <property>
                       <name>wrapper.java.additional.1</name>
-                      <value>-Djava.system.class.loader=org.apache.james.container.spring.context.JamesClassLoader</value>
+                      <value>${jvm.system-property1}</value>
                     </property>
                     <property>
                       <name>wrapper.java.additional.2</name>
@@ -300,10 +300,6 @@ END Tanuki Software License ============
                       <name>wrapper.java.additional.14</name>
                       <value>${james.system-property1}</value>
                     </property>
-                    <property>
-                      <name>wrapper.java.additional.15</name>
-                      <value>${jvm.system-property1}</value>
-                    </property>
                   </configuration>
                 </generatorConfiguration>
               </generatorConfigurations>



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