Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boldt2006-05-10 00:46:51 +0000
committerNick Boldt2006-05-10 00:46:51 +0000
commit46fd6fc900f0520beb69e04bfd8a254c3c69d874 (patch)
treeb49aae6d91ad2ace2d1961e2b129ead3b49c8ef7 /plugins/org.eclipse.net4j.tests
parentd6fec2fb162f517b5c29291521f23903250c6f45 (diff)
downloadcdo-46fd6fc900f0520beb69e04bfd8a254c3c69d874.tar.gz
cdo-46fd6fc900f0520beb69e04bfd8a254c3c69d874.tar.xz
cdo-46fd6fc900f0520beb69e04bfd8a254c3c69d874.zip
*** empty log message ***
Diffstat (limited to 'plugins/org.eclipse.net4j.tests')
-rw-r--r--plugins/org.eclipse.net4j.tests/test.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/org.eclipse.net4j.tests/test.xml b/plugins/org.eclipse.net4j.tests/test.xml
index 60734af133..f460559bae 100644
--- a/plugins/org.eclipse.net4j.tests/test.xml
+++ b/plugins/org.eclipse.net4j.tests/test.xml
@@ -85,12 +85,6 @@
<!-- This target runs the test suite. Any actions that need to happen -->
<!-- after all the tests have been run should go here. -->
<target name="run" depends="init,suite,cleanup">
- <available property="xml.exists" type="file" file="${eclipse-home}/${plugin-name}.xml"/>
- <echo message="xml.exists = ${xml.exists}"/>
- <antcall target="doCollect"/>
- </target>
-
- <target name="doCollect" if="xml.exists">
<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
<property name="includes" value="org*.xml"/>
<property name="output-file" value="${plugin-name}.xml"/>

Back to the top