Author: tom.baeyens(a)jboss.com
Date: 2009-02-23 10:02:16 -0500 (Mon, 23 Feb 2009)
New Revision: 4002
Modified:
jbpm4/trunk/build.xml
Log:
extracted eclipse install and eclipse start as separate build targets
Modified: jbpm4/trunk/build.xml
===================================================================
--- jbpm4/trunk/build.xml 2009-02-23 12:44:24 UTC (rev 4001)
+++ jbpm4/trunk/build.xml 2009-02-23 15:02:16 UTC (rev 4002)
@@ -76,6 +76,16 @@
</exec>
</target>
+ <target name="distro.eclipse.install">
+ <unzip src="${distro.eclipse}"
dest="${distro.installation.dir}/jbpm-${distro.version}" />
+ </target>
+
+ <target name="distro.eclipse.start">
+ <exec executable="cmd" os="Windows Vista, Windows XP,Windows
2000,Windows 98">
+ <arg line="/C start
"${distro.installation.dir}/jbpm-${distro.version}/eclipse/eclipse.exe"
"-data"
"${distro.installation.dir}/jbpm-${distro.version}/workspace""
/>
+ </exec>
+ </target>
+
<target name="schemadocs">
<exec executable="${mvn.executable}" dir="modules/api">
<arg line="-Pschemadocs package" />