pnever      2004/09/23 06:34:28

  Modified:    proposals/tamino/etc/ant tree.xml
  Log:
  Support for Solaris 64-bit (needed for native SSX)
  
  Revision  Changes    Path
  1.4       +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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tree.xml  15 Sep 2004 16:43:23 -0000      1.3
  +++ tree.xml  23 Sep 2004 13:34:28 -0000      1.4
  @@ -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]

Reply via email to