jdillon 2003/08/25 08:46:39
Modified: . maven.xml
Log:
o Updated run goal to use classworlds
Revision Changes Path
1.26 +4 -4 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- maven.xml 25 Aug 2003 15:41:19 -0000 1.25
+++ maven.xml 25 Aug 2003 15:46:39 -0000 1.26
@@ -356,17 +356,17 @@
<j:jelly xmlns="jelly:ant">
<java
- classname="com.werken.forehead.Forehead"
+ classname="com.werken.classworlds.Launcher"
fork="true"
maxmemory="128m"
failonerror="true"
dir="${run.dir}">
<classpath>
- <pathelement location="${run.dir}/lib/forehead-SNAPSHOT.jar"/>
+ <pathelement location="${run.dir}/lib/classworlds-SNAPSHOT.jar"/>
</classpath>
- <sysproperty key="forehead.conf.file"
value="${run.dir}/etc/forehead.conf"/>
+ <sysproperty key="classworlds.conf"
value="${run.dir}/etc/classworlds.conf"/>
<sysproperty key="program.name" value="maven:run"/>
<sysproperty key="twiddle.home" value="${run.dir}"/>