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

Stan Silvert ssilvert at jboss.com
Thu Oct 19 21:46:23 EDT 2006


  User: ssilvert
  Date: 06/10/19 21:46:23

  Modified:    doc/reference/en  master.xml
  Log:
  Added chapter describing action params feature.
  
  Revision  Changes    Path
  1.37      +34 -16    jboss-seam/doc/reference/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/master.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -b -r1.36 -r1.37
  --- master.xml	17 Oct 2006 20:48:18 -0000	1.36
  +++ master.xml	20 Oct 2006 01:46:23 -0000	1.37
  @@ -4,19 +4,28 @@
   [
   <!ENTITY tutorial               SYSTEM "modules/tutorial.xml">
   <!ENTITY concepts               SYSTEM "modules/concepts.xml">
  +
   <!ENTITY events                 SYSTEM "modules/events.xml">
  +
   <!ENTITY conversations          SYSTEM "modules/conversations.xml">
   <!ENTITY jbpm                   SYSTEM "modules/jbpm.xml">
   <!ENTITY i18n                   SYSTEM "modules/i18n.xml">
  +
   <!ENTITY jms                    SYSTEM "modules/jms.xml">
  +
   <!ENTITY remoting               SYSTEM "modules/remoting.xml">
   <!ENTITY drools                 SYSTEM "modules/drools.xml">
  +
   <!ENTITY validation             SYSTEM "modules/validation.xml">
  +
   <!ENTITY configuration          SYSTEM "modules/configuration.xml">
   <!ENTITY framework              SYSTEM "modules/framework.xml">
  +
   <!ENTITY annotations            SYSTEM "modules/annotations.xml">
  +<!ENTITY elenhancements   SYSTEM "modules/elenhancements.xml">
   <!ENTITY components             SYSTEM "modules/components.xml">
   <!ENTITY controls               SYSTEM "modules/controls.xml">
  +
   <!ENTITY testing                SYSTEM "modules/testing.xml">
   <!ENTITY tools                  SYSTEM "modules/tools.xml">
   ]>
  @@ -236,18 +245,27 @@
   
       &tutorial;
       &concepts;
  +
       &events;
       &conversations;
       &jbpm;
  +
       &i18n;
  +
       &jms;
  +
       &remoting;
       &drools;
  +
       &validation;
  +
       &configuration;
  +
       &framework;
       &annotations;
  +    &elenhancements;
       &components;
  +
       &controls;
       &testing;
       &tools;
  
  
  



More information about the jboss-cvs-commits mailing list