Author: alessio.soldano(a)jboss.com
Date: 2008-06-14 08:40:57 -0400 (Sat, 14 Jun 2008)
New Revision: 7541
Modified:
framework/branches/jbossws-framework-3.0.2/testsuite/test/ant-import/build-testsuite.xml
Log:
[JBWS-2232] Providing test-resources and test-libs dirs when calling the Eclipse launch
file Ant task
Modified:
framework/branches/jbossws-framework-3.0.2/testsuite/test/ant-import/build-testsuite.xml
===================================================================
---
framework/branches/jbossws-framework-3.0.2/testsuite/test/ant-import/build-testsuite.xml 2008-06-14
12:37:37 UTC (rev 7540)
+++
framework/branches/jbossws-framework-3.0.2/testsuite/test/ant-import/build-testsuite.xml 2008-06-14
12:40:57 UTC (rev 7541)
@@ -534,9 +534,9 @@
<eclipseProjectGenerator projectName="JBossWS Testsuite"/>
<eclipseJUnitTestGenerator projectName="JBossWS Testsuite"
projectWorkingDir="${tests.output.dir}"
srcDir="${tests.dir}/test-java"
integrationTarget="${jbossws.integration.target}"
endorsedDir="${jboss.lib}/endorsed" jbossHome="${jboss.home}"
namingProviderUrl="${node0.jndi.url}"
- securityPolicy="${tests.output.dir}/test-classes/tst.policy">
+ securityPolicy="${tests.output.dir}/test-classes/tst.policy"
testResourcesDir="${tests.output.dir}/test-resources"
testLibsDir="${tests.output.dir}/test-libs">
<fileset dir="${tests.output.dir}/test-classes"
includes="org/jboss/test/ws/**/*TestCase.class"
excludes="exclude.wildcard"/>
</eclipseJUnitTestGenerator>
</target>
-</project>
\ No newline at end of file
+</project>
Show replies by date