[jboss-cvs] JBossAS SVN: r60256 - branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 4 05:27:17 EST 2007


Author: jaroslaw.kijanowski
Date: 2007-02-04 05:27:16 -0500 (Sun, 04 Feb 2007)
New Revision: 60256

Modified:
   branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/buildmagic.ent
   branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/version-info.xml
Log:
update version info files to CP01

Modified: branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/buildmagic.ent	2007-02-04 10:26:58 UTC (rev 60255)
+++ branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/buildmagic.ent	2007-02-04 10:27:16 UTC (rev 60256)
@@ -99,20 +99,20 @@
   <property name="version.major" value="4"/>
   <property name="version.minor" value="0"/>
   <property name="version.revision" value="5"/>
-  <property name="version.tag" value="GA"/>
+  <property name="version.tag" value=".GA_CP01"/>
   <property name="version.name" value="Zion"/>
   <!-- This must be set to the CVS tag for any release -->
-  <property name="version.cvstag" value="Branch_4_0" />
+  <property name="version.cvstag" value="https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA_CP01" />
 
   <!-- 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}${version.tag}"/>
   <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: CVSTag=${version.cvstag} date=${build.id})"/>
+    value="${version.major}.${version.minor}.${version.revision}${version.tag} (build: CVSTag=${version.cvstag} date=${build.id})"/>
   <property name="implementation.vendor" value="JBoss.org"/>
   <property name="implementation.vendor.id" value="${implementation.url}"/>
 

Modified: branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/version-info.xml	2007-02-04 10:26:58 UTC (rev 60255)
+++ branches/JBoss_4_0_5_GA_CP/tools/etc/buildmagic/version-info.xml	2007-02-04 10:27:16 UTC (rev 60256)
@@ -17,20 +17,20 @@
     <property name="version.major" value="4"/>
     <property name="version.minor" value="0"/>
     <property name="version.revision" value="5"/>
-    <property name="version.tag" value="GA"/>
+    <property name="version.tag" value=".GA_CP01"/>
     <property name="version.name" value="Zion"/>
     <!-- This must be set to the CVS tag for any release -->
-    <property name="version.cvstag" value="Branch_4_0"/>
+    <property name="version.cvstag" value="https://svn.jboss.org/repos/jbossas/tags/JBoss_4_0_5_GA_CP01"/>
 
     <!-- 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}${version.tag}"/>
     <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: CVSTag=${version.cvstag} date=${build.id})"/>
+         value="${version.major}.${version.minor}.${version.revision}${version.tag} (build: CVSTag=${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