[jboss-cvs] JBossAS SVN: r111329 - in tags/JBPAPP_5_1_1_ER3: testsuite and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 10 15:22:49 EDT 2011


Author: fnasser at redhat.com
Date: 2011-05-10 15:22:49 -0400 (Tue, 10 May 2011)
New Revision: 111329

Modified:
   tags/JBPAPP_5_1_1_ER3/build/build.properties
   tags/JBPAPP_5_1_1_ER3/testsuite/build.xml
   tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/buildmagic.ent
   tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/version-info.xml
Log:
Changes for a lack of version.tag; 5.1.1 not 5.1.2.Branch

Modified: tags/JBPAPP_5_1_1_ER3/build/build.properties
===================================================================
--- tags/JBPAPP_5_1_1_ER3/build/build.properties	2011-05-10 18:59:41 UTC (rev 111328)
+++ tags/JBPAPP_5_1_1_ER3/build/build.properties	2011-05-10 19:22:49 UTC (rev 111329)
@@ -2,7 +2,7 @@
 
 version.major=5
 version.minor=1
-version.revision=2
-version.tag=Branch
+version.revision=1
+version.tag=
 version.name=EAP
 

Modified: tags/JBPAPP_5_1_1_ER3/testsuite/build.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER3/testsuite/build.xml	2011-05-10 18:59:41 UTC (rev 111328)
+++ tags/JBPAPP_5_1_1_ER3/testsuite/build.xml	2011-05-10 19:22:49 UTC (rev 111329)
@@ -117,7 +117,7 @@
       this is used in the security policy file property references and needs to
       be valid for the platform.
    -->
-   <property name="version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+   <property name="version" value="${version.major}.${version.minor}.${version.revision}"/>
    <property name="jboss.dist.default" value="${project.root}${/}build${/}output${/}jboss-${version}"/>
    <condition property="jboss.dist" value="${jboss.dist.default}">
      <not>

Modified: tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/buildmagic.ent	2011-05-10 18:59:41 UTC (rev 111328)
+++ tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/buildmagic.ent	2011-05-10 19:22:49 UTC (rev 111329)
@@ -88,21 +88,21 @@
   <!-- Version identifiers for the server. -->
   <property name="version.major" value="5"/>
   <property name="version.minor" value="1"/>
-  <property name="version.revision" value="2"/>
-  <property name="version.tag" value="Branch"/>
+  <property name="version.revision" value="1"/>
+  <property name="version.tag" value=""/>
   <property name="version.name" value="EAP"/>
   <!-- This must be set to the CVS tag for any release -->
-  <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
+  <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}"/>
 
   <!-- Manifest version info -->
   <property name="specification.title" value="JBossAS"/>
-  <property name="specification.version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+  <property name="specification.version" value="${version.major}.${version.minor}.${version.revision}"/>
   <property name="specification.vendor" value="JBoss (http://www.jboss.org/)"/>
 
   <property name="implementation.title" value="JBoss [${version.name}]"/>
   <property name="implementation.url" value="http://www.jboss.org/"/>
   <property name="implementation.version"
-    value="${version.major}.${version.minor}.${version.revision}.${version.tag} (build: SVNTag=${version.cvstag} date=${build.id})"/>
+    value="${version.major}.${version.minor}.${version.revision} (build: SVNTag=${version.cvstag} date=${build.id})"/>
   <property name="implementation.vendor" value="JBoss.org"/>
   <property name="implementation.vendor.id" value="${implementation.url}"/>
 

Modified: tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/version-info.xml
===================================================================
--- tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/version-info.xml	2011-05-10 18:59:41 UTC (rev 111328)
+++ tags/JBPAPP_5_1_1_ER3/tools/etc/buildmagic/version-info.xml	2011-05-10 19:22:49 UTC (rev 111329)
@@ -16,21 +16,21 @@
     <!-- Version identifiers for the server. -->
     <property name="version.major" value="5"/>
     <property name="version.minor" value="1"/>
-    <property name="version.revision" value="2"/>
-    <property name="version.tag" value="Branch"/>
+    <property name="version.revision" value="1"/>
+    <property name="version.tag" value=""/>
     <property name="version.name" value="EAP"/>
     <!-- This must be set to the CVS tag for any release -->
-    <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
+    <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}"/>
 
     <!-- Manifest version info -->
     <property name="specification.title" value="JBoss"/>
-    <property name="specification.version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+    <property name="specification.version" value="${version.major}.${version.minor}.${version.revision}"/>
     <property name="specification.vendor" value="JBoss (http://www.jboss.org/)"/>
 
     <property name="implementation.title" value="JBoss [${version.name}]"/>
     <property name="implementation.url" value="http://www.jboss.org/"/>
     <property name="implementation.version" 
-         value="${version.major}.${version.minor}.${version.revision}.${version.tag} (build: SVNTag=${version.cvstag} date=${build.id})"/>
+         value="${version.major}.${version.minor}.${version.revision} (build: SVNTag=${version.cvstag} date=${build.id})"/>
     <property name="implementation.vendor" value="JBoss Inc."/>
     <property name="implementation.vendor.id" value="${implementation.url}"/>
 



More information about the jboss-cvs-commits mailing list