Fixed bug 442455: We should not have empty performance targets
diff --git a/ant/org.eclipse.ant.tests.core/test.xml b/ant/org.eclipse.ant.tests.core/test.xml
index 68337a2..facf120 100644
--- a/ant/org.eclipse.ant.tests.core/test.xml
+++ b/ant/org.eclipse.ant.tests.core/test.xml
@@ -47,8 +47,10 @@
     </ant>
   </target>
 
-  <!-- This target runs the performance test suites. -->
-  <!--<target name="performance">
-  </target> -->	
-	
+  <!-- This target runs the performance test suites.
+  Disabled for bug 442455: We should not have empty performance targets
+  <target name="performance">
+  </target>
+  -->
+
 </project>