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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 15 09:49:53 EDT 2007


Author: fnasser at redhat.com
Date: 2007-08-15 09:49:53 -0400 (Wed, 15 Aug 2007)
New Revision: 64603

Modified:
   branches/JBPAPP_4_2/build/build-release.xml
Log:
Adjust cvs.module property

Modified: branches/JBPAPP_4_2/build/build-release.xml
===================================================================
--- branches/JBPAPP_4_2/build/build-release.xml	2007-08-15 11:55:29 UTC (rev 64602)
+++ branches/JBPAPP_4_2/build/build-release.xml	2007-08-15 13:49:53 UTC (rev 64603)
@@ -70,7 +70,7 @@
    <!-- Include the environment properties -->
    <property environment="env"/>
    <!-- The cvs top level module name -->
-   <property name="cvs.module" value="jboss-4.2.x"/>
+   <property name="cvs.module" value="jboss-4.3.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