From a093e5c849e70bbc754fa4462dbb6c2b59979973 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Thu, 31 May 2012 16:28:37 +0000 Subject: [PATCH] Imporve JCR keyring and remote repository exploring git-svn-id: https://svn.argeo.org/commons/trunk@5319 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../META-INF/spring/commands.xml | 3 ++ .../org.argeo.jcr.ui.explorer/plugin.xml | 19 ++++++++++ .../commands/AddRemoteRepository.java | 26 ++++++++++++-- .../commands/RemoveRemoteRepository.java | 36 +++++++++++++++++++ .../explorer/model/RemoteRepositoryNode.java | 11 ++++++ .../org/argeo/jcr/security/JcrKeyring.java | 19 +++++----- 6 files changed, 104 insertions(+), 10 deletions(-) create mode 100644 server/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/jcr/ui/explorer/commands/RemoveRemoteRepository.java diff --git a/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml index f5f8e9d3f..d57c98974 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml +++ b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml @@ -26,6 +26,9 @@ + + + diff --git a/server/plugins/org.argeo.jcr.ui.explorer/plugin.xml b/server/plugins/org.argeo.jcr.ui.explorer/plugin.xml index 9976ad27c..d466a92c4 100644 --- a/server/plugins/org.argeo.jcr.ui.explorer/plugin.xml +++ b/server/plugins/org.argeo.jcr.ui.explorer/plugin.xml @@ -70,6 +70,11 @@ name="Repository URI"> + + + + + + + + + + + +