You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/01/17 13:10:37 UTC

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

Author: jonesde
Date: Wed Jan 17 04:10:36 2007
New Revision: 497004

URL: http://svn.apache.org/viewvc?view=rev&rev=497004
Log:
Added install-extseed build target as that is a commonly used option for custom use

Modified:
    ofbiz/trunk/build.xml

Modified: ofbiz/trunk/build.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?view=diff&rev=497004&r1=497003&r2=497004
==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Wed Jan 17 04:10:36 2007
@@ -223,6 +223,13 @@
             <arg value="readers=seed"/>
         </java>
     </target>
+    <target name="run-install-extseed" depends="build">
+        <java jar="ofbiz.jar" fork="true">
+            <jvmarg value="${memory.max.param}"/>
+            <arg value="install"/>
+            <arg value="readers=seed,ext"/>
+        </java>
+    </target>
     <target name="run-debug" depends="build">
         <java jar="ofbiz.jar"  fork="true">
             <jvmarg value="${memory.max.param}"/>