Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 11:55:08 +0000
committerDani Megert2014-09-01 11:55:08 +0000
commit6330becaafe7d27c39f1a8576ee1a0c0f7f577de (patch)
treee16e13826793e13605d0ecd3221a04c36b7b15f1
parent860fe324ee235740b89c8426b99440c4a3354277 (diff)
downloadeclipse.pde.ui-6330becaafe7d27c39f1a8576ee1a0c0f7f577de.tar.gz
eclipse.pde.ui-6330becaafe7d27c39f1a8576ee1a0c0f7f577de.tar.xz
eclipse.pde.ui-6330becaafe7d27c39f1a8576ee1a0c0f7f577de.zip
-rw-r--r--ds/org.eclipse.pde.ds.tests/test.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/ds/org.eclipse.pde.ds.tests/test.xml b/ds/org.eclipse.pde.ds.tests/test.xml
index 04dd25ab32..3f30e1271d 100644
--- a/ds/org.eclipse.pde.ds.tests/test.xml
+++ b/ds/org.eclipse.pde.ds.tests/test.xml
@@ -45,13 +45,11 @@
</ant>
</target>
- <!-- This target defines the performance tests that need to be run. -->
- <target name="performance-suite">
- </target>
-
- <!-- This target runs the performance test suite. Any actions that need to happen -->
- <!-- after all the tests have been run should go here. -->
- <target name="performance" depends="init,performance-suite,cleanup">
- </target>
+
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442529: We should not have empty performance targets
+ <target name="performance">
+ </target>
+ -->
</project>

Back to the top