[jbpm-commits] JBoss JBPM SVN: r4002 - jbpm4/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 23 10:02:16 EST 2009


Author: tom.baeyens at 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 &quot;${distro.installation.dir}/jbpm-${distro.version}/eclipse/eclipse.exe&quot; &quot;-data&quot; &quot;${distro.installation.dir}/jbpm-${distro.version}/workspace&quot;" />
+    </exec>
+  </target>
+
   <target name="schemadocs">
     <exec executable="${mvn.executable}" dir="modules/api">
       <arg line="-Pschemadocs package" />




More information about the jbpm-commits mailing list