Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2010-10-19 10:45:42 +0000
committerEike Stepper2010-10-19 10:45:42 +0000
commit919ffcd833862ea1216c00d318030662f8c0cc29 (patch)
treeb4a7121657ab11026aea6c38b1653ddc707f7c7d /plugins/org.eclipse.emf.cdo.ui.location
parentcd3cf8d6d462c75aedc127c7dc24c0f05be3fe7d (diff)
downloadcdo-919ffcd833862ea1216c00d318030662f8c0cc29.tar.gz
cdo-919ffcd833862ea1216c00d318030662f8c0cc29.tar.xz
cdo-919ffcd833862ea1216c00d318030662f8c0cc29.zip
[327405] Provide an offline CDOWorkspace with Checkout/Update/Commit workflows
https://bugs.eclipse.org/bugs/show_bug.cgi?id=327405
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.location')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.location/src/org/eclipse/emf/cdo/ui/internal/location/NewRepositoryLocationDialog.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.location/src/org/eclipse/emf/cdo/ui/internal/location/NewRepositoryLocationDialog.java b/plugins/org.eclipse.emf.cdo.ui.location/src/org/eclipse/emf/cdo/ui/internal/location/NewRepositoryLocationDialog.java
index 1e3f71deb9..6df8d9ff4d 100644
--- a/plugins/org.eclipse.emf.cdo.ui.location/src/org/eclipse/emf/cdo/ui/internal/location/NewRepositoryLocationDialog.java
+++ b/plugins/org.eclipse.emf.cdo.ui.location/src/org/eclipse/emf/cdo/ui/internal/location/NewRepositoryLocationDialog.java
@@ -1,5 +1,6 @@
package org.eclipse.emf.cdo.ui.internal.location;
+import org.eclipse.net4j.util.container.IManagedContainer;
import org.eclipse.net4j.util.container.IPluginContainer;
import org.eclipse.net4j.util.ui.container.ElementWizardComposite;
@@ -81,7 +82,7 @@ public class NewRepositoryLocationDialog extends TitleAreaDialog
return composite;
}
- protected IPluginContainer getContainer()
+ protected IManagedContainer getContainer()
{
return IPluginContainer.INSTANCE;
}

Back to the top