[jboss-cvs] JBossAS SVN: r60498 - in branches/JBoss_4_0_5_GA_CP/testsuite: imports and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 12 12:42:24 EST 2007
Author: jaroslaw.kijanowski
Date: 2007-02-12 12:42:24 -0500 (Mon, 12 Feb 2007)
New Revision: 60498
Modified:
branches/JBoss_4_0_5_GA_CP/testsuite/build.xml
branches/JBoss_4_0_5_GA_CP/testsuite/imports/server-config.xml
Log:
JBQA-683 updated version string info
Modified: branches/JBoss_4_0_5_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/testsuite/build.xml 2007-02-12 17:20:32 UTC (rev 60497)
+++ branches/JBoss_4_0_5_GA_CP/testsuite/build.xml 2007-02-12 17:42:24 UTC (rev 60498)
@@ -206,7 +206,7 @@
<property name="install.root" value="${module.output}/${install.id}"/>
<!-- Set classpath for the webservice stack depending on ${jboss.dist.name} and client jar -->
- <property name="jboss.dist.name" value="jboss-${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+ <property name="jboss.dist.name" value="jboss-${version.major}.${version.minor}.${version.revision}${version.tag}"/>
<property name="jboss.home" value="${module.root}/../build/output/${jboss.dist.name}"/>
<available property="jboss-ws4ee.available" file="${jboss.home}/client/jboss-ws4ee-client.jar"/>
<condition property="webservice.classpath" value="jboss-ws4ee.classpath">
Modified: branches/JBoss_4_0_5_GA_CP/testsuite/imports/server-config.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/testsuite/imports/server-config.xml 2007-02-12 17:20:32 UTC (rev 60497)
+++ branches/JBoss_4_0_5_GA_CP/testsuite/imports/server-config.xml 2007-02-12 17:42:24 UTC (rev 60498)
@@ -5,7 +5,7 @@
<project name="server-config" default="help"
xmlns:server="http://jboss.org/ns/test/ant/server">
- <property name="version" value="${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+ <property name="version" value="${version.major}.${version.minor}.${version.revision}${version.tag}"/>
<!-- Use the ${/} platform seperator in jboss.dist, jboss.test.deploy.dir as
this is used in the security policy file property references and needs to
be valid for the platform.
More information about the jboss-cvs-commits
mailing list