Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2014-09-01 11:51:39 +0000
committerDani Megert2014-09-01 11:51:39 +0000
commit94a206deb474da95bfa26d17d4c513e10e57ce0e (patch)
treebaf464ca1358300f60090d979eabfca5808a61ae
parent8150c750d7162c65caf0ed436516036a56d78d84 (diff)
downloadeclipse.pde.build-94a206deb474da95bfa26d17d4c513e10e57ce0e.tar.gz
eclipse.pde.build-94a206deb474da95bfa26d17d4c513e10e57ce0e.tar.xz
eclipse.pde.build-94a206deb474da95bfa26d17d4c513e10e57ce0e.zip
-rw-r--r--org.eclipse.pde.build.tests/test.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.eclipse.pde.build.tests/test.xml b/org.eclipse.pde.build.tests/test.xml
index cd53fc28..536b5f5b 100644
--- a/org.eclipse.pde.build.tests/test.xml
+++ b/org.eclipse.pde.build.tests/test.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2005, 2011 IBM Corporation and others.
+ Copyright (c) 2005, 2014 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -63,8 +63,10 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
+ <!-- This target runs the performance test suites.
+ Disabled for bug 442529: We should not have empty performance targets
<target name="performance">
- </target>
-
+ </target>
+ -->
+
</project>

Back to the top