Fixed bug 442532: We should not have empty performance targets
diff --git a/org.eclipse.ua.tests.doc/test.xml b/org.eclipse.ua.tests.doc/test.xml
index 7326452..b4dbd09 100644
--- a/org.eclipse.ua.tests.doc/test.xml
+++ b/org.eclipse.ua.tests.doc/test.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-     Copyright (c) 2009 IBM Corporation and others.
+     Copyright (c) 2009, 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
@@ -56,13 +56,10 @@
 		</ant>
 	</target>
 
-	<!-- This target defines the performance tests that need to be run. -->
-	<target name="performance-suite">
-	</target>
-
-	<!-- This target runs the performance test suite. Any actions that need to happen -->
-	<!-- after all the tests have been run should go here. -->
-	<target name="performance" depends="init,performance-suite,cleanup">
-	</target>
+  <!-- This target runs the performance test suites.
+  Disabled for bug 442532: We should not have empty performance targets
+  <target name="performance">
+  </target>
+  -->
 
 </project>