[jboss-svn-commits] JBL Code SVN: r34438 - in labs/jbossrules/trunk/drools-docs: drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Language and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 2 03:25:03 EDT 2010


Author: ge0ffrey
Date: 2010-08-02 03:25:03 -0400 (Mon, 02 Aug 2010)
New Revision: 34438

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-ErrorMessages.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Language/Section-ErrorMessages.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Events/Section-Events_Semantics.xml
   labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-TemporalReasoning/Section-TemporalReasoning_TemporalOperators.xml
Log:
replace all <tip> by <note> as stipulated by the JBoss Documentation Guide

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-ErrorMessages.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-ErrorMessages.xml	2010-08-02 07:16:33 UTC (rev 34437)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Language_Reference/Section-ErrorMessages.xml	2010-08-02 07:25:03 UTC (rev 34438)
@@ -129,12 +129,12 @@
         </listitem>
       </itemizedlist>
 
-      <tip>
+      <note>
         <para>Usually the Line and Column information are accurate, but in
         some cases (like unclosed quotes), the parser generates a 0:-1
         position. In this case you should check whether you didn't forget to close
         quotes, apostrophes or parentheses.</para>
-      </tip>
+      </note>
     </section>
 
     <section>
@@ -163,10 +163,10 @@
       <para>To fix this problem, it is necessary to complete the rule
       statement.</para>
 
-      <tip>
+      <note>
         <para>Usually when you get a 0:-1 position, it means that parser
         reached the end of source.</para>
-      </tip>
+      </note>
 
       <para>The following code generates more than one error message:</para>
 
@@ -204,11 +204,11 @@
       <para>Note that the second problem is related to the first. To fix it,
       just replace the commas (',') by AND operator ('&amp;&amp;').</para>
 
-      <tip>
+      <note>
         <para>In some situations you can get more than one error message. Try to
         fix one by one, starting at the first one. Some error messages are
         generated merely as consequences of other errors.</para>
-      </tip>
+      </note>
     </section>
 
     <section>
@@ -249,10 +249,10 @@
       <para>The <emphasis role="bold">fdsfdsfds</emphasis> text is invalid and
       the parser couldn’t identify it as the soft keyword <literal>rule</literal>.</para>
 
-      <tip>
+      <note>
         <para>This error is very similar to 102: Mismatched input, but usually
         involves soft keywords.</para>
-      </tip>
+      </note>
     </section>
 
     <section>

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Language/Section-ErrorMessages.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Language/Section-ErrorMessages.xml	2010-08-02 07:16:33 UTC (rev 34437)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-Rule_Language/Section-ErrorMessages.xml	2010-08-02 07:25:03 UTC (rev 34438)
@@ -129,12 +129,12 @@
         </listitem>
       </itemizedlist>
 
-      <tip>
+      <note>
         <para>Usually the Line and Column information are accurate, but in
         some cases (like unclosed quotes), the parser generates a 0:-1
         position. In this case you should check whether you didn't forget to close
         quotes, apostrophes or parentheses.</para>
-      </tip>
+      </note>
     </section>
 
     <section>
@@ -163,10 +163,10 @@
       <para>To fix this problem, it is necessary to complete the rule
       statement.</para>
 
-      <tip>
+      <note>
         <para>Usually when you get a 0:-1 position, it means that parser
         reached the end of source.</para>
-      </tip>
+      </note>
 
       <para>The following code generates more than one error message:</para>
 
@@ -204,11 +204,11 @@
       <para>Note that the second problem is related to the first. To fix it,
       just replace the commas (",") by AND operator ("&amp;&amp;").</para>
 
-      <tip>
+      <note>
         <para>In some situations you can get more than one error message. Try to
         fix one by one, starting at the first one. Some error messages are
         generated merely as consequences of other errors.</para>
-      </tip>
+      </note>
     </section>
 
     <section>
@@ -249,10 +249,10 @@
       <para>The <emphasis role="bold">fdsfdsfds</emphasis> text is invalid and
       the parser couldn’t identify it as the soft keyword "rule".</para>
 
-      <tip>
+      <note>
         <para>This error is very similar to 102: Mismatched input, but usually
         involves soft keywords.</para>
-      </tip>
+      </note>
     </section>
 
     <section>

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Events/Section-Events_Semantics.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Events/Section-Events_Semantics.xml	2010-08-02 07:16:33 UTC (rev 34437)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-Events/Section-Events_Semantics.xml	2010-08-02 07:25:03 UTC (rev 34438)
@@ -22,11 +22,11 @@
       of the object model, because one of the most common usecases for rules
       is event data enrichment.</para>
 
-      <tip>
+      <note>
         <para>As a best practice, the application is allowed to populate
         un-populated event attributes (to enrich the event with infered data),
         but already populated attributes should never be changed.</para>
-      </tip>
+      </note>
     </listitem>
 
     <listitem>
@@ -60,10 +60,10 @@
   semantics: <emphasis role="bold">point-in-time</emphasis> events and
   <emphasis role="bold">interval-based</emphasis> events. </para>
 
-  <tip>
+  <note>
     <para>A simplistic way to understand the unitification of the semantics is
     to consider a <emphasis>point-in-time</emphasis> event as an
     <emphasis>interval-based</emphasis> event whose <emphasis>duration is
     zero</emphasis>.</para>
-  </tip>
+  </note>
 </section>

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-TemporalReasoning/Section-TemporalReasoning_TemporalOperators.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-TemporalReasoning/Section-TemporalReasoning_TemporalOperators.xml	2010-08-02 07:16:33 UTC (rev 34437)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-fusion/src/main/docbook/en-US/Chapter-Features/Chapter-TemporalReasoning/Section-TemporalReasoning_TemporalOperators.xml	2010-08-02 07:25:03 UTC (rev 34438)
@@ -48,12 +48,12 @@
       </listitem>
     </itemizedlist>
 
-    <tip>
+    <note>
       <para>It is possible to define negative distances for this operator.
       Example: </para>
 
       <programlisting>$eventA : EventA( this after[ -3m30s, -2m ] $eventB ) </programlisting>
-    </tip>
+    </note>
 
     <note>
       <para>If the first value is greater than the second value, the engine
@@ -105,12 +105,12 @@
       </listitem>
     </itemizedlist>
 
-    <tip>
+    <note>
       <para>It is possible to define negative distances for this operator.
       Example: </para>
 
       <programlisting>$eventA : EventA( this before[ -3m30s, -2m ] $eventB ) </programlisting>
-    </tip>
+    </note>
 
     <note>
       <para>If the first value is greater than the second value, the engine



More information about the jboss-svn-commits mailing list