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 /tests/org.eclipse.team.tests.core
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
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/test.xml6
1 files changed, 1 insertions, 5 deletions
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