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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Apr 11 21:53:40 EDT 2011


Author: irooskov at redhat.com
Date: 2011-04-11 21:53:40 -0400 (Mon, 11 Apr 2011)
New Revision: 30507

Added:
   trunk/module_template/docs/reference/en-US/latest_developments.xml
Log:
adding in latest developments file ONLY for enterprise, not community


Added: trunk/module_template/docs/reference/en-US/latest_developments.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/latest_developments.xml	                        (rev 0)
+++ trunk/module_template/docs/reference/en-US/latest_developments.xml	2011-04-12 01:53:40 UTC (rev 30507)
@@ -0,0 +1,31 @@
+<?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>
+



More information about the jbosstools-commits mailing list