Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordorme2010-07-15 21:57:13 +0000
committerdorme2010-07-15 21:57:13 +0000
commite9dbed091e22e986638bcd98c5f62e284f20fcca (patch)
tree2551088a113a5f9b7d4da792bc41cb2bb1b9e1dc
parentb51f825b1baaea6a3f764042d66c6d36fdf6a33a (diff)
downloadorg.eclipse.e4.deeplink-e9dbed091e22e986638bcd98c5f62e284f20fcca.tar.gz
org.eclipse.e4.deeplink-e9dbed091e22e986638bcd98c5f62e284f20fcca.tar.xz
org.eclipse.e4.deeplink-e9dbed091e22e986638bcd98c5f62e284f20fcca.zip
Tons o' renames. Expect most everything to be broken now. :(
-rw-r--r--bundles/org.eclipse.e4.core.deeplink.launchproxy/src/org/eclipse/e4/core/deeplink/launchproxy/Activator.java44
1 files changed, 22 insertions, 22 deletions
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;
+ }
+
+}

Back to the top