Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2005-03-18 05:35:37 +0000
committerdavid_williams2005-03-18 05:35:37 +0000
commitdce4ddd1cc0858c4662339d4d7ead083562c19c2 (patch)
treed36b45e30eeb1af184f916d08098e469b1583b84 /bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java
parentd8a74fb6c97440c7fdb076139cc0a0f9e05ee12b (diff)
downloadwebtools.sourceediting-dce4ddd1cc0858c4662339d4d7ead083562c19c2.tar.gz
webtools.sourceediting-dce4ddd1cc0858c4662339d4d7ead083562c19c2.tar.xz
webtools.sourceediting-dce4ddd1cc0858c4662339d4d7ead083562c19c2.zip
[88419] Encoding code should move to internal, and SSE
Diffstat (limited to 'bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java')
-rw-r--r--bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java
index 09292d725b..3365720ebf 100644
--- a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java
+++ b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/HTMLCorePlugin.java
@@ -18,9 +18,9 @@ import org.eclipse.core.resources.IWorkspace;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.core.runtime.Plugin;
import org.eclipse.core.runtime.Preferences;
-import org.eclipse.wst.common.encoding.CommonCharsetNames;
-import org.eclipse.wst.common.encoding.CommonEncodingPreferenceNames;
import org.eclipse.wst.html.core.HTMLFilesPreferenceNames;
+import org.eclipse.wst.sse.core.internal.encoding.CommonCharsetNames;
+import org.eclipse.wst.sse.core.internal.encoding.CommonEncodingPreferenceNames;
import org.eclipse.wst.sse.core.preferences.CommonModelPreferenceNames;
/**

Back to the top