[jboss-svn-commits] JBL Code SVN: r25942 - in labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook: images/Chapter-Install and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Apr 5 11:32:19 EDT 2009
Author: Rikkola
Date: 2009-04-05 11:32:18 -0400 (Sun, 05 Apr 2009)
New Revision: 25942
Modified:
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Checkout.xml
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Eclipse.xml
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Setup.xml
labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/images/Chapter-Install/install_gef.png
Log:
Updated documents: Installation and Setup
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Checkout.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Checkout.xml 2009-04-05 14:31:56 UTC (rev 25941)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Checkout.xml 2009-04-05 15:32:18 UTC (rev 25942)
@@ -16,19 +16,19 @@
<listitem>
<para>Anonymous SVN</para>
- <para>http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/</para>
+ <para>http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/</para>
</listitem>
<listitem>
<para>Developers secured SVN</para>
- <para>https://svn.labs.jboss.com/labs/jbossrules/trunk/</para>
+ <para>https://svn.jboss.org/repos/labs/labs/jbossrules/trunk/</para>
</listitem>
</itemizedlist>
To checkout Drools source code just execute the following command.
-<programlisting>fmeyer:~/jboss $ svn checkout http://anonsvn.labs.jboss.com/labs/jbossrules/trunk/ jbossrules</programlisting>
+<programlisting>fmeyer:~/jboss $ svn checkout http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/ jbossrules</programlisting>
And wait to complete the files download.
@@ -134,4 +134,4 @@
</imageobject>
</mediaobject>
</screenshot>
-</section>
\ No newline at end of file
+</section>
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Eclipse.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Eclipse.xml 2009-04-05 14:31:56 UTC (rev 25941)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Eclipse.xml 2009-04-05 15:32:18 UTC (rev 25942)
@@ -52,7 +52,7 @@
<para>With the <indexterm>
<primary>Eclipse</primary>
- </indexterm>Eclispe project files generated they can now be imported
+ </indexterm>Eclipse project files generated they can now be imported
into Eclipse. When starting Eclipse open the workspace in the root of your
subversion checkout.</para>
@@ -236,7 +236,7 @@
</mediaobject>
</screenshot>
</section>
-
+<!--
<section>
<title>Building the update site</title>
@@ -255,8 +255,8 @@
feature.xml. To do this, open the site.xml file in the drools-ide-update
project, it should look something like this: <programlisting><?xml version="1.0" encoding="UTF-8"?>
<site>
- <!-- change both the jar and the version number, make sure the new features jar is named
- the same as what you put in -->
+ <!- change both the jar and the version number, make sure the new features jar is named
+ the same as what you put in ->
<feature url="features/org.drools.ide_1.0.2.jar" id="org.drools.ide" version="1.0.2">
<category name="JBossRules"/>
</feature>
@@ -272,7 +272,7 @@
<feature
id="org.drools.ide"
label="Drools Rule Workbench"
- version="1.0.2"> <!-- UPDATE THIS !! -->
+ version="1.0.2"> <!- UPDATE THIS !! ->
<description>
JBoss Rules (Drools) Workbench for developers.
@@ -300,7 +300,7 @@
id="org.drools.ide"
download-size="0"
install-size="0"
- version="1.0.0"/> <!-- THIS JUST HAS TO BE CONSISTENT WITH THE plug-in -->
+ version="1.0.0"/> <!- THIS JUST HAS TO BE CONSISTENT WITH THE plug-in ->
</feature>
</programlisting> Change the version number in the FEATURE tag to be the same
@@ -315,5 +315,5 @@
previous step). Now you can upload the site as is, and it will show up as
a new version for Eclipse clients.</para>
</section>
-
-</section>
\ No newline at end of file
+-->
+</section>
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml 2009-04-05 14:31:56 UTC (rev 25941)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml 2009-04-05 15:32:18 UTC (rev 25942)
@@ -105,11 +105,11 @@
<title>Runtime</title>
<para>The "runtime" requirements mentioned here are if you are deploying
- rules as their binary form (either as Package objects, or RuleBase objects
+ rules as their binary form (either as KnowledgePackage objects, or KnowledgeBase objects
etc). This is an optional feature that allows you to keep your runtime
very light. You may use drools-compiler to produce rule packages "out of
process", and then deploy them to a runtime system. This runtime system
- only requires drools-core.jar for execution. This is an optional
+ only requires drools-core.jar and drools-api for execution. This is an optional
deployment pattern, and many people do not need to "trim" their
application this much, but it is an ideal option for certain
environments.</para>
@@ -118,8 +118,8 @@
<section>
<title>Installing IDE (Rule Workbench)</title>
- <para>The rule workbench (for Eclipse) requires that you have Eclipse 3.2
- or greater, as well as Eclipse GEF 3.2 or greater. You can install it
+ <para>The rule workbench (for Eclipse) requires that you have Eclipse 3.4
+ or greater, as well as Eclipse GEF 3.4 or greater. You can install it
either by downloading the plug-in or, or using the update site.</para>
<para>Another option is to use the JBoss IDE, which comes with all the
@@ -138,20 +138,11 @@
website not recommended). JBoss IDE has GEF already, as do many other "distributions" of
Eclipse, so this step may be redundant for some people.</para>
- <para>First you open the Help->Software updates->Find and install
- from the help menu. Then you choose the Calisto update site:</para>
+ <para>Open the Help->Software updates...->Available Software->Add Site...
+ from the help menu. Location is:</para>
- <para>If you aren't using Calisto you can use the following update site do download GEF</para>
- <programlisting>http://europa-mirror1.Eclipse.org/tools/gef/update-site/releases/</programlisting>
+ <programlisting>http://download.eclipse.org/tools/gef/updates/releases/</programlisting>
- <screenshot>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/Chapter-Install/gef_update.png" />
- </imageobject>
- </mediaobject>
- </screenshot>
-
<para>Next you choose the GEF plug-in:</para>
<screenshot>
@@ -168,14 +159,16 @@
</section>
<section>
- <title>Installing from zip file</title>
+ <title>Installing GEF and/or Drools plug-in from zip file</title>
- <para>To install from the zip file, download and unzip the file. Inside
+ <para>To install from the zip file, download and unzip the file/files. Inside
the zip you will see a plug-in directory, and the plug-in jar itself. You
place the plug-in jar into your Eclipse applications plug-in directory,
and restart Eclipse.</para>
- </section>
-
+
+</section>
+</section>
+<!--
<section>
<title>Installing from the update site</title>
@@ -308,4 +301,5 @@
the Rule Workbench for what you can do with it.</para>
</section>
</section>
+-->
</section>
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Setup.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Setup.xml 2009-04-05 14:31:56 UTC (rev 25941)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Setup.xml 2009-04-05 15:32:18 UTC (rev 25942)
@@ -21,7 +21,7 @@
<listitem>
<para><indexterm>
<primary>eclipse</primary>
- </indexterm>Eclipse 3.2 </para>
+ </indexterm>Eclipse 3.4 </para>
<para>http://www.eclipse.org/</para>
</listitem>
@@ -75,4 +75,4 @@
<para>
Past releases used to have an ant based build mechanism, but now maven is mandatory, although Ant is used internally in maven for document building proposes
</para>
-</section>
\ No newline at end of file
+</section>
Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/images/Chapter-Install/install_gef.png
===================================================================
(Binary files differ)
More information about the jboss-svn-commits
mailing list