Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsliebig2007-11-06 14:47:31 +0000
committersliebig2007-11-06 14:47:31 +0000
commit5fada0712348096c02f2d47309aee616e9960c3e (patch)
tree1f58550201ed2bb5d41b9d5fd6a12b4efe3214bb /bundles/ie.wombat.jbdiff
parentcf01a29d9e2ff8395f033d54a93c79cd4ac94a7a (diff)
downloadrt.equinox.p2-5fada0712348096c02f2d47309aee616e9960c3e.tar.gz
rt.equinox.p2-5fada0712348096c02f2d47309aee616e9960c3e.tar.xz
rt.equinox.p2-5fada0712348096c02f2d47309aee616e9960c3e.zip
not needed
Diffstat (limited to 'bundles/ie.wombat.jbdiff')
-rw-r--r--bundles/ie.wombat.jbdiff/src/ie/wombat/jbdiff/Activator.java34
1 files changed, 0 insertions, 34 deletions
diff --git a/bundles/ie.wombat.jbdiff/src/ie/wombat/jbdiff/Activator.java b/bundles/ie.wombat.jbdiff/src/ie/wombat/jbdiff/Activator.java
deleted file mode 100644
index 73b553185..000000000
--- a/bundles/ie.wombat.jbdiff/src/ie/wombat/jbdiff/Activator.java
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 compeople AG and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * compeople AG (Stefan Liebig) - initial API and implementation
- *******************************************************************************/
-package ie.wombat.jbdiff;
-
-import org.osgi.framework.BundleActivator;
-import org.osgi.framework.BundleContext;
-
-public class Activator implements BundleActivator {
-
- /*
- * (non-Javadoc)
- *
- * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
- */
- public void start(BundleContext context) throws Exception {
- }
-
- /*
- * (non-Javadoc)
- *
- * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
- */
- public void stop(BundleContext context) throws Exception {
- }
-
-}

Back to the top