Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Ptaszkiewicz2014-08-26 09:45:46 +0000
committerSzymon Ptaszkiewicz2014-08-26 09:45:46 +0000
commit6cc66e236029fa8332f6c8f829a0dfe044ec63ee (patch)
tree48512da9d9bb19f2243a13396b717ae533e4d845
parenta5f74d5b92f427fc3c5a2339617ea5bfac5651b6 (diff)
downloadeclipse.platform.team-6cc66e236029fa8332f6c8f829a0dfe044ec63ee.tar.gz
eclipse.platform.team-6cc66e236029fa8332f6c8f829a0dfe044ec63ee.tar.xz
eclipse.platform.team-6cc66e236029fa8332f6c8f829a0dfe044ec63ee.zip
Bug 442530 - We should not have empty performance targets
-rw-r--r--tests/org.eclipse.core.tests.net/test.xml4
-rw-r--r--tests/org.eclipse.team.tests.core/test.xml6
2 files changed, 1 insertions, 9 deletions
diff --git a/tests/org.eclipse.core.tests.net/test.xml b/tests/org.eclipse.core.tests.net/test.xml
index f27074bd0..95cfedf8c 100644
--- a/tests/org.eclipse.core.tests.net/test.xml
+++ b/tests/org.eclipse.core.tests.net/test.xml
@@ -49,8 +49,4 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
- <target name="performance">
- </target>
-
</project>
diff --git a/tests/org.eclipse.team.tests.core/test.xml b/tests/org.eclipse.team.tests.core/test.xml
index 39e80dafe..f825a57b4 100644
--- a/tests/org.eclipse.team.tests.core/test.xml
+++ b/tests/org.eclipse.team.tests.core/test.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2002, 2013 IBM Corporation and others.
+ Copyright (c) 2002, 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
@@ -64,8 +64,4 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
- <target name="performance">
- </target>
-
</project>

Back to the top