[Mulgara-svn] r1927 - trunk

pag at mulgara.org pag at mulgara.org
Wed Feb 17 22:45:01 UTC 2010


Author: pag
Date: 2010-02-17 14:45:00 -0800 (Wed, 17 Feb 2010)
New Revision: 1927

Modified:
   trunk/common.xml
Log:
Using a literal string instead of a property, since the script is ignoring the property

Modified: trunk/common.xml
===================================================================
--- trunk/common.xml	2010-02-16 20:56:37 UTC (rev 1926)
+++ trunk/common.xml	2010-02-17 22:45:00 UTC (rev 1927)
@@ -14,7 +14,6 @@
   <!-- =================================================================== -->
   <!--                      Property Definitions                           -->
   <!-- =================================================================== -->
-  <property name="mulaga.xa.memoryType" value="heap"/>
   <property file="common.properties"/>
 
   <!-- =================================================================== -->
@@ -568,7 +567,7 @@
       <arg value="${jvm.args}"/>
       <arg line="-Djava.io.tmpdir=&quot;${tmp.dir}&quot;"/>
       <arg line="-Dorg.mulgara.test=&quot;${org.mulgara.test}&quot;"/>
-      <arg line="-Dmulgara.xa.memoryType=&quot;${mulgara.xa.memoryType}&quot;"/>
+      <arg line="-Dmulgara.xa.memoryType=&quot;heap&quot;"/>
       <arg value="-cp"/>
       <arg value="${jvm-classpath}"/>
       <arg line="org.mulgara.server.EmbeddedMulgaraServer"/>
@@ -589,7 +588,7 @@
       <arg value="-ea"/>
       <arg value="${jvm.args}"/>
       <arg line="-Djava.io.tmpdir=&quot;${tmp.dir}&quot;"/>
-      <arg line="-Dmulgara.xa.memoryType=&quot;mulgara.xa.memoryType&quot;"/>
+      <arg line="-Dmulgara.xa.memoryType=&quot;heap&quot;"/>
       <arg value="-cp"/>
       <arg value="${jvm-classpath}"/>
       <arg line="org.mulgara.server.EmbeddedMulgaraServer"/>
@@ -608,7 +607,7 @@
       <arg value="-ea"/>
       <arg value="${jvm.args}"/>
       <arg line="-Djava.io.tmpdir=&quot;${tmp.dir}&quot;"/>
-      <arg line="-Dmulgara.xa.memoryType=&quot;${mulgara.xa.memoryType}&quot;"/>
+      <arg line="-Dmulgara.xa.memoryType=&quot;heap&quot;"/>
       <arg value="-cp"/>
       <arg value="${jvm-classpath}"/>
       <arg line="org.mulgara.server.EmbeddedMulgaraServer"/>
@@ -628,7 +627,7 @@
       <arg value="-ea"/>
       <arg value="${jvm.args}"/>
       <arg line="-Djava.io.tmpdir=&quot;${tmp.dir}&quot;"/>
-      <arg line="-Dmulgara.xa.memoryType=&quot;${mulgara.xa.memoryType}&quot;"/>
+      <arg line="-Dmulgara.xa.memoryType=&quot;heap&quot;"/>
       <arg value="-cp"/>
       <arg value="${jvm-classpath-win}"/>
       <arg line="org.mulgara.server.EmbeddedMulgaraServer"/>




More information about the Mulgara-svn mailing list