You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/08/08 13:45:31 UTC

svn commit: r983386 - /gump/metadata/project/java-service-wrapper.xml

Author: bodewig
Date: Sun Aug  8 11:45:31 2010
New Revision: 983386

URL: http://svn.apache.org/viewvc?rev=983386&view=rev
Log:
vmgump2 is a 64bit machine, use that for now since I expect the other new infrastructure to be 64bit as well

Modified:
    gump/metadata/project/java-service-wrapper.xml

Modified: gump/metadata/project/java-service-wrapper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/java-service-wrapper.xml?rev=983386&r1=983385&r2=983386&view=diff
==============================================================================
--- gump/metadata/project/java-service-wrapper.xml (original)
+++ gump/metadata/project/java-service-wrapper.xml Sun Aug  8 11:45:31 2010
@@ -26,7 +26,7 @@
     <package>org.tanukisoftware.wrapper</package>
 
     <ant target="jar">
-      <property name="bits" value="32" />
+      <property name="bits" value="64" />
     </ant>
 
     <depend project="ant"/>