Author: jason.greene(a)jboss.com
Date: 2007-11-06 16:10:52 -0500 (Tue, 06 Nov 2007)
New Revision: 4734
Modified:
pojo/tags/2.1.0.CR1/src/main/docbook/tutorial/en/master.xml
Log:
MFB
Modified: pojo/tags/2.1.0.CR1/src/main/docbook/tutorial/en/master.xml
===================================================================
--- pojo/tags/2.1.0.CR1/src/main/docbook/tutorial/en/master.xml 2007-11-06 21:09:58 UTC
(rev 4733)
+++ pojo/tags/2.1.0.CR1/src/main/docbook/tutorial/en/master.xml 2007-11-06 21:10:52 UTC
(rev 4734)
@@ -103,12 +103,7 @@
<para>The only script needed for this tutorial is the
<literal>PojoCache/build.xml</literal>
- ant script and the accompanying
- driver scripts (
- <literal>build.sh</literal>
- for Unix and
- <literal>build.bat</literal>
- for Windows).
+ ant script.
</para>
</section>
@@ -167,12 +162,12 @@
<para>
The demo is run by calling the ant script (via the driver) with the
- <literal>run.demo.pojocache</literal>
+ <literal>run.demo</literal>
target. E.g.,
</para>
<para>
- <literal>./build.sh run.demo.pojocache</literal>
+ <literal>ant run.demo</literal>
</para>
<para>
This will cause a GUI window to appear, giving you a tree view of the cache in
the top pane and a BeanShell
@@ -395,4 +390,4 @@
</para>
</section>
-</article>
\ No newline at end of file
+</article>
Show replies by date