[jboss-cvs] JBossAS SVN: r92775 - branches/JBPAPP_5_0/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 23:29:00 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-24 23:29:00 -0400 (Mon, 24 Aug 2009)
New Revision: 92775

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Hardcode for tag present

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-08-25 03:28:08 UTC (rev 92774)
+++ branches/JBPAPP_5_0/build/build.xml	2009-08-25 03:29:00 UTC (rev 92775)
@@ -85,7 +85,8 @@
     <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}">
        <isset property="release.version.tag"/>
     </condition>
-    <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}">
+    <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}">
+<--    <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}"> -->
        <not>
           <isset property="release.version.tag"/>
        </not>




More information about the jboss-cvs-commits mailing list