[jboss-cvs] JBossAS SVN: r59170 - in branches/JBoss_4_0_4_GA_CP: jaxrpc testsuite/imports

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 19 22:00:56 EST 2006


Author: jaroslaw.kijanowski
Date: 2006-12-19 22:00:56 -0500 (Tue, 19 Dec 2006)
New Revision: 59170

Modified:
   branches/JBoss_4_0_4_GA_CP/jaxrpc/build.xml
   branches/JBoss_4_0_4_GA_CP/testsuite/imports/server-config.xml
Log:
update version string for webservices and testsuite

Modified: branches/JBoss_4_0_4_GA_CP/jaxrpc/build.xml
===================================================================
--- branches/JBoss_4_0_4_GA_CP/jaxrpc/build.xml	2006-12-20 02:31:40 UTC (rev 59169)
+++ branches/JBoss_4_0_4_GA_CP/jaxrpc/build.xml	2006-12-20 03:00:56 UTC (rev 59170)
@@ -182,7 +182,7 @@
   <!-- Deploy the webservice stuff to the server specified like this: -Dserver=default  -->
   <target name="deploy" depends="main">
     <property name="server" value="default"/>
-    <property name="jboss.home" value="${module.root}/../build/output/jboss-${version.major}.${version.minor}.${version.revision}.${version.tag}"/>
+    <property name="jboss.home" value="${module.root}/../build/output/jboss-${version.major}.${version.minor}.${version.revision}${version.tag}"/>
     <copy todir="${jboss.home}/client" file="${build.lib}/axis-ws4ee.jar" overwrite="true"/>
     <copy todir="${jboss.home}/server/${server}/deploy/jboss-ws4ee.sar" file="${build.lib}/axis-ws4ee.jar" overwrite="true"/>
   </target>

Modified: branches/JBoss_4_0_4_GA_CP/testsuite/imports/server-config.xml
===================================================================
--- branches/JBoss_4_0_4_GA_CP/testsuite/imports/server-config.xml	2006-12-20 02:31:40 UTC (rev 59169)
+++ branches/JBoss_4_0_4_GA_CP/testsuite/imports/server-config.xml	2006-12-20 03:00:56 UTC (rev 59170)
@@ -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 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