Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java')
-rw-r--r--plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java b/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java
deleted file mode 100644
index 295768e720b..00000000000
--- a/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/org/eclipse/papyrus/emf/facet/custom/doc/Activator.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package org.eclipse.papyrus.emf.facet.custom.doc;
-
-import org.osgi.framework.BundleActivator;
-import org.osgi.framework.BundleContext;
-
-public class Activator implements BundleActivator {
-
- @Override
- public void start(BundleContext context) throws Exception {
- // TODO Auto-generated method stub
- }
-
- @Override
- public void stop(BundleContext context) throws Exception {
- // TODO Auto-generated method stub
- }
-}

Back to the top