Bug 561903 - Remove com.ibm.icu.text from org.eclipse.ant.launching

Change-Id: I1f9151aa579a0fc21cdb8ac0252fa015bf389767
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/ant/org.eclipse.ant.launching/META-INF/MANIFEST.MF b/ant/org.eclipse.ant.launching/META-INF/MANIFEST.MF
index 7265088..d880f33 100644
--- a/ant/org.eclipse.ant.launching/META-INF/MANIFEST.MF
+++ b/ant/org.eclipse.ant.launching/META-INF/MANIFEST.MF
@@ -27,5 +27,4 @@
  org.eclipse.ant.internal.launching.remote.logger;x-internal:=true,
  org.eclipse.ant.internal.launching.runtime.logger;x-friends:="org.eclipse.ant.ui",
  org.eclipse.ant.launching
-Import-Package: com.ibm.icu.text
 Automatic-Module-Name: org.eclipse.ant.launching
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java
index 46bc325..62cd6e5 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/AntLaunchingUtil.java
@@ -17,6 +17,7 @@
 import java.net.MalformedURLException;
 import java.net.URI;
 import java.net.URL;
+import java.text.MessageFormat;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Map;
@@ -49,8 +50,6 @@
 import org.eclipse.jdt.launching.IRuntimeClasspathEntry2;
 import org.eclipse.jdt.launching.JavaRuntime;
 
-import com.ibm.icu.text.MessageFormat;
-
 /**
  * General utility class dealing with Ant build files
  */
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/AntLineBreakpoint.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/AntLineBreakpoint.java
index 84563d9..4314f33 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/AntLineBreakpoint.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/debug/model/AntLineBreakpoint.java
@@ -13,6 +13,7 @@
  *******************************************************************************/
 package org.eclipse.ant.internal.launching.debug.model;
 
+import java.text.MessageFormat;
 import java.util.HashMap;
 import java.util.Map;
 
@@ -26,8 +27,6 @@
 import org.eclipse.debug.core.model.IBreakpoint;
 import org.eclipse.debug.core.model.LineBreakpoint;
 
-import com.ibm.icu.text.MessageFormat;
-
 /**
  * Ant line breakpoint
  */
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
index d652b35..a2fe679 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntHomeClasspathEntry.java
@@ -14,6 +14,7 @@
 package org.eclipse.ant.internal.launching.launchConfigurations;
 
 import java.io.File;
+import java.text.MessageFormat;
 import java.util.ArrayList;
 
 import org.eclipse.ant.core.AntCorePlugin;
@@ -33,8 +34,6 @@
 import org.w3c.dom.Document;
 import org.w3c.dom.Element;
 
-import com.ibm.icu.text.MessageFormat;
-
 /**
  * A classpath entry that contains a set of archives for a particular ANT_HOME.
  * 
diff --git a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
index 1d0a7e3..51a40a6 100644
--- a/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
+++ b/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/AntLaunchDelegate.java
@@ -20,6 +20,7 @@
 import java.io.IOException;
 import java.net.URISyntaxException;
 import java.net.URL;
+import java.text.MessageFormat;
 import java.util.Collections;
 import java.util.HashMap;
 import java.util.Iterator;
@@ -78,8 +79,6 @@
 import org.osgi.framework.wiring.BundleWire;
 import org.osgi.framework.wiring.BundleWiring;
 
-import com.ibm.icu.text.MessageFormat;
-
 /**
  * Launch delegate for Ant builds
  */