Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-12-21 18:29:01 +0000
committerEike Stepper2010-12-21 18:29:01 +0000
commit7eba4b0444b3c6c43b3c6dc7bcf70333b313fddf (patch)
tree8299b24484ccdf5bd44b68d0661cddc1c7b8eaab /plugins/org.eclipse.emf.cdo.dawn.util
parent8dcd7476ad955bc0e2caca3b8090fb070da2e119 (diff)
downloadcdo-7eba4b0444b3c6c43b3c6dc7bcf70333b313fddf.tar.gz
cdo-7eba4b0444b3c6c43b3c6dc7bcf70333b313fddf.tar.xz
cdo-7eba4b0444b3c6c43b3c6dc7bcf70333b313fddf.zip
[332355] Provide OSGi console commands to start/stop/list/export/import repositories
https://bugs.eclipse.org/bugs/show_bug.cgi?id=332355
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.dawn.util')
-rw-r--r--plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/internal/util/bundle/OM.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/internal/util/bundle/OM.java b/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/internal/util/bundle/OM.java
index 11a91f6f39..a41a2e24a7 100644
--- a/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/internal/util/bundle/OM.java
+++ b/plugins/org.eclipse.emf.cdo.dawn.util/src/org/eclipse/emf/cdo/dawn/internal/util/bundle/OM.java
@@ -4,7 +4,7 @@
* 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:
* Martin Fluegge - initial API and implementation
******************************************************************************/
@@ -14,7 +14,6 @@ import org.eclipse.net4j.util.om.OMBundle;
import org.eclipse.net4j.util.om.OMPlatform;
import org.eclipse.net4j.util.om.OSGiActivator;
import org.eclipse.net4j.util.om.log.OMLogger;
-import org.eclipse.net4j.util.om.pref.OMPreferences;
import org.eclipse.net4j.util.om.trace.OMTracer;
/**
@@ -32,8 +31,6 @@ public abstract class OM
public static final OMLogger LOG = BUNDLE.logger();
- public static final OMPreferences PREFS = BUNDLE.preferences();
-
/**
* @author Martin Fluegge
* @since 1.0

Back to the top