Bug 407534 - Remove unused NLS strings from Ant 
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.java
index 30c7df3..e803b6c 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.java
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2000, 2013 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 http://www.eclipse.org/legal/epl-v10.html
@@ -19,7 +19,6 @@
 	public static String AntLaunchDelegate_Running__0__2;
 	public static String AntLaunchDelegate_Build_In_Progress;
 	public static String AntLaunchDelegate_Failure;
-	public static String AntLaunchDelegate_22;
 	public static String AntLaunchDelegate_23;
 	public static String AntLaunchDelegate_28;
 
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.properties b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.properties
index e661655..cee327a 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.properties
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchConfigurationMessages.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -14,7 +14,6 @@
 AntLaunchDelegate_Running__0__2=Running {0}
 AntLaunchDelegate_Build_In_Progress=Ant build {0} already in progress. Concurrent Ant builds are possible if you specify to build in a separate JRE.
 AntLaunchDelegate_Failure=Failure of Background Ant Build
-AntLaunchDelegate_22=&Do not show error dialog when Ant build fails
 AntLaunchDelegate_23=Ant Build Failed
 AntLaunchDelegate_28=Waiting for virtual machine to exit...
 
diff --git a/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorMessages.properties b/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorMessages.properties
index ef1cd17..0032f1b 100644
--- a/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorMessages.properties
+++ b/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorMessages.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2006 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -10,6 +10,7 @@
 #     John-Mason P. Shackelford - bug 40255
 ###############################################################################
 
+#The following messages are used indirectly via text operation actions - DO NOT REMOVE
 ContentAssistProposal.label=Content &Assist@Ctrl+Space
 ContentAssistProposal.tooltip=Content Assist
 ContentAssistProposal.image=
@@ -19,6 +20,7 @@
 ContentFormat.tooltip=Format build file source
 ContentFormat.image=
 ContentFormat.description=Format build file source
+# end indirect use list
 
 AntEditorCompletionProcessor.Required___4=Required:
 AntEditorCompletionProcessor.28=No attribute completions available
diff --git a/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/AntEditorActionMessages.properties b/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/AntEditorActionMessages.properties
index 4961b9c..12e4dc2 100644
--- a/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/AntEditorActionMessages.properties
+++ b/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/AntEditorActionMessages.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -10,7 +10,7 @@
 #     John-Mason P. Shackelford - bug 40255
 ###############################################################################
 
-OpenExternalAntDocHandler_open_external_ant_doc=Open External Ant Documentation
+## The following messages are used indirectly from text operation actions - DO NOT REMOVE 
 TogglePresentation.label=Show Source of Selected Element Only
 TogglePresentation.tooltip=Show Source of Selected Element Only
 
@@ -27,7 +27,9 @@
 Projection.ExpandAll.label= Expand &All
 Projection.ExpandAll.tooltip= Expands All Folded Regions
 Projection.ExpandAll.description= Expands any folded regions in the current editor
+## end indirect use list
 
+OpenExternalAntDocHandler_open_external_ant_doc=Open External Ant Documentation
 RunToLineAdapter.0=Empty editor
 RunToLineAdapter.1=Missing document
 RunToLineAdapter.2=No file could be found
diff --git a/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.java b/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.java
index 4c7d596..51e4ebc 100644
--- a/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.java
+++ b/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.java
@@ -1,5 +1,5 @@
 /**********************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others. All rights reserved. This
+ * Copyright (c) 2000, 2013 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 http://www.eclipse.org/legal/epl-v10.html
@@ -17,10 +17,8 @@
 	public static String ImageDescriptorRegistry_Allocating_image_for_wrong_display_1;
 
 	public static String AntUtil_6;
-	public static String AntUtil_7;
 	public static String AntUtil_0;
 	public static String AntUtil_1;
-	public static String AntUtil_2;
 
 	static {
 		// load message values from bundle file
diff --git a/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.properties b/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.properties
index 2bafd38..18be5d1 100644
--- a/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.properties
+++ b/ant/org.eclipse.ant.ui/Ant Tools Support/org/eclipse/ant/internal/ui/AntUIModelMessages.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2000, 2005 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -12,7 +12,5 @@
 ImageDescriptorRegistry_Allocating_image_for_wrong_display_1=Allocating image for wrong display
 
 AntUtil_6=Invalid property file entry: {0}
-AntUtil_7=Unable to generate Ant classpath
 AntUtil_0=Editor failed to open for {0}
 AntUtil_1=Browser could not be opened
-AntUtil_2=Error reading launch configuration