[teiid-commits] teiid SVN: r2359 - in trunk/build: kits/jboss-container and 1 other directory.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Jul 20 16:05:32 EDT 2010


Author: shawkins
Date: 2010-07-20 16:05:31 -0400 (Tue, 20 Jul 2010)
New Revision: 2359

Modified:
   trunk/build/kits/jboss-container/teiid-releasenotes.html
   trunk/build/pom.xml
Log:
fixing release notes and adding html to the filter to put in the project version

Modified: trunk/build/kits/jboss-container/teiid-releasenotes.html
===================================================================
--- trunk/build/kits/jboss-container/teiid-releasenotes.html	2010-07-20 18:41:23 UTC (rev 2358)
+++ trunk/build/kits/jboss-container/teiid-releasenotes.html	2010-07-20 20:05:31 UTC (rev 2359)
@@ -10,7 +10,7 @@
 <P><A HREF="http://www.teiid.org/"><IMG SRC="https://www.jboss.org/dms/teiid/images/teiid_banner.png" NAME="graphics1" ALT="Teiid" ALIGN=BOTTOM WIDTH=800></A>
 
 <H1>Teiid ${project.version} Release Notes</H1>
-<P>Teiid ${project.version} adds ODBC, clustering, and caching features. 
+<P>Teiid ${project.version} adds ODBC and caching features. 
 
 <H2>Overview</H2>
 <UL>
@@ -70,7 +70,7 @@
 <h4>from 7.0</h4>
 <ul>
 	<li>Rar file names no longer contain version numbers.  -ds.xml files should be updated from connector-XXX-version.rar to teiid-connector-XXX.rar
-<ul>
+</ul>
 
 <h4>from 6.2</h4>
 <ul>

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2010-07-20 18:41:23 UTC (rev 2358)
+++ trunk/build/pom.xml	2010-07-20 20:05:31 UTC (rev 2359)
@@ -20,6 +20,7 @@
                     <include>**/*.properties</include>
                     <include>**/*.sh</include>
                     <include>**/*.bat</include>
+                    <include>**/*.html</include>
                 </includes>
             </resource>
             <resource>
@@ -30,6 +31,7 @@
                     <exclude>**/*.properties</exclude>
                     <exclude>**/*.sh</exclude>
                     <exclude>**/*.bat</exclude>
+                    <exclude>**/*.html</exclude>
                 </excludes>
             </resource>
         </resources>



More information about the teiid-commits mailing list