Author: ochikvina
Date: 2008-04-22 10:06:42 -0400 (Tue, 22 Apr 2008)
New Revision: 7685
Modified:
trunk/struts/docs/struts_tools_tutorial/en/master.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-261 - new chapters are organized during the
restructuring the struts tutorial
Modified: trunk/struts/docs/struts_tools_tutorial/en/master.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en/master.xml 2008-04-22 14:06:23 UTC (rev
7684)
+++ trunk/struts/docs/struts_tools_tutorial/en/master.xml 2008-04-22 14:06:42 UTC (rev
7685)
@@ -4,7 +4,11 @@
[<!ENTITY introduction SYSTEM "modules/introduction.xml">
<!ENTITY struts_application SYSTEM "modules/struts_application.xml">
+<!ENTITY generating_stub SYSTEM "modules/generating_stub.xml">
+<!ENTITY coding_files SYSTEM "modules/coding_files.xml">
+<!ENTITY compiling_and_running SYSTEM
"modules/compiling_and_running.xml">
<!ENTITY struts_validation SYSTEM "modules/struts_validation.xml">
+<!ENTITY relevant_resources SYSTEM "modules/relevant_resources.xml">
]>
<book>
@@ -28,7 +32,11 @@
&introduction;
&struts_application;
+ &generating_stub;
+ &coding_files;
+ &compiling_and_running;
&struts_validation;
+ &relevant_resources;
</book>