[jboss-cvs] JBossAS SVN: r89535 - in branches/JBPAPP_5_0: tools/etc/buildmagic and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 29 12:58:50 EDT 2009


Author: jason.greene at jboss.com
Date: 2009-05-29 12:58:50 -0400 (Fri, 29 May 2009)
New Revision: 89535

Modified:
   branches/JBPAPP_5_0/build/build-release.xml
   branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent
   branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml
Log:
Somehow the version changes didnt make it


Modified: branches/JBPAPP_5_0/build/build-release.xml
===================================================================
--- branches/JBPAPP_5_0/build/build-release.xml	2009-05-29 16:40:23 UTC (rev 89534)
+++ branches/JBPAPP_5_0/build/build-release.xml	2009-05-29 16:58:50 UTC (rev 89535)
@@ -72,7 +72,7 @@
    <property name="cvs.module" value="trunk"/>
    <!-- Set the cvs.tag based on the release.version.* properties -->
    <!-- Set the cvs.tag based on the release.version.* properties -->
-   <condition property="cvs.tag" value="JBoss_${release.version.major}_${release.version.minor}_${release.version.revision}_${release.version.tag}">
+   <condition property="cvs.tag" value="JBPAPP_${release.version.major}_${release.version.minor}_${release.version.revision}_${release.version.tag}">
       <isset property="release.version.tag"/>
    </condition>
    <condition property="version" value="${release.version.major}.${release.version.minor}.${release.version.revision}.${release.version.tag}">

Modified: branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent
===================================================================
--- branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent	2009-05-29 16:40:23 UTC (rev 89534)
+++ branches/JBPAPP_5_0/tools/etc/buildmagic/buildmagic.ent	2009-05-29 16:58:50 UTC (rev 89535)
@@ -87,12 +87,12 @@
 
   <!-- Version identifiers for the server. -->
   <property name="version.major" value="5"/>
-  <property name="version.minor" value="1"/>
+  <property name="version.minor" value="0"/>
   <property name="version.revision" value="0"/>
-  <property name="version.tag" value="GA"/>
-  <property name="version.name" value="The Oracle"/>
+  <property name="version.tag" value="Beta"/>
+  <property name="version.name" value="EAP"/>
   <!-- This must be set to the CVS tag for any release -->
-  <property name="version.cvstag" value="JBoss_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
+  <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
 
   <!-- Manifest version info -->
   <property name="specification.title" value="JBossAS"/>

Modified: branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml
===================================================================
--- branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml	2009-05-29 16:40:23 UTC (rev 89534)
+++ branches/JBPAPP_5_0/tools/etc/buildmagic/version-info.xml	2009-05-29 16:58:50 UTC (rev 89535)
@@ -15,12 +15,12 @@
 
     <!-- Version identifiers for the server. -->
     <property name="version.major" value="5"/>
-    <property name="version.minor" value="1"/>
+    <property name="version.minor" value="0"/>
     <property name="version.revision" value="0"/>
-    <property name="version.tag" value="GA"/>
-    <property name="version.name" value="The Oracle"/>
+    <property name="version.tag" value="Beta"/>
+    <property name="version.name" value="EAP"/>
     <!-- This must be set to the CVS tag for any release -->
-    <property name="version.cvstag" value="JBoss_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
+    <property name="version.cvstag" value="JBPAPP_${version.major}_${version.minor}_${version.revision}_${version.tag}"/>
 
     <!-- Manifest version info -->
     <property name="specification.title" value="JBoss"/>




More information about the jboss-cvs-commits mailing list