]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/commands/RegisterRepository.java
Adapt refactoring (remove APIs from argeo.util)
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / commands / RegisterRepository.java
index b141e659aba66389bb89502c084dfe5c10758e72..fc9124d50089e2a561cc3c92099cff85ae58a5f0 100644 (file)
@@ -19,11 +19,11 @@ import javax.jcr.Repository;
 import javax.jcr.RepositoryFactory;
 
 import org.argeo.node.ArgeoNames;
+import org.argeo.node.security.Keyring;
 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.RegisterRepoWizard;
 import org.argeo.slc.jcr.SlcNames;
-import org.argeo.util.security.Keyring;
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
 import org.eclipse.core.commands.ExecutionException;