Bug 406229 - move missing NL string
diff --git a/ant/org.eclipse.ant.launching/plugin.properties b/ant/org.eclipse.ant.launching/plugin.properties
index 650fb4f..8a0ba1b 100644
--- a/ant/org.eclipse.ant.launching/plugin.properties
+++ b/ant/org.eclipse.ant.launching/plugin.properties
@@ -1,5 +1,5 @@
 ###############################################################################
-# Copyright (c) 2009 IBM Corporation and others.
+# Copyright (c) 2009, 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
@@ -21,4 +21,5 @@
 AntBuilderLaunchDelegate.description=The Eclipse Ant Builder Launcher supports running Ant build files.
 
 antBreakpointGroupName= Ant Breakpoints
-AntLineBreakpoint.name = Ant Line Breakpoint
\ No newline at end of file
+AntLineBreakpoint.name = Ant Line Breakpoint
+antSourceLookupDirector.name=Ant Source Lookup Director
\ No newline at end of file
diff --git a/ant/org.eclipse.ant.ui/plugin.properties b/ant/org.eclipse.ant.ui/plugin.properties
index 0183306..cfeab2c 100644
--- a/ant/org.eclipse.ant.ui/plugin.properties
+++ b/ant/org.eclipse.ant.ui/plugin.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
@@ -63,19 +63,14 @@
 ActionDefinition.renameInFile.name= Rename In File
 ActionDefinition.renameInFile.description= Renames all references within the same buildfile
 
-
 context.editingAnt.name= Editing Ant Buildfiles
 context.editingAnt.description= Editing Ant Buildfiles Context
-
 antBreakpointGroupName= Ant Breakpoints
 AddBreakpoint.label=Toggle &Breakpoint
 EnableBreakpoint.label=&Enable Breakpoint
-
 AntShortcut.description.debug=Debug Ant Build
 AntShortcut.description.run=Run Ant Build
 
-antSourceLookupDirector.name=Ant Source Lookup Director
-
 Dummy.label
 
 runToLineAction.label= Run to Line