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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 24 23:30:20 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-24 23:30:20 -0400 (Mon, 24 Aug 2009)
New Revision: 92776

Modified:
   branches/JBPAPP_5_0/build/build.xml
Log:
Fix typo in previous commit

Modified: branches/JBPAPP_5_0/build/build.xml
===================================================================
--- branches/JBPAPP_5_0/build/build.xml	2009-08-25 03:29:00 UTC (rev 92775)
+++ branches/JBPAPP_5_0/build/build.xml	2009-08-25 03:30:20 UTC (rev 92776)
@@ -86,7 +86,7 @@
        <isset property="release.version.tag"/>
     </condition>
     <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}">
-<--    <condition property="module.version" value="${version.major}.${version.minor}.${version.revision}"> -->
+<!--    <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