pnever 2004/09/23 06:32:21
Modified: proposals/tamino/etc/ant Tag: TWS421_BRANCH tree.xml
Log:
Support for Solaris 64-bit (needed for native SSX)
Revision Changes Path
No revision
No revision
1.2.4.3 +2 -1 jakarta-slide/proposals/tamino/etc/ant/tree.xml
Index: tree.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/proposals/tamino/etc/ant/tree.xml,v
retrieving revision 1.2.4.2
retrieving revision 1.2.4.3
diff -u -r1.2.4.2 -r1.2.4.3
--- tree.xml 22 Sep 2004 13:51:36 -0000 1.2.4.2
+++ tree.xml 23 Sep 2004 13:32:21 -0000 1.2.4.3
@@ -94,7 +94,7 @@
# The protocol handler is necessary to make the WSL protocol available in uris (sli
knows the details)
# 11/2003: memory consuption with a single user is always <30mb
# 11/2003: "put" is 2-3% faster on windows when using "-server" (but increases
memory consumption)
-catalina.opts = ${tomcat.opts}
+catalina.opts = ${jvmopt.d64} ${tomcat.opts}
# caution: a single base doesn't guarantie classes before jars!
cp.webapp1.base=$${webapp.home}
@@ -118,6 +118,7 @@
<arg value="${launcher.props}"/>
<arg value="${launcher.jar}"/>
<arg value="../${relative.tomcat}/native/lib"/>
+ <arg value="${jvmopt.d64}"/>
</java>
<chmod perm="ug+x">
<fileset dir="${tree.bin}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]