Author: irooskov(a)redhat.com
Date: 2011-08-18 21:32:55 -0400 (Thu, 18 Aug 2011)
New Revision: 34085
Modified:
branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/Book_Info.xml
branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/tasks.xml
Log:
updated for TOOLSDOC-242
Modified: branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/Book_Info.xml
===================================================================
--- branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/Book_Info.xml 2011-08-19 01:32:36
UTC (rev 34084)
+++ branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/Book_Info.xml 2011-08-19 01:32:55
UTC (rev 34085)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>4.1.0</edition>
- <pubsnumber>1</pubsnumber>
+ <pubsnumber>3</pubsnumber>
<abstract>
<para>The jBPM Tools Reference Guide explains how to use the jBPM Tools to create
process definitions and workflow processes.</para>
</abstract>
Modified: branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/tasks.xml
===================================================================
--- branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/tasks.xml 2011-08-19 01:32:36 UTC
(rev 34084)
+++ branches/jbosstools-3.2.x/jbpm/docs/reference/en-US/tasks.xml 2011-08-19 01:32:55 UTC
(rev 34085)
@@ -253,18 +253,7 @@
<para>
First we need to create a new Junit Test Case by selecting
<menuchoice><guimenuitem>File</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Other</guimenuitem><guimenuitem>JUnit</guimenuitem><guimenuitem>Junit
Test Case</guimenuitem></menuchoice>. Give it a name of
<code>HelloTest</code>, place it in the <code>com.jbay</code>
package, and click the <guibutton>Finish</guibutton> button.
- </para>
-
- <figure>
- <title>Create the Hello Action Test</title>
-
- <mediaobject>
- <imageobject>
- <imagedata
fileref="images/The_JBoss_jBPM_Int_Mech/NewJUnitTestCase.png"/>
- </imageobject>
- </mediaobject>
- </figure>
-
+ </para>
<para>
Populate the new class with the following code:
<programlisting>package com.jbay;
Show replies by date