[jboss-cvs] JBossAS SVN: r65480 - branches/JBPAPP_4_2/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 19 16:17:03 EDT 2007


Author: dbhole
Date: 2007-09-19 16:17:03 -0400 (Wed, 19 Sep 2007)
New Revision: 65480

Modified:
   branches/JBPAPP_4_2/build/build-release.xml
Log:

Make cvs.module variable dynamic



Modified: branches/JBPAPP_4_2/build/build-release.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-release.xml	2007-09-19 19:02:47 UTC (rev 65479)
+++ branches/JBPAPP_4_2/build/build-release.xml	2007-09-19 20:17:03 UTC (rev 65480)
@@ -70,7 +70,7 @@
    <!-- Include the environment properties -->
    <property environment="env"/>
    <!-- The cvs top level module name -->
-   <property name="cvs.module" value="jboss-4.3.x"/>
+   <property name="cvs.module" value="jboss-${release.version.major}.${release.version.minor}.x"/>
    <!-- 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}">




More information about the jboss-cvs-commits mailing list