Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2012-07-17 18:57:44 +0000
committerThomas Watson2012-07-17 18:57:44 +0000
commit2b5cff5642ba9146e5854b2317568f1d86359ab6 (patch)
treee59524033a99656ac25262a3834f4abbfc02b0a0 /bundles/org.eclipse.osgi/container/src/org/eclipse/core
parent4465965036f196893db8f4abd3a4fdc6e67aeeb1 (diff)
downloadrt.equinox.framework-2b5cff5642ba9146e5854b2317568f1d86359ab6.tar.gz
rt.equinox.framework-2b5cff5642ba9146e5854b2317568f1d86359ab6.tar.xz
rt.equinox.framework-2b5cff5642ba9146e5854b2317568f1d86359ab6.zip
Move FilePath to org.eclipse.osgi.framework.util
Diffstat (limited to 'bundles/org.eclipse.osgi/container/src/org/eclipse/core')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java
index d20f2ce38..e03137c16 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/adaptor/EclipseStarter.java
@@ -11,6 +11,8 @@
*******************************************************************************/
package org.eclipse.core.runtime.adaptor;
+import org.eclipse.osgi.framework.util.FilePath;
+
import org.eclipse.osgi.internal.framework.EquinoxConfiguration;
import org.eclipse.osgi.internal.location.EquinoxLocations;

Back to the top