Author: irooskov(a)redhat.com
Date: 2011-08-18 21:30:24 -0400 (Thu, 18 Aug 2011)
New Revision: 34083
Modified:
trunk/jbpm/docs/reference/en-US/Book_Info.xml
trunk/jbpm/docs/reference/en-US/tasks.xml
Log:
updated for TOOLSDOC-242
Modified: trunk/jbpm/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/Book_Info.xml 2011-08-19 01:23:24 UTC (rev 34082)
+++ trunk/jbpm/docs/reference/en-US/Book_Info.xml 2011-08-19 01:30:24 UTC (rev 34083)
@@ -7,7 +7,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>4.1.0</edition>
- <pubsnumber>1</pubsnumber>
+ <pubsnumber>2</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: trunk/jbpm/docs/reference/en-US/tasks.xml
===================================================================
--- trunk/jbpm/docs/reference/en-US/tasks.xml 2011-08-19 01:23:24 UTC (rev 34082)
+++ trunk/jbpm/docs/reference/en-US/tasks.xml 2011-08-19 01:30:24 UTC (rev 34083)
@@ -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