Author: bbrodt
Date: 2010-11-10 14:59:38 -0500 (Wed, 10 Nov 2010)
New Revision: 26433
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml
Log:
https://jira.jboss.org/browse/JBIDE-7028
change bpel-deploy.xml to deploy.xml
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml 2010-11-10
19:54:09 UTC (rev 26432)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/cheatsheets/bpel.xml 2010-11-10
19:59:38 UTC (rev 26433)
@@ -51,15 +51,15 @@
</description>
</item>
- <item title="Create a bpel-deploy.xml file" skip="true">
+ <item title="Create a deploy.xml file" skip="true">
<description>
- If you want to deploy a BPEL project to JBoss BPEL Runtime, you need to create a
bpel-deploy.xml file.
+ If you want to deploy a BPEL project to JBoss BPEL Runtime, you need to create a
deploy.xml file.
</description>
- <subitem label="Create a bpel-deploy.xml by selecting "File
> New > Other... > BPEL 2.0 > Apache ODE Deployment
Descriptor" from the menu bar.">
+ <subitem label="Create a deploy.xml by selecting "File >
New > Other... > BPEL 2.0 > Apache ODE Deployment
Descriptor" from the menu bar.">
</subitem>
- <subitem label="On the first page of the "Apache ODE Deployment
Descriptor" Wizard choose the "bpelContent" folder of a bpel
project in the "BPEL Project" field and enter
"bpel-deploy.xml" in the "File name" field. Click
"Finish" button.">
+ <subitem label="On the first page of the "Apache ODE Deployment
Descriptor" Wizard choose the "bpelContent" folder of a bpel
project in the "BPEL Project" field and enter
"deploy.xml" in the "File name" field. Click
"Finish" button.">
</subitem>
- <subitem label="Double-click the bpel-deploy.xml file to open it in ODE
Descriptor Deployment Editor. In the "Inbound Interfaces" section, click
the "Associated Port" column and in the dropdown box select a BPEL port
that is defined in the WSDL file.The Related Service and Binding Used columns should be
automatically filled in. Save the bpel-deploy.xml file.">
+ <subitem label="Double-click the deploy.xml file to open it in ODE
Descriptor Deployment Editor. In the "Inbound Interfaces" section, click
the "Associated Port" column and in the dropdown box select a BPEL port
that is defined in the WSDL file.The Related Service and Binding Used columns should be
automatically filled in. Save the deploy.xml file.">
</subitem>
</item>