Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 12:02:20 +0000
committerDani Megert2014-09-01 12:02:20 +0000
commit9769a843ecc2089a3ad55b149402893e4d5a5ee8 (patch)
treec10a369d2752349f67086395dcaf967030523963
parent30d089a727d7dc802ba33a5cc04aa6796f99bf8e (diff)
downloadeclipse.platform-9769a843ecc2089a3ad55b149402893e4d5a5ee8.tar.gz
eclipse.platform-9769a843ecc2089a3ad55b149402893e4d5a5ee8.tar.xz
eclipse.platform-9769a843ecc2089a3ad55b149402893e4d5a5ee8.zip
-rw-r--r--ant/org.eclipse.ant.tests.core/test.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ant/org.eclipse.ant.tests.core/test.xml b/ant/org.eclipse.ant.tests.core/test.xml
index 68337a240..facf120e4 100644
--- a/ant/org.eclipse.ant.tests.core/test.xml
+++ b/ant/org.eclipse.ant.tests.core/test.xml
@@ -47,8 +47,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
- <!--<target name="performance">
- </target> -->
-
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442455: We should not have empty performance targets
+ <target name="performance">
+ </target>
+ -->
+
</project>

Back to the top