]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph.profile/src/org/simantics/scenegraph/profile/impl/Activator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph.profile / src / org / simantics / scenegraph / profile / impl / Activator.java
index d0540a0c88f048abfd2d7d699a0fa048dfc458fa..1efd84120af6c43c5bc8bea5cde87d1d51c2c91d 100644 (file)
@@ -1,44 +1,44 @@
-package org.simantics.scenegraph.profile.impl;\r
-import org.eclipse.core.runtime.Plugin;\r
-import org.osgi.framework.BundleContext;\r
-\r
-\r
-\r
-public class Activator extends Plugin {\r
-\r
-    // The plug-in ID\r
-    public static final String PLUGIN_ID = "org.simantics.scenegraph.profile";\r
-\r
-    // The shared instance\r
-    private static Activator       plugin;\r
-\r
-    /*\r
-     * (non-Javadoc)\r
-     * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)\r
-     */\r
-    @Override\r
-    public void start(BundleContext context) throws Exception {\r
-        super.start(context);\r
-        plugin = this;\r
-    }\r
-\r
-    /*\r
-     * (non-Javadoc)\r
-     * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)\r
-     */\r
-    @Override\r
-    public void stop(BundleContext context) throws Exception {\r
-        plugin = null;\r
-        super.stop(context);\r
-    }\r
-\r
-    /**\r
-     * Returns the shared instance\r
-     *\r
-     * @return the shared instance\r
-     */\r
-    public static Activator getDefault() {\r
-        return plugin;\r
-    }\r
-\r
-}\r
+package org.simantics.scenegraph.profile.impl;
+import org.eclipse.core.runtime.Plugin;
+import org.osgi.framework.BundleContext;
+
+
+
+public class Activator extends Plugin {
+
+    // The plug-in ID
+    public static final String PLUGIN_ID = "org.simantics.scenegraph.profile";
+
+    // The shared instance
+    private static Activator       plugin;
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
+     */
+    @Override
+    public void start(BundleContext context) throws Exception {
+        super.start(context);
+        plugin = this;
+    }
+
+    /*
+     * (non-Javadoc)
+     * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
+     */
+    @Override
+    public void stop(BundleContext context) throws Exception {
+        plugin = null;
+        super.stop(context);
+    }
+
+    /**
+     * Returns the shared instance
+     *
+     * @return the shared instance
+     */
+    public static Activator getDefault() {
+        return plugin;
+    }
+
+}