Author: ropalka
Date: 2012-03-16 07:57:34 -0400 (Fri, 16 Mar 2012)
New Revision: 15983
Removed:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/java/org/jboss/test/ws/projectGenerator/
Modified:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBPAPP-8475][JBWS-3463] removing project generator - svn merge -r 15975:15976
https://svn.jboss.org/repos/jbossws/shared-testsuite/trunk
Property changes on: shared-testsuite/branches/jbossws-shared-testsuite-4.0.x
___________________________________________________________________
Modified: svn:mergeinfo
- /shared-testsuite/branches/asoldano:14040-14045
+ /shared-testsuite/branches/asoldano:14040-14045
/shared-testsuite/trunk:15976
Modified:
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
---
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml 2012-03-16
11:53:55 UTC (rev 15982)
+++
shared-testsuite/branches/jbossws-shared-testsuite-4.0.x/testsuite/src/test/ant-import/build-testsuite.xml 2012-03-16
11:57:34 UTC (rev 15983)
@@ -594,7 +594,6 @@
<sysproperty key="test.resources.directory"
value="${tests.output.dir}/test-resources"/>
<sysproperty key="test.username"
value="${test.username}"/>
<sysproperty key="test.password"
value="${test.password}"/>
- <sysproperty key="binary.distribution" value="true"/>
<classpath>
<path refid="tests.client.classpath"/>
<pathelement location="${tests.output.dir}/test-classes"/>
@@ -661,7 +660,6 @@
<sysproperty key="test.resources.directory"
value="${tests.output.dir}/test-resources"/>
<sysproperty key="test.username"
value="${test.username}"/>
<sysproperty key="test.password"
value="${test.password"/>
- <sysproperty key="binary.distribution" value="true"/>
<classpath>
<path refid="tests.client.classpath"/>
<pathelement location="${tests.output.dir}/test-classes"/>
@@ -698,32 +696,4 @@
<delete dir="${tests.output.dir}"/>
</target>
- <!-- ================================================================== -->
- <!-- Eclipse conf generation -->
- <!-- ================================================================== -->
-
- <target name="eclipse" depends="tests-jars"
description="Generates the JBossWS Testsuite Eclipse project">
- <fail message="Sorry, this target is for src/binary distribution
only.">
- <condition>
- <not>
- <isset property="build.dir"/>
- </not>
- </condition>
- </fail>
- <path id="tests.eclipse.classpath">
- <path refid="tests.client.classpath"/>
- <path refid="tests.javac.classpath"/>
- </path>
- <taskdef name="eclipseClasspathGenerator"
classname="org.jboss.ws.tools.ant.EclipseClasspathTask"
classpathref="ws.stack.classpath"/>
- <taskdef name="eclipseProjectGenerator"
classname="org.jboss.ws.tools.ant.EclipseProjectTask"
classpathref="ws.stack.classpath"/>
- <taskdef name="eclipseJUnitTestGenerator"
classname="org.jboss.ws.tools.ant.EclipseJUnitTestsTask"
classpathref="ws.stack.classpath"/>
- <eclipseClasspathGenerator pathId="tests.eclipse.classpath"
excludesFile="${excludesfile}" srcPath="tests/java"/>
- <eclipseProjectGenerator projectName="JBossWS Testsuite"/>
- <eclipseJUnitTestGenerator projectName="JBossWS Testsuite"
projectWorkingDir="${tests.output.dir}"
srcDir="${tests.dir}/test-java"
- integrationTarget="${jbossws.integration.target}"
endorsedDir="${endorsed.dirs}" jbossHome="${jboss.home}"
namingProviderUrl="${node0.jndi.url}"
- 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>