Tons o' renames. Expect most everything to be broken now. :(
diff --git a/bundles/org.eclipse.e4.core.deeplink.launchproxy/src/org/eclipse/e4/core/deeplink/launchproxy/Activator.java b/bundles/org.eclipse.e4.core.deeplink.launchproxy/src/org/eclipse/e4/core/deeplink/launchproxy/Activator.java
index 796f036..c66abc8 100644
--- a/bundles/org.eclipse.e4.core.deeplink.launchproxy/src/org/eclipse/e4/core/deeplink/launchproxy/Activator.java
+++ b/bundles/org.eclipse.e4.core.deeplink.launchproxy/src/org/eclipse/e4/core/deeplink/launchproxy/Activator.java
@@ -8,25 +8,25 @@
* Contributors:
* David Orme - initial API and implementation
******************************************************************************/
-package org.eclipse.e4.core.deeplink.launchproxy;
-
-import org.eclipse.core.runtime.Plugin;
-import org.osgi.framework.BundleContext;
-
-public class Activator extends Plugin {
-
- public static final String PLUGIN_ID = "org.eclipse.e4.enterprise.deeplink.launchproxy";
-
- private static Activator bundle = null;
-
- public static Activator getDefault() {
- return bundle;
- }
-
- @Override
- public void start(BundleContext context) throws Exception {
- super.start(context);
- bundle = this;
- }
-
-}
+package org.eclipse.e4.core.deeplink.launchproxy;
+
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+public class Activator extends Plugin {
+
+ public static final String PLUGIN_ID = "org.eclipse.e4.core.deeplink.launchproxy";
+
+ private static Activator bundle = null;
+
+ public static Activator getDefault() {
+ return bundle;
+ }
+
+ @Override
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ bundle = this;
+ }
+
+}