You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2008/03/03 06:32:10 UTC

svn commit: r632941 - /ofbiz/trunk/build.xml

Author: jaz
Date: Sun Mar  2 21:32:05 2008
New Revision: 632941

URL: http://svn.apache.org/viewvc?rev=632941&view=rev
Log:
added run-install-extseed-initial target to install data including the new seed-initial

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=632941&r1=632940&r2=632941&view=diff
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Sun Mar  2 21:32:05 2008
@@ -245,6 +245,13 @@
             <arg value="readers=seed"/>
         </java>
     </target>
+    <target name="run-install-extseed-initial" depends="build">
+        <java jar="ofbiz.jar" fork="true">
+            <jvmarg value="${memory.max.param}"/>
+            <arg value="install"/>
+            <arg value="readers=seed,seed-initial,ext"/>
+        </java>
+    </target>
     <target name="run-install-extseed" depends="build">
         <java jar="ofbiz.jar" fork="true">
             <jvmarg value="${memory.max.param}"/>