Reorg for better seperation of UI and Core functionality.   Fix issues with Actions not instatiating.
diff --git a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/META-INF/MANIFEST.MF b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/META-INF/MANIFEST.MF
index aec84e2..c52af19 100644
--- a/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/META-INF/MANIFEST.MF
+++ b/sourceediting/plugins/org.eclipse.wst.xml.vex.ui/META-INF/MANIFEST.MF
@@ -14,8 +14,7 @@
  org.eclipse.ui.editors,
  org.junit,
  org.eclipse.wst.xml.vex.core;bundle-version="0.5.0"
-Export-Package: com.wutka.dtd,
- org.eclipse.wst.xml.vex.ui.internal;x-internal:=true,
+Export-Package: org.eclipse.wst.xml.vex.ui.internal;x-internal:=true,
  org.eclipse.wst.xml.vex.ui.internal.action;x-internal:=true,
  org.eclipse.wst.xml.vex.ui.internal.config;x-internal:=true,
  org.eclipse.wst.xml.vex.ui.internal.editor;x-internal:=true,