[jboss-cvs] JBossAS SVN: r60271 - branches/Branch_4_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Feb 4 14:42:26 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-04 14:42:26 -0500 (Sun, 04 Feb 2007)
New Revision: 60271

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Remove dependency on dist name

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2007-02-04 19:40:51 UTC (rev 60270)
+++ branches/Branch_4_0/testsuite/build.xml	2007-02-04 19:42:26 UTC (rev 60271)
@@ -206,8 +206,6 @@
   <property name="install.root" value="${module.output}/${install.id}"/>
 
   <!-- Set classpath for the webservice stack depending on ${jboss.dist.name} and jdk version -->
-  <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}"/>
   <condition property="webservice.classpath" value="jbossws.classpath">
     <isset property="HAVE_JDK_1.5"/>
   </condition>




More information about the jboss-cvs-commits mailing list