[jboss-svn-commits] JBL Code SVN: r27006 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 18 08:21:38 EDT 2009


Author: Rikkola
Date: 2009-06-18 08:21:38 -0400 (Thu, 18 Jun 2009)
New Revision: 27006

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
Log:
jbrms -> guvnor

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml	2009-06-18 11:32:49 UTC (rev 27005)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-AdminGuide.xml	2009-06-18 12:21:38 UTC (rev 27006)
@@ -24,7 +24,7 @@
     with the defaults.</para>
 
     <para>When you have downloaded the Guvnor distribution (which you can get
-    from http://www.jboss.org/drools), you will find the drools-jbrms.war file
+    from http://www.jboss.org/drools), you will find the drools-guvnor.war file
     in the zip file. Copy the WAR file into the deployment directory of you
     app server, and then start your app server. If you need to customize some
     settings, you can first "explode" (unzip) the war file, and change any
@@ -34,7 +34,7 @@
 
     <para>Once the drools-guvnor.war has been placed in the deployment
     directory, and the application server started, you should navigate to
-    http://localhost/drools-jbrms and check that Guvnor appears. (Obviously
+    http://localhost/drools-guvnor and check that Guvnor appears. (Obviously
     substitute the URL for what your application server is configured
     to).</para>
 

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2009-06-18 11:32:49 UTC (rev 27005)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2009-06-18 12:21:38 UTC (rev 27006)
@@ -70,7 +70,7 @@
       eventuality not to occur), the flag -Dmaven.test.skip=true can be used
       to prevent failing unit tests from preventing the build.</para>
 
-      <para>When wishing to build the BRMS, go into the drools-jbrms
+      <para>When wishing to build Guvnor, go into the drools-guvnor
       directory, and run <code>mvn package</code>. This will run the tests,
       and then build a deployable war. The only thing this will not do is
       rebuild the GWT front end (see the next section for details on that).
@@ -84,7 +84,7 @@
       <para>The GUI widgets for the web front end are developed with GWT
       (Google Web Toolkit). If there is a need to make changes to or build the
       GUI, GWT will need to be downloaded separately. Once GWT is downloaded,
-      the <filename>build.properties</filename> file in the drools-jbrms
+      the <filename>build.properties</filename> file in the drools-guvnor
       directory to point to where GWT is installed. Once this is completed,
       the ant tasks can be used to build the GWT components, as well as launch
       GWT in debug/hosted mode if it is desired. If running the build, it will
@@ -116,9 +116,9 @@
       mode</emphasis> using the GWT browser, which is great for debugging
       (from GUI to back end, the code can be stepped through, and changes made
       on the fly and simply hit refresh). There is a
-      <filename>Guvnor.launch</filename> file in in the drools-jbrms
+      <filename>Guvnor.launch</filename> file in in the drools-guvnor
       directory. To launch Guvnor in debug mode, open the Run dialog
-      (Run-&gt;Run), and then choose <emphasis>JBRMS</emphasis> from the list.
+      (Run-&gt;Run), and then choose <emphasis>Guvnor</emphasis> from the list.
       Launching this will open a new window, with the BRMS in debug mode,
       ready to go</para>
 
@@ -156,7 +156,7 @@
     make it easier to upgrade to newer releases as they come out (and is
     recommended).</para>
 
-    <para>The <filename>JBRMS.html</filename> file can be customized. For
+    <para>The <filename>Guvnor.html</filename> file can be customized. For
     example to change logos or embed the BRMS in another page. Take a look at
     the <filename>Guvnor.html</filename> file for details.</para>
   </section>




More information about the jboss-svn-commits mailing list