[jbosstools-commits] JBoss Tools SVN: r30409 - trunk/module_template/docs/reference/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Apr 7 07:56:40 EDT 2011


Author: max.andersen at jboss.com
Date: 2011-04-07 07:56:40 -0400 (Thu, 07 Apr 2011)
New Revision: 30409

Removed:
   trunk/module_template/docs/reference/en-US/latest_developments.xml
Modified:
   trunk/module_template/docs/reference/en-US/master.xml
Log:
fix some more casing errors

Deleted: trunk/module_template/docs/reference/en-US/latest_developments.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/latest_developments.xml	2011-04-07 11:06:18 UTC (rev 30408)
+++ trunk/module_template/docs/reference/en-US/latest_developments.xml	2011-04-07 11:56:40 UTC (rev 30409)
@@ -1,31 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-
-<chapter id="chap-template-latest_developments">
-	<title>Latest developments</title>
-	<para>
-		The following are new features added to the Tool in release x.x. 
-	</para>
-  	  <table frame='all'><title>New features</title>
-		<tgroup cols='3' align='left' colsep='1' rowsep='1'>
-		<colspec colname='c1'/>
-		<colspec colname='c2'/>
-		<colspec colname='c3'/>
-			<thead>
-				<row>
-				  <entry>Feature name</entry>
-				  <entry>Description</entry>
-				  <entry>Further information</entry>
-				</row>
-			</thead>
-			<tbody>
-				<row>
-				  <entry>Name of the feature</entry>
-				  <entry>Describe new feature, why it's been created</entry>
-				  <entry>Link to task section for new feature and concept section (if it is also a new concept)</entry>
-				</row>
-			</tbody>
-	        </tgroup>
-		
-	  </table>
-</chapter>
-

Modified: trunk/module_template/docs/reference/en-US/master.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/master.xml	2011-04-07 11:06:18 UTC (rev 30408)
+++ trunk/module_template/docs/reference/en-US/master.xml	2011-04-07 11:56:40 UTC (rev 30409)
@@ -2,13 +2,12 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3CR3/docbookx.dtd"
 
-[<!ENTITY Latest_Developments SYSTEM "Latest_Developments.xml">
-<!ENTITY Getting_Started SYSTEM "Getting_Started.xml">
-<!ENTITY Concepts SYSTEM "Concepts.xml">
-<!ENTITY Tasks SYSTEM "Tasks.xml">
-<!ENTITY Reference SYSTEM "Reference.xml">
-<!ENTITY Troubleshooting SYSTEM "Troubleshooting.xml">
-<!ENTITY Revision_History SYSTEM "Revision_History.xml">
+[<!ENTITY getting_started SYSTEM "getting_started.xml">
+<!ENTITY concepts SYSTEM "concepts.xml">
+<!ENTITY tasks SYSTEM "tasks.xml">
+<!ENTITY reference SYSTEM "reference.xml">
+<!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
+<!ENTITY revision_history SYSTEM "revision_history.xml">
 ]>
 
 <book>
@@ -42,12 +41,11 @@
     </bookinfo>
     
     <toc/> 
-    &Latest_Developments; 
-    &Getting_Started;
-    &Concepts;
-    &Tasks;
-    &Reference;
-    &Troubleshooting;
-    &Revision_History;
+    &getting_started;
+    &concepts;
+    &tasks;
+    &reference;
+    &troubleshooting;
+    &revision_history;
 
 </book> 



More information about the jbosstools-commits mailing list