[jboss-svn-commits] JBL Code SVN: r30785 - in labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US: Chapter-Use_cases_and_examples and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Dec 20 13:50:08 EST 2009
Author: ge0ffrey
Date: 2009-12-20 13:50:08 -0500 (Sun, 20 Dec 2009)
New Revision: 30785
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Planner_introduction/Section-Planner_introduction.xml
labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Use_cases_and_examples/Section-Use_cases_and_examples.xml
Log:
rename drools-solver jar to drools-planner
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Planner_introduction/Section-Planner_introduction.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Planner_introduction/Section-Planner_introduction.xml 2009-12-20 18:45:47 UTC (rev 30784)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Planner_introduction/Section-Planner_introduction.xml 2009-12-20 18:50:08 UTC (rev 30785)
@@ -136,16 +136,16 @@
<title>Get it with maven 2</title>
<para>The drools-solver jars are available on <link xlink:href="http://repository.jboss.com/maven2/">the jboss
- maven repository</link>. If you use maven 2, just add a dependency to <literal>drools-solver-core</literal> in
+ maven repository</link>. If you use maven 2, just add a dependency to <literal>drools-planner-core</literal> in
your project's <filename>pom.xml</filename>:</para>
<programlisting> <dependency>
<groupId>org.drools.planner</groupId>
- <artifactId>drools-solver-core</artifactId>
+ <artifactId>drools-planner-core</artifactId>
<version>5.x</version>
</dependency></programlisting>
- <para>You might also need to add the jboss repository in your respository manager (nexus, archiva, ...) or your
+ <para>You might also need to add the jboss repository in your repository manager (nexus, archiva, ...) or your
<filename>~/settings.xml</filename>:</para>
<programlisting> <repositories>
@@ -178,7 +178,7 @@
<para>After that, you can run any example directly from the command line, just run this command and pick an
example:</para>
- <programlisting>$ cd drools-solver/drools-solver-examples/
+ <programlisting>$ cd drools-planner/drools-planner-examples/
$ mvn exec:exec -Dexec.mainClass="org.drools.planner.examples.app.ExamplesApp"
...</programlisting>
</section>
@@ -193,7 +193,7 @@
<para>Feel free to report an issue (such as a bug, improvement or a new feature request) for the drools-solver code
or for this manual to <link xlink:href="https://jira.jboss.org/jira/browse/JBRULES">the drools JIRA</link>. Select
- the component <literal>drools-solver</literal>.</para>
+ the component <literal>drools-planner</literal>.</para>
<para>Patches are very welcome and get priority treatment! Attach them to a JIRA issue and optionally send a mail to
the dev mailing list to get the issue fixed fast. By open sourcing your improvements, you 'll benefit from
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Use_cases_and_examples/Section-Use_cases_and_examples.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Use_cases_and_examples/Section-Use_cases_and_examples.xml 2009-12-20 18:45:47 UTC (rev 30784)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-planner/src/main/docbook/en-US/Chapter-Use_cases_and_examples/Section-Use_cases_and_examples.xml 2009-12-20 18:50:08 UTC (rev 30785)
@@ -17,7 +17,7 @@
recommended.</para>
<para>You can find the source code of all these examples in the drools source distribution and also in subversion
- under <literal>drools-solver/drools-solver-examples</literal>.</para>
+ under <literal>drools-planner/drools-planner-examples</literal>.</para>
</section>
<section>
@@ -200,7 +200,7 @@
</tgroup>
</table>
- <para>The drools-solver implemenation has not been optimized because it functions as a beginner example.
+ <para>The drools-solver implementation has not been optimized because it functions as a beginner example.
Nevertheless, it can easily handle 64 queens.</para>
</section>
@@ -579,7 +579,7 @@
</section>
<section>
- <title>The ITC2007 examination example</title>
+ <title>The ITC 2007 examination example</title>
<section>
<title>Screenshot</title>
More information about the jboss-svn-commits
mailing list