X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.client.ui.dist%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Fcommands%2FUnregisterRemoteRepo.java;h=4f386b2631061a23beaed3f3df5e3bebd530f9f5;hb=9cdf3ff23b7416beca4ec27fba01888c7c37d298;hp=90d7ca7e4652e089d09c9d085b0aa3d69881d99c;hpb=2db415932b071525adb52c6374e021174512a924;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/UnregisterRemoteRepo.java b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/UnregisterRemoteRepo.java index 90d7ca7e4..4f386b263 100644 --- a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/UnregisterRemoteRepo.java +++ b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/UnregisterRemoteRepo.java @@ -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