From: <jbo...@li...> - 2006-05-02 09:04:06
|
Author: mic...@jb... Date: 2006-05-02 05:03:53 -0400 (Tue, 02 May 2006) New Revision: 4035 Added: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml Removed: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-State_Example.xml Modified: labs/jbossrules/trunk/documentation/manual/en/master.xml Log: more goodness Added: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml =================================================================== --- labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml 2006-05-02 08:03:25 UTC (rev 4034) +++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml 2006-05-02 09:03:53 UTC (rev 4035) @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<section> + <title>Getting the examples</title> + + <para>Some examples are included as "integration tests" in the Drools source code. On top of these, you can download the drools-examples module. This module is always having more samples added to it by users. A simple way to try it out is to use the Rule Workbench (Eclipse 3.2 + the plugin), and load up the drools-examples project (it has an eclipse project already setup). The rules all have example classes that execute the rules.</para> + + <para>The examples can be found at http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/drools-examples/ (you can browse online, or use a subversion client and download the project into Eclipse</para> + + +</section> \ No newline at end of file Property changes on: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-Examples.xml ___________________________________________________________________ Name: svn:eol-style + native Deleted: labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-State_Example.xml =================================================================== --- labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-State_Example.xml 2006-05-02 08:03:25 UTC (rev 4034) +++ labs/jbossrules/trunk/documentation/manual/en/Chapter-Examples/Section-State_Example.xml 2006-05-02 09:03:53 UTC (rev 4035) @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<section> - <title>State Example</title> - - <para>uuuere</para> - - -</section> \ No newline at end of file Modified: labs/jbossrules/trunk/documentation/manual/en/master.xml =================================================================== --- labs/jbossrules/trunk/documentation/manual/en/master.xml 2006-05-02 08:03:25 UTC (rev 4034) +++ labs/jbossrules/trunk/documentation/manual/en/master.xml 2006-05-02 09:03:53 UTC (rev 4035) @@ -5,7 +5,7 @@ <subtitle>Drools Documentation</subtitle> - <releaseinfo>3.0-RC-2</releaseinfo> + <releaseinfo>3.0</releaseinfo> <author> <firstname>Mark</firstname> @@ -133,7 +133,7 @@ <chapter> <title>Examples</title> - <xi:include href="Chapter-Examples/Section-State_Example.xml" /> + <xi:include href="Chapter-Examples/Section-Examples.xml" /> </chapter> <chapter> |