From do-not-reply at jboss.org Mon Jun 1 09:07:58 2009 Content-Type: multipart/mixed; boundary="===============5504625721682371174==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: jbpm-commits at lists.jboss.org Subject: [jbpm-commits] JBoss JBPM SVN: r4967 - jbpm4/trunk/modules/userguide/src/main/docbook/en/modules. Date: Mon, 01 Jun 2009 08:59:16 -0400 Message-ID: --===============5504625721682371174== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: tom.baeyens(a)jboss.com Date: 2009-06-01 08:59:16 -0400 (Mon, 01 Jun 2009) New Revision: 4967 Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch01-Introduct= ion.xml jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installat= ion.xml Log: JBPM-2281 documented required software (added specific note about ant 1.7) Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch01-In= troduction.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch01-Introduc= tion.xml 2009-05-31 10:21:34 UTC (rev 4966) +++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch01-Introduc= tion.xml 2009-06-01 12:59:16 UTC (rev 4967) @@ -1,5 +1,9 @@ Introduction + + This documentation is best viewed in firefox. There are some known issues + with internet explorer. + =
License and EULA @@ -25,13 +29,6 @@
=
- JVM version - jBPM requires a JDK (standard java) version 5 or higher. - - http://j= ava.sun.com/javase/downloads/index.jsp -
- -
What is it jBPM is an extensible and flexible process engine that can run = as a standalone server or embedded in any Java application. Modified: jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-In= stallation.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installa= tion.xml 2009-05-31 10:21:34 UTC (rev 4966) +++ jbpm4/trunk/modules/userguide/src/main/docbook/en/modules/ch02-Installa= tion.xml 2009-06-01 12:59:16 UTC (rev 4967) @@ -22,6 +22,16 @@
= +
+ Required software + jBPM requires a JDK (standard java) version 5 or higher. + + http://j= ava.sun.com/javase/downloads/index.jsp + To execute the ant scripts, you'll need apache ant version 1.7.0= or higher: + + http://ant.apache= .org/bindownload.cgi +
+
Getting started quickly The demo setup is the simples= t way to get started. --===============5504625721682371174==--