]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/Fetch.java
Adapt after ui.dist after Argeo Commons upgrade. Build but do not start correctly.
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / Fetch.java
index b6537d832fc83679ae99a4894b7d8ebb8cbb911e..c42fa7a29fa8485c22317852e7a04ec128eed01b 100644 (file)
@@ -11,7 +11,6 @@ import org.argeo.slc.SlcException;
 import org.argeo.slc.client.ui.dist.DistPlugin;
 import org.argeo.slc.client.ui.dist.utils.CommandHelpers;
 import org.argeo.slc.client.ui.dist.wizards.FetchWizard;
-import org.argeo.slc.repo.RepoSync;
 import org.argeo.util.security.Keyring;
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
@@ -22,13 +21,13 @@ import org.eclipse.jface.wizard.WizardDialog;
 import org.eclipse.ui.handlers.HandlerUtil;
 
 /**
- * Wrap a {@link RepoSync} as an Eclipse command. Open a wizard that enable
+ * Wrap a {@code RepoSync} as an Eclipse command. Open a wizard that enable
  * definition of the fetch process parameters
  */
 public class Fetch extends AbstractHandler {
        // private final static Log log = LogFactory.getLog(Fetch.class);
 
-       public final static String ID = DistPlugin.ID + ".fetch";
+       public final static String ID = DistPlugin.PLUGIN_ID + ".fetch";
        public final static String DEFAULT_LABEL = "Fetch...";
        public final static ImageDescriptor DEFAULT_ICON = DistPlugin
                        .getImageDescriptor("icons/fetchRepo.png");