[jboss-svn-commits] JBL Code SVN: r34351 - labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Quick_Start.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jul 29 19:01:26 EDT 2010


Author: kurt.stam at jboss.com
Date: 2010-07-29 19:01:25 -0400 (Thu, 29 Jul 2010)
New Revision: 34351

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Quick_Start/Section-More_On_Building_And_Deploying.xml
Log:
JBRULES-2417, updating doc.

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Quick_Start/Section-More_On_Building_And_Deploying.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Quick_Start/Section-More_On_Building_And_Deploying.xml	2010-07-29 22:51:28 UTC (rev 34350)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Quick_Start/Section-More_On_Building_And_Deploying.xml	2010-07-29 23:01:25 UTC (rev 34351)
@@ -23,9 +23,7 @@
     it is not inferred from the file name extension. Here is a simple example
     that points to a http location for some rules.</para>
 
-    <programlisting> &lt;change-set xmlns='http://drools.org/drools-5.0/change-set'
-             xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
-             xs:schemaLocation='http://drools.org/drools-5.0/change-set drools-change-set-5.0.xsd' &gt;
+    <programlisting> &lt;change-set xmlns='http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd' &gt;
    &lt;add&gt;
        &lt;resource source='http:org/domain/myrules.drl' type='DRL' /&gt;
    &lt;/add&gt;
@@ -48,9 +46,7 @@
     rules from a http URL location, and an Excel decision table from the
     classpath.</para>
 
-    <programlisting> &lt;change-set xmlns='http://drools.org/drools-5.0/change-set'
-             xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
-             xs:schemaLocation='http://drools.org/drools-5.0/change-set.xsd' &gt;
+    <programlisting> &lt;change-set xmlns='http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd' &gt;
    &lt;add&gt;
        &lt;resource source='http:org/domain/myrules.drl' type='DRL' /&gt;
        &lt;resource source='classpath:data/IntegrationExampleTest.xls' type="DTABLE"&gt;
@@ -64,9 +60,7 @@
     that directory. It is expected that all the files are of the specified
     type, since type is not yet inferred from the file name extensions.</para>
 
-    <programlisting> &lt;change-set xmlns='http://drools.org/drools-5.0/change-set'
-             xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'
-             xs:schemaLocation='http://drools.org/drools-5.0/change-set.xsd' &gt;
+    <programlisting> &lt;change-set xmlns='http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-api/src/main/resources/change-set-1.0.0.xsd' &gt;
    &lt;add&gt;
        &lt;resource source='file://myfolder/' type='DRL' /&gt;
    &lt;/add&gt;



More information about the jboss-svn-commits mailing list