Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-08-26 04:33:45 +0000
committerJayaprakash Arthanareeswaran2014-08-26 05:50:16 +0000
commitca5419c1e7501f8671202d3f26a44fb9de145612 (patch)
tree32ab3787c2d637b415271bd28b9caf2a760a51b6 /org.eclipse.jdt.apt.tests/test.xml
parent5666cb170a5113b959f09f9a106548eceb94f3e9 (diff)
downloadeclipse.jdt.core-ca5419c1e7501f8671202d3f26a44fb9de145612.tar.gz
eclipse.jdt.core-ca5419c1e7501f8671202d3f26a44fb9de145612.tar.xz
eclipse.jdt.core-ca5419c1e7501f8671202d3f26a44fb9de145612.zip
Bug 442528 - We should not have empty performance targets
Change-Id: I86a66a36dfa3f8b7b84c237cb0a42463c4c6b52c Signed-off-by: Jayaprakash Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.apt.tests/test.xml')
-rw-r--r--org.eclipse.jdt.apt.tests/test.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/org.eclipse.jdt.apt.tests/test.xml b/org.eclipse.jdt.apt.tests/test.xml
index 485d9fbca9..9aa973c5ae 100644
--- a/org.eclipse.jdt.apt.tests/test.xml
+++ b/org.eclipse.jdt.apt.tests/test.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- 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
@@ -60,8 +60,4 @@
</ant>
</target>
- <!-- This target runs the performance test suites. -->
- <target name="performance">
- </target>
-
</project>

Back to the top