JBoss JBPM SVN: r5284 - in projects/gwt-console/trunk: doc and 1 other directory.
by do-not-reply@jboss.org
Author: heiko.braun(a)jboss.com
Date: 2009-07-10 06:29:07 -0400 (Fri, 10 Jul 2009)
New Revision: 5284
Added:
projects/gwt-console/trunk/doc/
projects/gwt-console/trunk/doc/Reference.odt
projects/gwt-console/trunk/doc/Reference.pdf
Log:
Added reference documentation
Added: projects/gwt-console/trunk/doc/Reference.odt
===================================================================
(Binary files differ)
Property changes on: projects/gwt-console/trunk/doc/Reference.odt
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: projects/gwt-console/trunk/doc/Reference.pdf
===================================================================
(Binary files differ)
Property changes on: projects/gwt-console/trunk/doc/Reference.pdf
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 9 months
JBoss JBPM SVN: r5283 - jbpm4/trunk/modules/devguide/src/main/docbook/en/modules.
by do-not-reply@jboss.org
Author: jbarrez
Date: 2009-07-10 05:55:03 -0400 (Fri, 10 Jul 2009)
New Revision: 5283
Modified:
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml
Log:
Added additonal line to spring doc to clarify
Modified: jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml
===================================================================
--- jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml 2009-07-10 09:17:55 UTC (rev 5282)
+++ jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml 2009-07-10 09:55:03 UTC (rev 5283)
@@ -37,6 +37,8 @@
<para>
Replace the standard-transaction-interceptor with the
spring-transaction-interceptor. The hibernate session needs the attribute current=”true”.
+ Also, the <transaction/> must be removed from the transaction-context if you want the
+ transactions to be handled by Spring only.
This forces jBPM to search for the current session,
which will be provided by Spring.
<programlisting>
16 years, 9 months
JBoss JBPM SVN: r5282 - in jbpm4/branches/jbpm-4.0/modules: userguide/src/main/docbook/en/modules and 1 other directory.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2009-07-10 05:17:55 -0400 (Fri, 10 Jul 2009)
New Revision: 5282
Modified:
jbpm4/branches/jbpm-4.0/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml
jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
documenting the library dependencies and updated the jbpm-console link in the docs
Modified: jbpm4/branches/jbpm-4.0/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml 2009-07-10 07:51:48 UTC (rev 5281)
+++ jbpm4/branches/jbpm-4.0/modules/devguide/src/main/docbook/en/modules/ch01-Introduction.xml 2009-07-10 09:17:55 UTC (rev 5282)
@@ -45,5 +45,73 @@
<ulink url="http://repository.jboss.com/maven2/org/jbpm/jbpm4/">http://repository.jboss.com/maven2/org/jbpm/jbpm4/</ulink>
</para>
</section>
+
+ <section>
+ <title>Library dependencies</title>
+ <para>If you want to install/deploy jBPM into your own application, this is still as easy
+ as it was before: Just put the right libs in your application classpath. We didn't yet clean
+ up the dependency description in the maven pom files. So we can't yet give the exact
+ minimal set of libraries from the <literal>lib</literal> directory that you need to include
+ in your application. The versions of the libraties that are in the <literal>lib</literal>
+ directory are the ones that we tested with. So we recommend you to use those very versions
+ of the libs. To help you on your way, here's the current maven dependency list for jPDL:
+ </para>
+ <programlisting>[INFO] ------------------------------------------------------------------------
+[INFO] Building jBPM 4 - jPDL
+[INFO] task-segment: [dependency:tree]
+[INFO] ------------------------------------------------------------------------
+[INFO] [dependency:tree]
+[INFO] org.jbpm.jbpm4:jbpm-jpdl:jar:4.0
+[INFO] +- org.jbpm.jbpm4:jbpm-pvm:jar:4.0:compile
+[INFO] | +- org.jbpm.jbpm4:jbpm-api:jar:4.0:compile
+[INFO] | | \- jboss:jboss-j2ee:jar:4.2.2.GA:compile
+[INFO] | +- org.jbpm.jbpm4:jbpm-log:jar:4.0:compile
+[INFO] | +- org.jbpm.jbpm4:jbpm-test-base:jar:4.0:compile
+[INFO] | | \- org.hibernate:hibernate-core:jar:3.3.1.GA:compile
+[INFO] | | +- antlr:antlr:jar:2.7.6:compile
+[INFO] | | \- commons-collections:commons-collections:jar:3.1:compile
+[INFO] | +- org.apache.ant:ant:jar:1.7.0:compile
+[INFO] | | \- org.apache.ant:ant-launcher:jar:1.7.0:compile
+[INFO] | +- log4j:log4j:jar:1.2.14:compile
+[INFO] | +- juel:juel:jar:2.1.0:compile
+[INFO] | +- juel:juel-impl:jar:2.1.0:compile
+[INFO] | +- juel:juel-engine:jar:2.1.0:compile
+[INFO] | +- org.slf4j:slf4j-api:jar:1.5.2:compile
+[INFO] | +- org.slf4j:slf4j-jdk14:jar:1.5.2:compile
+[INFO] | +- org.jboss.identity.idm:idm-core:jar:1.0.0.Beta1:compile
+[INFO] | | +- org.jboss.identity.idm:idm-common:jar:1.0.0.Beta1:compile
+[INFO] | | +- org.jboss.identity.idm:idm-api:jar:1.0.0.Beta1:compile
+[INFO] | | +- org.jboss.identity.idm:idm-spi:jar:1.0.0.Beta1:compile
+[INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:2.1.8:compile
+[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.1:compile
+[INFO] | | \- javax.xml.stream:stax-api:jar:1.0-2:compile
+[INFO] | +- org.jboss.identity.idm:idm-hibernate:jar:1.0.0.Beta1:compile
+[INFO] | | +- javassist:javassist:jar:3.4.GA:compile
+[INFO] | | +- org.hibernate:hibernate-cglib-repack:jar:2.1_3:compile
+[INFO] | | \- org.slf4j:slf4j-log4j12:jar:1.5.2:compile
+[INFO] | +- org.hibernate:hibernate-entitymanager:jar:3.4.0.GA:compile
+[INFO] | | +- org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile
+[INFO] | | +- org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:compile
+[INFO] | | +- org.hibernate:hibernate-annotations:jar:3.4.0.GA:compile
+[INFO] | | +- dom4j:dom4j:jar:1.6.1:compile
+[INFO] | | | \- xml-apis:xml-apis:jar:1.0.b2:compile
+[INFO] | | \- javax.transaction:jta:jar:1.1:compile
+[INFO] | +- org.livetribe:livetribe-jsr223:jar:2.0.5:compile
+[INFO] | \- javax.mail:mail:jar:1.4.1:compile
+[INFO] | \- javax.activation:activation:jar:1.1:compile
+[INFO] +- junit:junit:jar:3.8.1:compile
+[INFO] \- hsqldb:hsqldb:jar:1.8.0.7:test
+[INFO] ------------------------------------------------------------------------</programlisting>
+ <para>The jboss idm dependencies in sections
+ <literal>org.jboss.identity.idm:*</literal> can be ignored, including the
+ <literal>org.hibernate:hibernate-entitymanager</literal> </para>
+ <para>This list should already get you started to select a small subset of libs instead of
+ including all the libs from the <literal>${jbpm.home}/lib</literal> directory.
+ In one of the next releases, we'll clean up those dependency descriptions in the pom and include
+ a good description of which are the minimal libs to get jBPM up and running inside
+ your own application.
+ </para>
+ </section>
+
</chapter>
Modified: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-10 07:51:48 UTC (rev 5281)
+++ jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-10 09:17:55 UTC (rev 5282)
@@ -23,7 +23,7 @@
<para>jBPM requires a JDK (standard java) version 5 or higher.
</para>
<ulink url="http://java.sun.com/javase/downloads/index.jsp">http://java.sun.com/javase/downloads/index.jsp</ulink>
- <para>To execute the ant scripts, you'll need apache ant version 1.7.0 or higher:
+ <para>To execute the ant scripts, you'll need apache ant version <emphasis role="bold">1.7.0</emphasis> or higher:
</para>
<ulink url="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</ulink>
</section>
@@ -58,7 +58,7 @@
<para>After this is done JBoss will be running in the background. Once eclipse has started, you can continue
to follow the instructions of <xref linkend="graphicalprocessdesigner" />
</para>
- <para>And you can surf to <ulink url="http://localhost:8080/gwt-console">the jBPM console</ulink>
+ <para>And you can surf to <ulink url="http://localhost:8080/jbpm-console">the jBPM console</ulink>
You can login as one of the following users:
</para>
<table><title>Example console users:</title>
@@ -144,6 +144,15 @@
</para>
</section>
+ <section id="librarydependenciesandconfigurationfiles">
+ <title>Library dependencies and configuration files</title>
+ <para>We provide support for installations of jBPM through our automatic ant
+ scripts. Those scripts will be put the right libs and the right configuration
+ files in the right location for you. If you want to create your own installation of
+ jBPM in your application, see the developers guide for more information.
+ </para>
+ </section>
+
<section id="jboss">
<title>JBoss</title>
<para>The build file <literal>${jbpm.home}/jboss/build.xml</literal> contains scripts for
@@ -155,26 +164,24 @@
</para>
</section>
+ <section id="tomcat">
+ <title>Tomcat</title>
+ <para>ETA for Tomcat is 4.1: <ulink url="https://jira.jboss.org/jira/browse/JBPM-2397">See JBPM-2397</ulink></para>
+ </section>
+
<section id="database">
<title>Database</title>
<para>The build file <literal>${jbpm.home}/db/build.xml</literal> contains scripts for
DB operations like creating and dropping the schema. Navigate to that directory and run <literal>ant -p</literal>
for more details.
</para>
+ <para>To create the schema in your database:</para>
+ <itemizedlist>
+ <listitem>First, update the properties file of your database in <literal>${jbpm.home}/db/jdbc</literal></listitem>
+ <listitem>Then run target <literal>ant create.jbpm.schema</literal> in the db directory</listitem>
+ </itemizedlist>
</section>
- <section id="tomcat">
- <title>Tomcat</title>
- <para>ETA for Tomcat is 4.1: <ulink url="https://jira.jboss.org/jira/browse/JBPM-2397">See JBPM-2397</ulink></para>
- </section>
-
- <section id="configurationfiles">
- <title>Configuration files</title>
- <para>If you're not deploying in JBoss, then the example configuration files
- in the examples <literal>src</literal> are the best starting point.
- </para>
- </section>
-
<section id="graphicalprocessdesigner">
<title>Graphical Process Designer (GPD)</title>
<para>Eclipse is used as the platform to host the jPDL graphical process
16 years, 9 months
JBoss JBPM SVN: r5281 - jbpm4/trunk/qa.
by do-not-reply@jboss.org
Author: tom.baeyens(a)jboss.com
Date: 2009-07-10 03:51:48 -0400 (Fri, 10 Jul 2009)
New Revision: 5281
Modified:
jbpm4/trunk/qa/test.demo.setup.bat
Log:
fixed multiple profiles in mvn command line
Modified: jbpm4/trunk/qa/test.demo.setup.bat
===================================================================
--- jbpm4/trunk/qa/test.demo.setup.bat 2009-07-10 04:51:11 UTC (rev 5280)
+++ jbpm4/trunk/qa/test.demo.setup.bat 2009-07-10 07:51:48 UTC (rev 5281)
@@ -1,5 +1,5 @@
echo To run this, make sure that at least you have jbpm.parent.dir specified in your ${user.home}/.jbpm4/build.properties
-cmd /C mvn -U -Pdistro -Pschemadocs clean install
+cmd /C mvn -U -Pdistro,schemadocs clean install
cmd /C ant -f qa/build.xml reinstall.jbpm
cmd /C ant -f modules/distro/src/main/files/jboss/build.xml demo.setup
16 years, 9 months
JBoss JBPM SVN: r5280 - jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd.
by do-not-reply@jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-07-10 00:51:11 -0400 (Fri, 10 Jul 2009)
New Revision: 5280
Modified:
jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml
Log:
fix for expansion of eclipse on mac os X
Modified: jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml 2009-07-10 04:49:26 UTC (rev 5279)
+++ jbpm4/branches/jbpm-4.0/modules/distro/src/main/files/gpd/build.xml 2009-07-10 04:51:11 UTC (rev 5280)
@@ -25,10 +25,13 @@
<condition property="eclipse.filename" value="eclipse-jee-galileo-win32.zip">
<contains string="${os.name}" casesensitive="false" substring="win" />
</condition>
- <condition property="eclipse.filename" value="eclipse-jee-galileo-macosx-carbon.tar.gz">
+ <condition property="eclipse.tarfilename" value="eclipse-jee-galileo-macosx-carbon.tar">
<contains string="${os.name}" casesensitive="false" substring="mac" />
</condition>
- <condition property="eclipse.filename" value="eclipse-jee-galileo-linux-gtk.tar.gz">
+ <condition property="eclipse.filename" value="${eclipse.tarfilename}.gz">
+ <contains string="${os.name}" casesensitive="false" substring="mac" />
+ </condition>
+ <condition property="eclipse.tarfilename" value="eclipse-jee-galileo-linux-gtk.tar">
<and>
<contains string="${os.name}" casesensitive="false" substring="linux" />
<not>
@@ -36,12 +39,26 @@
</not>
</and>
</condition>
- <condition property="eclipse.filename" value="eclipse-jee-galileo-linux-gtk-x86_64.tar.gz">
+ <condition property="eclipse.filename" value="${eclipse.tarfilename}.gz">
<and>
<contains string="${os.name}" casesensitive="false" substring="linux" />
+ <not>
+ <contains string="${os.arch}" casesensitive="false" substring="64" />
+ </not>
+ </and>
+ </condition>
+ <condition property="eclipse.tarfilename" value="eclipse-jee-galileo-linux-gtk-x86_64.tar">
+ <and>
+ <contains string="${os.name}" casesensitive="false" substring="linux" />
<contains string="${os.arch}" casesensitive="false" substring="64" />
</and>
</condition>
+ <condition property="eclipse.filename" value="${eclipse.tarfilename}.gz">
+ <and>
+ <contains string="${os.name}" casesensitive="false" substring="linux" />
+ <contains string="${os.arch}" casesensitive="false" substring="64" />
+ </and>
+ </condition>
<!-- general eclipse properties -->
<property name="eclipse.distro.url" value="http://mirror.cc.vt.edu/pub/eclipse/technology/epp/downloads/release/gali..." />
<property name="eclipse.distro.dir" value="${jbpm.home}/downloads" />
@@ -69,7 +86,9 @@
</target>
<target name="internal.install.eclipse.non.windows" if="isNotWindows">
- <gunzip src="${eclipse.distro.dir}/${eclipse.filename}" dest="${jbpm.home}" />
+ <gunzip src="${eclipse.distro.dir}/${eclipse.filename}" dest="${eclipse.distro.dir}" />
+ <untar src="${eclipse.distro.dir}/${eclipse.tarfilename}" dest="${jbpm.home}" overwrite="true" />
+ <delete file="${eclipse.distro.dir}/${eclipse.tarfilename}"/>
</target>
<!-- ### GET ECLIPSE ##################################################### -->
16 years, 9 months
JBoss JBPM SVN: r5279 - jbpm3/branches/jbpm-3.2-soa/modules/simulation.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2009-07-10 00:49:26 -0400 (Fri, 10 Jul 2009)
New Revision: 5279
Modified:
jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
Log:
exclude itext dependency which seems to not be present in every repository
Modified: jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml 2009-07-09 21:47:48 UTC (rev 5278)
+++ jbpm3/branches/jbpm-3.2-soa/modules/simulation/pom.xml 2009-07-10 04:49:26 UTC (rev 5279)
@@ -83,9 +83,13 @@
<artifactId>jfreechart</artifactId>
</exclusion>
<exclusion>
+ <groupId>eclipse</groupId>
<artifactId>jdtcore</artifactId>
- <groupId>eclipse</groupId>
</exclusion>
+ <exclusion>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
16 years, 9 months
JBoss JBPM SVN: r5278 - jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2009-07-09 17:47:48 -0400 (Thu, 09 Jul 2009)
New Revision: 5278
Modified:
jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh
Log:
increase spider timeout to give jboss 5 runs better chances of succeeding
Modified: jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh 2009-07-09 19:13:53 UTC (rev 5277)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/jboss/bin/http-spider.sh 2009-07-09 21:47:48 UTC (rev 5278)
@@ -14,9 +14,9 @@
#
#############################################################
-TIMEOUT=2 # wget timeout in sec
-SLEEP_TIME=10 # the actual sleep time in between test
-NUM_RETRIES=18 # equals 180 seconds before exit
+TIMEOUT=5 # wget timeout in sec
+SLEEP_TIME=30 # the actual sleep time in between test
+NUM_RETRIES=10 # equals 5 minutes before exit
if [ "x$1" = "x" ]; then
echo "Usage: http.sh <hostname:port> <output_dir>"
16 years, 9 months
JBoss JBPM SVN: r5277 - jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules.
by do-not-reply@jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-07-09 15:13:53 -0400 (Thu, 09 Jul 2009)
New Revision: 5277
Modified:
jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
update the eclipse references to reference galileo
Modified: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-09 19:12:01 UTC (rev 5276)
+++ jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-09 19:13:53 UTC (rev 5277)
@@ -101,7 +101,7 @@
<para>As part of the installation, the jBPM configuration
files will be deployed to the target environment. Those jBPM configuration
files themselves should not be changed after installation. Instead
- the installation scripts take a specific configuration parameters
+ the installation scripts take specific configuration parameters
that will build a valid configuration on the target environment.
</para>
@@ -182,11 +182,11 @@
how to install the GPD plugin in Eclipse.</para>
<section>
<title>Get Eclipse</title>
- <para>You'll need Eclipse 3.4.2.
+ <para>You'll need Eclipse 3.5.0.
</para>
<para>Use the <link linkend="gettingstarted">demo setup</link> or download
eclipse manually:
- <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse IDE for Java EE Developers (163 MB)</ulink>.
+ <ulink url="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downlo...">Eclipse IDE for Java EE Developers (163 MB)</ulink>.
</para>
<para>The classic version of eclipse will not be sufficient as it does
not have an XML editor. Eclipse for Java developers should also
16 years, 9 months
JBoss JBPM SVN: r5276 - jbpm4/branches/jbpm-4.0/modules/pvm/src/main/java/org/jbpm/pvm/internal/ant.
by do-not-reply@jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-07-09 15:12:01 -0400 (Thu, 09 Jul 2009)
New Revision: 5276
Modified:
jbpm4/branches/jbpm-4.0/modules/pvm/src/main/java/org/jbpm/pvm/internal/ant/StartJBossTask.java
Log:
launching jboss now also works for mac
Modified: jbpm4/branches/jbpm-4.0/modules/pvm/src/main/java/org/jbpm/pvm/internal/ant/StartJBossTask.java
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/pvm/src/main/java/org/jbpm/pvm/internal/ant/StartJBossTask.java 2009-07-09 17:46:29 UTC (rev 5275)
+++ jbpm4/branches/jbpm-4.0/modules/pvm/src/main/java/org/jbpm/pvm/internal/ant/StartJBossTask.java 2009-07-09 19:12:01 UTC (rev 5276)
@@ -41,7 +41,7 @@
String command = null;
if ( os.indexOf( "windows" ) != -1 ) {
command = getJBossHome() + fileSeparator + "bin" + fileSeparator + "run.bat " + getConfigParameter();
- } else if ( os.indexOf( "linux" ) != -1 ) {
+ } else if ( os.indexOf( "linux" ) != -1 || os.indexOf( "mac" ) != -1) {
command = getJBossHome() + fileSeparator + "bin" + fileSeparator + "run.sh " + getConfigParameter();
} else {
throw new BuildException( "os '" + os + "' not supported in the startjboss task." );
16 years, 9 months
JBoss JBPM SVN: r5275 - jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules.
by do-not-reply@jboss.org
Author: koen.aers(a)jboss.com
Date: 2009-07-09 13:46:29 -0400 (Thu, 09 Jul 2009)
New Revision: 5275
Modified:
jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
Log:
update the eclipse download name to the latest galileo release
Modified: jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml
===================================================================
--- jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-09 17:44:47 UTC (rev 5274)
+++ jbpm4/branches/jbpm-4.0/modules/userguide/src/main/docbook/en/modules/ch02-Installation.xml 2009-07-09 17:46:29 UTC (rev 5275)
@@ -35,8 +35,8 @@
</para>
<para>If you have previously downloaded jboss-5.0.0.GA.zip, create a downloads directory
in your jBPM home directory and place the zip file in there. Otherwise the script will download
- it for you. The same is true for eclipse-jee-ganymede-SR2-win32.zip
- (or eclipse-jee-ganymede-SR2-linux-gtk(-x86_64).tar.gz on Linux and eclipse-jee-ganymede-SR2-macosx-carbon.tar.gz on Mac OSX)
+ it for you. The same is true for eclipse-jee-galileo-win32.zip
+ (or eclipse-jee-galileo-linux-gtk(-x86_64).tar.gz on Linux and eclipse-jee-galileo-macosx-carbon.tar.gz on Mac OSX)
</para>
<para>Open a command prompt and go do directory <literal>${jbpm.home}/jboss</literal>. Then
run
16 years, 9 months