Author: jpeterka
Date: 2011-02-03 04:41:44 -0500 (Thu, 03 Feb 2011)
New Revision: 28956
Modified:
trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml
Log:
[BPMNdoc] unified BPMN and JPDL format
Modified: trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml
===================================================================
--- trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml 2011-02-03 06:29:24 UTC (rev 28955)
+++ trunk/jbpm/docs/converter_ref/en-US/bpmn2jpdl.xml 2011-02-03 09:41:44 UTC (rev 28956)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<chapter id="bpmn2jpdl" >
- <title>Translate a Bpmn file to a JPDL file</title>
- <para>This chapter provides you with the necessary steps to translate a Bpmn
file to a JPDL file.</para>
+ <title>Translate a BPMN file to a JPDL file</title>
+ <para>This chapter provides you with the necessary steps to translate a BPMN
file to a JPDL file.</para>
<section id="createproject">
<title>Creating a project</title>
- <para>Before creating a Bpmn file, you should have a Project
created.</para>
+ <para>Before creating a BPMN file, you should have a Project
created.</para>
<para>
Create a project by selecting
<menuchoice>
@@ -49,18 +49,18 @@
</mediaobject>
</figure>
<para>Open the <guilabel>test.bpmn_diagram</guilabel> file by
double-clicking it.</para>
- <para>Draw the Bpmn diagram using the STP BPMN editor. For more information
on how to use the STP BPMN editor, please visit the <ulink
url="http://www.eclipse.org/bpmn/">BPMN project
page</ulink>.</para>
+ <para>Draw the BPMN diagram using the STP BPMN editor. For more information
on how to use the STP BPMN editor, please visit the <ulink
url="http://www.eclipse.org/bpmn/">BPMN project
page</ulink>.</para>
</section>
<section id="bpmntojpdl">
- <title>Exporting a Bpmn File to Jpdl files</title>
- <para>A Bpmn file may include more than one pool. Every pool can be mapped
to a corresponding Jpdl file.</para>
+ <title>Exporting a BPMN File to JPDL files</title>
+ <para>A BPMN file may include more than one pool. Every pool can be mapped
to a corresponding JPDL file.</para>
<itemizedlist>
<listitem>
<para>Select the <guilabel>test.bpmn</guilabel> file and
right-click on it. Open the export wizard by selecting
<menuchoice>
<guimenuitem>Export...</guimenuitem>
<guimenuitem>BPMN</guimenuitem>
- <guimenuitem>BPMN to jPDL...</guimenuitem>
+ <guimenuitem>BPMN to JPDL...</guimenuitem>
</menuchoice>
from the context menu.
</para>