Author: steveh
Date: Wed May 11 15:53:39 2005
New Revision: 169709

URL: http://svn.apache.org/viewcvs?rev=169709&view=rev
Log:
Fix for BEEHIVE-655: netui-samples document errors

Modified:
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml?rev=169709&r1=169708&r2=169709&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml
 Wed May 11 15:53:39 2005
@@ -52,7 +52,7 @@
                        <section id="edit_properties_file"><title>Edit the 
<code>build.properties</code> File</title>
                                <p>In this section you will edit the 
<code>build.properties</code> file--the file
                                        that sets the build-related properties 
for your web application.</p>
-                               <p>Open the file 
<code>C:/beehive_projects/petstoreWeb/WEB-INF/src/build.properties</code>
+                               <p>Open the file 
<code>C:/beehive_projects/netui-samples/WEB-INF/src/build.properties</code>
                                        in a text editor.</p>
                                <p>Edit the file so that the 
<code>beehive.home</code> property points to the 
                                        top-level folder of your beehive 
installation.  For example, if your beehive installation
@@ -66,13 +66,14 @@
 context.path=netui-samples</source>
                                        </section>
                        <section id="compile">
-                               <title>To Compile the Petstore 
Application</title>
-                               <p>To compile the Petstore app, enter the 
following Ant 
+                               <title>To Compile the Page Flow Samples 
Application</title>
+                               <p>To compile the page flow samples app, enter 
the following Ant 
                                        command:</p>
 <source>ant 
   -f C:\beehive_projects\netui-samples\WEB-INF\src\build.xml
   clean
   build
+  war
 
 <strong>Copy and Paste version:</strong>
 ant -f C:\beehive_projects\netui-samples\WEB-INF\src\build.xml clean build 
war</source>


Reply via email to