]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistPlugin.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / DistPlugin.java
index 5bc3408acd6a02096ea38f03370620d4381fe5a6..15e2032977b205cf1bfe54c4e3bbd70e797f36e5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@ import org.eclipse.ui.plugin.AbstractUIPlugin;
 import org.osgi.framework.BundleContext;
 
 public class DistPlugin extends AbstractUIPlugin {
-       private static BundleContext bundleContext;
        public final static String ID = "org.argeo.slc.client.ui.dist";
 
        private static DistPlugin plugin;
@@ -34,10 +33,6 @@ public class DistPlugin extends AbstractUIPlugin {
                return plugin;
        }
 
-       public static BundleContext getBundleContext() {
-               return bundleContext;
-       }
-
        public static ImageDescriptor getImageDescriptor(String path) {
                return imageDescriptorFromPlugin(ID, path);
        }