[jbpm-commits] JBoss JBPM SVN: r2867 - in jbpm3/branches/jbpm-3.3.0.GA: modules/distribution/scripts and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 10 14:49:38 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-10 14:49:38 -0500 (Mon, 10 Nov 2008)
New Revision: 2867

Modified:
   jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh
   jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
   jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml
Log:
Rename to jbpm-installer-3.3.0.GA.jar

Modified: jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh	2008-11-10 19:46:29 UTC (rev 2866)
+++ jbpm3/branches/jbpm-3.3.0.GA/hudson/hudson-home/command.sh	2008-11-10 19:49:38 UTC (rev 2867)
@@ -58,7 +58,7 @@
 # Deploy distro
 #
 AUTO_INSTALL=modules/distribution/target/resources/auto-install-template.xml; cat $AUTO_INSTALL;
-JAVA_CMD="java -jar $DISTRODIR/jbpm-$JBPM_VERSION-installer.jar $AUTO_INSTALL"
+JAVA_CMD="java -jar $DISTRODIR/jbpm-installer-$JBPM_VERSION.jar $AUTO_INSTALL"
 echo $JAVA_CMD; $JAVA_CMD 
 
 # FIXME: Autoinstall does not respect conditions

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 19:46:29 UTC (rev 2866)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/distribution/scripts/antrun-installer.xml	2008-11-10 19:49:38 UTC (rev 2867)
@@ -142,7 +142,7 @@
 
     <!-- Run installer build -->
     <echo message="Running IzPack to build the installer..." />
-    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/jbpm-${product.version}-installer.jar"
+    <izpack input="${resources.dir}/installer/install-definition.xml" output="${output.dir}/jbpm-installer-${product.version}.jar"
       installerType="standard" inheritAll="true" basedir="${izpack.temp.dir}" />
 
     <!-- Clean working directory -->

Modified: jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml
===================================================================
--- jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml	2008-11-10 19:46:29 UTC (rev 2866)
+++ jbpm3/branches/jbpm-3.3.0.GA/modules/userguide/src/main/docbook/en/modules/gettingstarted.xml	2008-11-10 19:49:38 UTC (rev 2867)
@@ -10,14 +10,14 @@
     the <ulink url="http://sourceforge.net/project/showfiles.php?group_id=70542&amp;package_id=145174">jBPM jPDL 3 
     package on Sourceforge.net</ulink> and download the latest installer.
     </para>
-    <para id="jbpm-{version}-installer.jar"><emphasis role="bold">The jBPM installer</emphasis> 
+    <para id="jbpm-installer-{version}.jar"><emphasis role="bold">The jBPM installer</emphasis> 
     creates a runtime installation and it can also download and install the 
     eclipse designer and a jboss server.  You can use jBPM also without application server, but all of 
     these components are preconfigured to interoperate out-of-the-box to get you started with jBPM quickly.
     To launch the installer, open a command line and go to the directory where you downloaded it.
     Then type: 
     </para>
-    <programlisting>java -jar jbpm-{version}-installer.jar</programlisting>
+    <programlisting>java -jar jbpm-installer-{version}.jar</programlisting>
     <para>
     Step through the instructions.  Any supported version of JBoss and the exact version 
     of eclipse can optionally be downloaded by the installer.




More information about the jbpm-commits mailing list