[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Thu Oct 11 18:43:33 EDT 2007


  User: pmuir   
  Date: 07/10/11 18:43:33

  Modified:    doc/reference/en/modules  xml.xml
  Log:
  JBSEAM-2037
  
  Revision  Changes    Path
  1.15      +4 -4      jboss-seam/doc/reference/en/modules/xml.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: xml.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/xml.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- xml.xml	26 Jun 2007 23:10:44 -0000	1.14
  +++ xml.xml	11 Oct 2007 22:43:33 -0000	1.15
  @@ -304,13 +304,13 @@
   
               <programlisting><![CDATA[org.jboss.seam.bpm.jbpm.processDefinitions order.jpdl.xml, return.jpdl.xml, inventory.jpdl.xml]]></programlisting>
   
  -            <programlisting><![CDATA[<core:jbpm>
  -    <core:process-definitions>
  +            <programlisting><![CDATA[<bpm:jbpm>
  +    <bpm:process-definitions>
           <value>order.jpdl.xml</value>
           <value>return.jpdl.xml</value>
           <value>inventory.jpdl.xml</value>
  -    </core:process-definitions>
  -</core:jbpm>]]></programlisting>
  +    </bpm:process-definitions>
  +</bpm:jbpm>]]></programlisting>
   
               <programlisting><![CDATA[<component name="org.jboss.seam.bpm.jbpm">
       <property name="processDefinitions">
  
  
  



More information about the jboss-cvs-commits mailing list