[jboss-cvs] JBossAS SVN: r112736 - in projects/jboss-jca/branches/Branch_1_0: api and 10 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Mar 8 09:09:45 EST 2012
Author: jesper.pedersen
Date: 2012-03-08 09:09:44 -0500 (Thu, 08 Mar 2012)
New Revision: 112736
Modified:
projects/jboss-jca/branches/Branch_1_0/adapters/build.xml
projects/jboss-jca/branches/Branch_1_0/api/build.xml
projects/jboss-jca/branches/Branch_1_0/as/build.xml
projects/jboss-jca/branches/Branch_1_0/codegenerator/build.xml
projects/jboss-jca/branches/Branch_1_0/common/build.xml
projects/jboss-jca/branches/Branch_1_0/core/build.xml
projects/jboss-jca/branches/Branch_1_0/deployers/build.xml
projects/jboss-jca/branches/Branch_1_0/embedded/build.xml
projects/jboss-jca/branches/Branch_1_0/rhq/build.xml
projects/jboss-jca/branches/Branch_1_0/sjc/build.xml
projects/jboss-jca/branches/Branch_1_0/validator/build.xml
projects/jboss-jca/branches/Branch_1_0/web/build.xml
Log:
Set the correct version in the manifest
Modified: projects/jboss-jca/branches/Branch_1_0/adapters/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/adapters/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/adapters/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -107,7 +107,7 @@
includes="**/jdbc/**,**/*.properties">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar JDBC Resource Adapter"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -135,7 +135,7 @@
includes="**/mail/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Mail Resource Adapter"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -325,7 +325,7 @@
includes="**/adapters/jdbc/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -364,7 +364,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -381,7 +381,7 @@
includes="**/adapters/jdbc/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -396,7 +396,7 @@
includes="**/adapters/jdbc/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -411,7 +411,7 @@
includes="**/adapters/mail/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters Mail - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -425,7 +425,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -439,7 +439,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters JDBC - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -477,7 +477,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Adapters Mail - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/api/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/api/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/api/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -59,7 +59,7 @@
excludes="**/*.java">
<manifest>
<attribute name="Implementation-Title" value="The Java EE Connector Architecture 1.6 API"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -106,7 +106,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="The Java EE Connector Architecture 1.6 API - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -141,7 +141,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="The Java EE Connector Architecture 1.6 API - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/as/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/as/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/as/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -60,7 +60,7 @@
<manifest>
<attribute name="Main-Class" value="org.jboss.jca.as.upgrader.Main"/>
<attribute name="Implementation-Title" value="IronJacamar AS tools"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -107,7 +107,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar AS tools - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -142,7 +142,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar AS tools - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/codegenerator/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/codegenerator/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/codegenerator/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -76,7 +76,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Codegenerator"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Main-Class" value="org.jboss.jca.codegenerator.Main"/>
@@ -239,7 +239,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Codegenerator - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -274,7 +274,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Codegenerator - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/common/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/common/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/common/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -98,7 +98,7 @@
includes="**/*.dtd,**/*.xsd,**/common/api/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common API"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -113,7 +113,7 @@
includes="**/common/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common SPI"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -128,7 +128,7 @@
excludes="**/*.java, **/common/api/**, **/common/spi/**, **/papaki/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -145,7 +145,7 @@
includes="**/papaki/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation - Papaki SPI Implementation"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -306,7 +306,7 @@
includes="**/common/api/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common API - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -321,7 +321,7 @@
includes="**/common/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common SPI - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -336,7 +336,7 @@
excludes="**/common/api/**,**/common/spi/**,**/papaki/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -376,7 +376,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common API - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -414,7 +414,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common SPI - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -454,7 +454,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -472,7 +472,7 @@
includes="**/papaki/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation - Papaki - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -510,7 +510,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Common Implementation - Papaki - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/core/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/core/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/core/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -84,7 +84,7 @@
includes="**/core/api/**, **/core/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core API"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -99,7 +99,7 @@
excludes="**/*.java, **/core/api/**, **/core/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core Implementation"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Main-Class" value="org.jboss.jca.Version"/>
@@ -255,7 +255,7 @@
includes="**/txmgr/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Transaction Manager"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -277,7 +277,7 @@
includes="**/reauth/ra/cri/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Reauth CRI"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -289,7 +289,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Reauth CRI RAR"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -309,7 +309,7 @@
includes="**/reauth/ra/subject/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Reauth Subject"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -321,7 +321,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Reauth CRI RAR"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -341,7 +341,7 @@
includes="**/inflow/ra/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Pure inflow"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -353,7 +353,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Test - Pure inflow RAR"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -379,7 +379,7 @@
includes="**/core/api/**,**/core/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core API - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -394,7 +394,7 @@
excludes="**/core/api/**,**/core/spi/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core Implementation - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -434,7 +434,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core API - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -473,7 +473,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Core Implementation - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/deployers/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/deployers/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/deployers/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -92,7 +92,7 @@
excludes="**/fungal/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers - Common"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -110,7 +110,7 @@
includes="**/fungal/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers - Fungal"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -359,7 +359,7 @@
excludes="**/deployers/fungal/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers Common - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -399,7 +399,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers Common - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -417,7 +417,7 @@
includes="**/deployers/fungal/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers Fungal - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -455,7 +455,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers Fungal - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/embedded/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/embedded/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/embedded/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -68,7 +68,7 @@
excludes="META-INF/services/**,**/arquillian/**,**/*.java">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -90,7 +90,7 @@
excludes="**/*.xml,**/*.java">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -259,7 +259,7 @@
excludes="**/embedded/arquillian/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -274,7 +274,7 @@
includes="**/embedded/arquillian/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded Arquillian - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -313,7 +313,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -351,7 +351,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Embedded Arquillian - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/rhq/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/rhq/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/rhq/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -57,7 +57,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar RHQ"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -217,7 +217,7 @@
includes="org/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar RHQ Test"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -277,7 +277,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar RHQ"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -298,7 +298,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar RHQ - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -333,7 +333,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar RHQ - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/sjc/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/sjc/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/sjc/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -63,7 +63,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar SJC"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Main-Class" value="org.jboss.jca.sjc.Main"/>
Modified: projects/jboss-jca/branches/Branch_1_0/validator/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/validator/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/validator/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -87,7 +87,7 @@
excludes="**/cli/**, **/ant/**, **/maven/**, META-INF/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Class-Path" value="jboss-logging.jar jboss-common-core.jar ${name}-spec-api.jar papaki-core.jar javassist.jar ${name}-common-api.jar ${name}-common-impl.jar"/>
@@ -116,7 +116,7 @@
<manifest>
<attribute name="Main-Class" value="org.jboss.jca.validator.cli.Main"/>
<attribute name="Implementation-Title" value="IronJacamar Validator Command Line Interface"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Class-Path" value="${name}-validator.jar"/>
@@ -132,7 +132,7 @@
includes="**/ant/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Ant support"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Class-Path" value="${name}-validator.jar"/>
@@ -148,7 +148,7 @@
includes="**/maven/**, META-INF/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Maven support"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
<attribute name="Class-Path" value="${name}-validator.jar"/>
@@ -312,7 +312,7 @@
excludes="**/validator/ant/**,**/validator/cli/**,**/validator/maven/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -351,7 +351,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -369,7 +369,7 @@
includes="**/validator/ant/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Ant - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -384,7 +384,7 @@
includes="**/validator/maven/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Maven - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -400,7 +400,7 @@
includes="**/validator/cli/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator CLI - Sources"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -439,7 +439,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Ant - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -477,7 +477,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator Maven - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -516,7 +516,7 @@
level="9">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Validator CLI - JavaDoc"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
Modified: projects/jboss-jca/branches/Branch_1_0/web/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/web/build.xml 2012-03-08 14:07:15 UTC (rev 112735)
+++ projects/jboss-jca/branches/Branch_1_0/web/build.xml 2012-03-08 14:09:44 UTC (rev 112736)
@@ -68,7 +68,7 @@
excludes="**/console/**,**/*.java">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Web"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
@@ -84,7 +84,7 @@
excludes="**/*.java">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Web Console"/>
- <attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
+ <attribute name="Implementation-Version" value="${version}"/>
<attribute name="Implementation-Vendor" value="The IronJacamar project (http://www.jboss.org/ironjacamar)"/>
<attribute name="Implementation-Vendor-Id" value="org.jboss"/>
</manifest>
More information about the jboss-cvs-commits
mailing list