From 9f870f5870afc1babb64874d0d91c99ef3417ddd Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 17 Jul 2012 12:29:52 +0000 Subject: [PATCH] Move to Commons Base git-svn-id: https://svn.argeo.org/commons/trunk@5476 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../runtime/org.argeo.eclipse.ui.jcr/.classpath | 0 .../runtime/org.argeo.eclipse.ui.jcr/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../.settings/org.eclipse.pde.core.prefs | 0 .../org.argeo.eclipse.ui.jcr/build.properties | 0 .../org.argeo.eclipse.ui.jcr/icons/binary.png | Bin .../runtime/org.argeo.eclipse.ui.jcr/icons/file.gif | Bin .../org.argeo.eclipse.ui.jcr/icons/folder.gif | Bin .../runtime/org.argeo.eclipse.ui.jcr/icons/home.gif | Bin .../runtime/org.argeo.eclipse.ui.jcr/icons/node.gif | Bin .../icons/remote_connected.gif | Bin .../icons/remote_disconnected.gif | Bin .../org.argeo.eclipse.ui.jcr/icons/repositories.gif | Bin .../icons/repository_connected.gif | Bin .../icons/repository_disconnected.gif | Bin .../runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif | Bin .../icons/workspace_connected.png | Bin .../icons/workspace_disconnected.png | Bin .../runtime/org.argeo.eclipse.ui.jcr/pom.xml | 0 .../eclipse/ui/jcr/AbstractNodeContentProvider.java | 0 .../argeo/eclipse/ui/jcr/AsyncUiEventListener.java | 0 .../eclipse/ui/jcr/DefaultNodeLabelProvider.java | 0 .../java/org/argeo/eclipse/ui/jcr/JcrImages.java | 0 .../argeo/eclipse/ui/jcr/JcrPreferenceStore.java | 0 .../java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java | 0 .../argeo/eclipse/ui/jcr/NodeElementComparer.java | 0 .../java/org/argeo/eclipse/ui/jcr/NodesWrapper.java | 0 .../eclipse/ui/jcr/SimpleNodeContentProvider.java | 0 .../java/org/argeo/eclipse/ui/jcr/WrappedNode.java | 0 .../eclipse/ui/jcr/commands/AddFileFolder.java | 0 .../argeo/eclipse/ui/jcr/commands/DeleteNodes.java | 0 .../ui/jcr/commands/OpenGenericJcrQueryEditor.java | 0 .../org/argeo/eclipse/ui/jcr/commands/Refresh.java | 0 .../ui/jcr/editors/AbstractJcrQueryEditor.java | 0 .../eclipse/ui/jcr/editors/JcrQueryEditorInput.java | 0 .../eclipse/ui/jcr/editors/NodeEditorInput.java | 0 .../argeo/eclipse/ui/jcr/utils/JcrFileProvider.java | 0 .../eclipse/ui/jcr/utils/JcrItemsComparator.java | 0 .../eclipse/ui/jcr/utils/NodeViewerComparer.java | 0 .../ui/jcr/utils/SingleSessionFileProvider.java | 0 .../eclipse/ui/jcr/views/AbstractJcrBrowser.java | 0 .../org/argeo/eclipse/ui/jcr/messages.properties | 0 42 files changed, 0 insertions(+), 0 deletions(-) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/.classpath (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/.project (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/build.properties (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/binary.png (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/file.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/folder.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/home.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/node.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/repositories.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/pom.xml (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AbstractNodeContentProvider.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AsyncUiEventListener.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/DefaultNodeLabelProvider.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrImages.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrPreferenceStore.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodeElementComparer.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodesWrapper.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/SimpleNodeContentProvider.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/WrappedNode.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNodes.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/OpenGenericJcrQueryEditor.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/JcrQueryEditorInput.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/NodeEditorInput.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrItemsComparator.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/NodeViewerComparer.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java (100%) rename {eclipse => base}/runtime/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties (100%) diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/.classpath b/base/runtime/org.argeo.eclipse.ui.jcr/.classpath similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/.classpath rename to base/runtime/org.argeo.eclipse.ui.jcr/.classpath diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/.project b/base/runtime/org.argeo.eclipse.ui.jcr/.project similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/.project rename to base/runtime/org.argeo.eclipse.ui.jcr/.project diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs b/base/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs rename to base/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.jdt.core.prefs diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs b/base/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs rename to base/runtime/org.argeo.eclipse.ui.jcr/.settings/org.eclipse.pde.core.prefs diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/build.properties b/base/runtime/org.argeo.eclipse.ui.jcr/build.properties similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/build.properties rename to base/runtime/org.argeo.eclipse.ui.jcr/build.properties diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/binary.png b/base/runtime/org.argeo.eclipse.ui.jcr/icons/binary.png similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/binary.png rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/binary.png diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/file.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/file.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/file.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/file.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/folder.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/folder.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/folder.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/folder.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/home.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/home.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/home.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/home.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/node.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/node.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/node.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/node.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/remote_connected.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/remote_disconnected.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repositories.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/repositories.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repositories.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/repositories.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/repository_connected.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/repository_disconnected.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif b/base/runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/sort.gif diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png b/base/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_connected.png diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png b/base/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png rename to base/runtime/org.argeo.eclipse.ui.jcr/icons/workspace_disconnected.png diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/pom.xml b/base/runtime/org.argeo.eclipse.ui.jcr/pom.xml similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/pom.xml rename to base/runtime/org.argeo.eclipse.ui.jcr/pom.xml diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AbstractNodeContentProvider.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AbstractNodeContentProvider.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AbstractNodeContentProvider.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AbstractNodeContentProvider.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AsyncUiEventListener.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AsyncUiEventListener.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AsyncUiEventListener.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/AsyncUiEventListener.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/DefaultNodeLabelProvider.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/DefaultNodeLabelProvider.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/DefaultNodeLabelProvider.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/DefaultNodeLabelProvider.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrImages.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrImages.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrImages.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrImages.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrPreferenceStore.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrPreferenceStore.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrPreferenceStore.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrPreferenceStore.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/JcrUiPlugin.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodeElementComparer.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodeElementComparer.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodeElementComparer.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodeElementComparer.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodesWrapper.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodesWrapper.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodesWrapper.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/NodesWrapper.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/SimpleNodeContentProvider.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/SimpleNodeContentProvider.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/SimpleNodeContentProvider.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/SimpleNodeContentProvider.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/WrappedNode.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/WrappedNode.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/WrappedNode.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/WrappedNode.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/AddFileFolder.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNodes.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNodes.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNodes.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/DeleteNodes.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/OpenGenericJcrQueryEditor.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/OpenGenericJcrQueryEditor.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/OpenGenericJcrQueryEditor.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/OpenGenericJcrQueryEditor.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/commands/Refresh.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/JcrQueryEditorInput.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/JcrQueryEditorInput.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/JcrQueryEditorInput.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/JcrQueryEditorInput.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/NodeEditorInput.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/NodeEditorInput.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/NodeEditorInput.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/NodeEditorInput.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrFileProvider.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrItemsComparator.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrItemsComparator.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrItemsComparator.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/JcrItemsComparator.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/NodeViewerComparer.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/NodeViewerComparer.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/NodeViewerComparer.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/NodeViewerComparer.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/utils/SingleSessionFileProvider.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/views/AbstractJcrBrowser.java diff --git a/eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties b/base/runtime/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties similarity index 100% rename from eclipse/runtime/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties rename to base/runtime/org.argeo.eclipse.ui.jcr/src/main/resources/org/argeo/eclipse/ui/jcr/messages.properties -- 2.30.2