]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/UnregisterRemoteRepo.java
Improve RPM packaging
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / UnregisterRemoteRepo.java
index 90d7ca7e4652e089d09c9d085b0aa3d69881d99c..6e4e267b80f4cf8b4551f91868ce5f81c72e2853 100644 (file)
@@ -22,8 +22,8 @@ import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
 import org.argeo.eclipse.ui.workbench.CommandUtils;
-import org.argeo.jcr.ArgeoTypes;
 import org.argeo.jcr.JcrUtils;
+import org.argeo.node.ArgeoTypes;
 import org.argeo.slc.SlcException;
 import org.argeo.slc.client.ui.dist.DistPlugin;
 import org.eclipse.core.commands.AbstractHandler;
@@ -33,19 +33,19 @@ import org.eclipse.jface.dialogs.MessageDialog;
 import org.eclipse.jface.resource.ImageDescriptor;
 
 /**
- * Unregisters a remote repository by deleting the corresponding RepoNode from
+ * Un-register a remote repository by deleting the corresponding RepoNode from
  * the node Repository. It does not affect the repository instance
  */
 public class UnregisterRemoteRepo extends AbstractHandler {
        // private static final Log log = LogFactory
        // .getLog(UnregisterRemoteRepo.class);
        
-       public final static String ID = DistPlugin.ID + ".unregisterRemoteRepo";
+       public final static String ID = DistPlugin.PLUGIN_ID + ".unregisterRemoteRepo";
        public final static String DEFAULT_LABEL = "Unregister";
        public final static ImageDescriptor DEFAULT_ICON = DistPlugin
                        .getImageDescriptor("icons/removeItem.gif");
 
-       public final static String PARAM_REPO_PATH = DistPlugin.ID
+       public final static String PARAM_REPO_PATH = DistPlugin.PLUGIN_ID
                        + ".repoNodePath";
 
        // DEPENCY INJECTION