[jboss-cvs] JBossAS SVN: r92848 - tags/JBPAPP_5_0_0_CR3/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 26 20:39:27 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-26 20:39:26 -0400 (Wed, 26 Aug 2009)
New Revision: 92848

Modified:
   tags/JBPAPP_5_0_0_CR3/testsuite/build.xml
Log:
Make testsuite version match the no tag version of the AS

Modified: tags/JBPAPP_5_0_0_CR3/testsuite/build.xml
===================================================================
--- tags/JBPAPP_5_0_0_CR3/testsuite/build.xml	2009-08-27 00:25:30 UTC (rev 92847)
+++ tags/JBPAPP_5_0_0_CR3/testsuite/build.xml	2009-08-27 00:39:26 UTC (rev 92848)
@@ -108,7 +108,7 @@
       this is used in the security policy file property references and needs to
       be valid for the platform.
    -->
-   <property name="version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+   <property name="version" value="${version.major}.${version.minor}.${version.revision}"/>
    <property name="jboss.dist.default" value="${project.root}${/}build${/}output${/}jboss-${version}"/>
    <condition property="jboss.dist" value="${jboss.dist.default}">
      <not>




More information about the jboss-cvs-commits mailing list