[jboss-cvs] JBossAS SVN: r87891 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 27 14:36:24 EDT 2009


Author: emuckenhuber
Date: 2009-04-27 14:36:24 -0400 (Mon, 27 Apr 2009)
New Revision: 87891

Modified:
   trunk/testsuite/build.xml
Log:
the file does not need to be copied by the build script anymore

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-04-27 18:20:17 UTC (rev 87890)
+++ trunk/testsuite/build.xml	2009-04-27 18:36:24 UTC (rev 87891)
@@ -1064,10 +1064,6 @@
    <target name="tests-profileservice" description="Tests with the full featured profile service">
       <create-profileservice-config baseconf="default" conf="profileservice"/>
       <server:start name="profileservice"/>
-      <!-- copy a deployment which should get picked up by the hdScanner -->
-   	  <copy file="${build.lib}/hd-jboss-beans.xml"
-          todir="${jboss.dist}/server/profileservice/deploy" />
-   	
       <run-junit
          junit.patternset="profileservice.includes"
          junit.configuration="profileservice"




More information about the jboss-cvs-commits mailing list