Skip to content
Snippets Groups Projects
Commit 2a1dd269 authored by jeffliu's avatar jeffliu
Browse files

[95494] Turning on runtime scanning for wst.server and wst.common

parent fbf58c2b
No related branches found
No related tags found
No related merge requests found
...@@ -96,17 +96,20 @@ ...@@ -96,17 +96,20 @@
</target> </target>
<target name="wst-server-tests" description="Runs the org.eclipse.wst.server.*.tests test.xml"> <target name="wst-server-tests" description="Runs the org.eclipse.wst.server.*.tests test.xml">
<antcall target="runtests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.core.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.core.tests}" />
<param name="report" value="org.eclipse.wst.server.core.tests" /> <param name="report" value="org.eclipse.wst.server.core.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/>
</antcall> </antcall>
<antcall target="runtests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.ui.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.ui.tests}" />
<param name="report" value="org.eclipse.wst.server.ui.tests" /> <param name="report" value="org.eclipse.wst.server.ui.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/>
</antcall> </antcall>
<antcall target="runtests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.server.util.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.server.util.tests}" />
<param name="report" value="org.eclipse.wst.server.util.tests" /> <param name="report" value="org.eclipse.wst.server.util.tests" />
<param name="package.includes" value="org.eclipse.wst.server."/>
</antcall> </antcall>
</target> </target>
...@@ -181,9 +184,10 @@ ...@@ -181,9 +184,10 @@
</target> </target>
<target name="wst-common-tests" description="Runs the org.eclipse.jst.j2ee.tests test.xml"> <target name="wst-common-tests" description="Runs the org.eclipse.jst.j2ee.tests test.xml">
<antcall target="runtests"> <antcall target="runapitests">
<param name="testPlugin" value="${org.eclipse.wst.common.tests}" /> <param name="testPlugin" value="${org.eclipse.wst.common.tests}" />
<param name="report" value="org.eclipse.wst.common.tests" /> <param name="report" value="org.eclipse.wst.common.tests" />
<param name="package.includes" value="org.eclipse.wst.common.componentcore."/>
</antcall> </antcall>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment