From d5ccada6e3947fa0e0d88d77c0cfb9abefcab185 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 27 Feb 2011 11:50:34 +0000 Subject: [PATCH] git-svn-id: https://svn.argeo.org/commons/trunk@4227 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../plugins/org.argeo.jcr.ui.explorer/.classpath | 0 .../plugins/org.argeo.jcr.ui.explorer/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF | 0 .../META-INF/spring/commands.xml | 0 .../META-INF/spring/editors.xml | 0 .../META-INF/spring/jcr.xml | 0 .../META-INF/spring/osgi.xml | 0 .../META-INF/spring/views.xml | 0 .../org.argeo.jcr.ui.explorer/build.properties | 0 .../tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser | Bin .../plugins/org.argeo.jcr.ui.explorer/icons/add.gif | Bin .../org.argeo.jcr.ui.explorer/icons/browser.gif | Bin .../org.argeo.jcr.ui.explorer/icons/import_fs.png | Bin .../org.argeo.jcr.ui.explorer/icons/nodes.gif | Bin .../org.argeo.jcr.ui.explorer/icons/query.png | Bin .../org.argeo.jcr.ui.explorer/icons/refresh.png | Bin .../org.argeo.jcr.ui.explorer/icons/remove.gif | Bin .../org.argeo.jcr.ui.explorer/log4j.properties | 0 .../org.argeo.jcr.ui.explorer.product | 0 .../org.argeo.jcr.ui.explorer.properties | 0 .../plugins/org.argeo.jcr.ui.explorer/plugin.xml | 0 .../plugins/org.argeo.jcr.ui.explorer/pom.xml | 0 .../ui/jcr/explorer/JcrExplorerPerspective.java | 0 .../eclipse/ui/jcr/explorer/JcrExplorerPlugin.java | 0 {eclipse => server}/plugins/pom.xml | 0 26 files changed, 0 insertions(+), 0 deletions(-) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/.classpath (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/.project (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/.settings/org.eclipse.jdt.core.prefs (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/osgi.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/views.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/build.properties (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/exec/org.argeo.jcr.ui.explorer/data/tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/add.gif (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/browser.gif (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/import_fs.png (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/nodes.gif (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/query.png (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/refresh.png (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/icons/remove.gif (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/log4j.properties (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.product (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.properties (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/plugin.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/pom.xml (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java (100%) rename {eclipse => server}/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPlugin.java (100%) rename {eclipse => server}/plugins/pom.xml (100%) diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/.classpath b/server/plugins/org.argeo.jcr.ui.explorer/.classpath similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/.classpath rename to server/plugins/org.argeo.jcr.ui.explorer/.classpath diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/.project b/server/plugins/org.argeo.jcr.ui.explorer/.project similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/.project rename to server/plugins/org.argeo.jcr.ui.explorer/.project diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/.settings/org.eclipse.jdt.core.prefs b/server/plugins/org.argeo.jcr.ui.explorer/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/.settings/org.eclipse.jdt.core.prefs rename to server/plugins/org.argeo.jcr.ui.explorer/.settings/org.eclipse.jdt.core.prefs diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/MANIFEST.MF diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/commands.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/editors.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/jcr.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/osgi.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/osgi.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/osgi.xml rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/osgi.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/views.xml b/server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/views.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/views.xml rename to server/plugins/org.argeo.jcr.ui.explorer/META-INF/spring/views.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/build.properties b/server/plugins/org.argeo.jcr.ui.explorer/build.properties similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/build.properties rename to server/plugins/org.argeo.jcr.ui.explorer/build.properties diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/exec/org.argeo.jcr.ui.explorer/data/tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser b/server/plugins/org.argeo.jcr.ui.explorer/exec/org.argeo.jcr.ui.explorer/data/tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/exec/org.argeo.jcr.ui.explorer/data/tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser rename to server/plugins/org.argeo.jcr.ui.explorer/exec/org.argeo.jcr.ui.explorer/data/tomcat/work/org.argeo.jcr.webapp/SESSIONS.ser diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/add.gif b/server/plugins/org.argeo.jcr.ui.explorer/icons/add.gif similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/add.gif rename to server/plugins/org.argeo.jcr.ui.explorer/icons/add.gif diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/browser.gif b/server/plugins/org.argeo.jcr.ui.explorer/icons/browser.gif similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/browser.gif rename to server/plugins/org.argeo.jcr.ui.explorer/icons/browser.gif diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/import_fs.png b/server/plugins/org.argeo.jcr.ui.explorer/icons/import_fs.png similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/import_fs.png rename to server/plugins/org.argeo.jcr.ui.explorer/icons/import_fs.png diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/nodes.gif b/server/plugins/org.argeo.jcr.ui.explorer/icons/nodes.gif similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/nodes.gif rename to server/plugins/org.argeo.jcr.ui.explorer/icons/nodes.gif diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/query.png b/server/plugins/org.argeo.jcr.ui.explorer/icons/query.png similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/query.png rename to server/plugins/org.argeo.jcr.ui.explorer/icons/query.png diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/refresh.png b/server/plugins/org.argeo.jcr.ui.explorer/icons/refresh.png similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/refresh.png rename to server/plugins/org.argeo.jcr.ui.explorer/icons/refresh.png diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/icons/remove.gif b/server/plugins/org.argeo.jcr.ui.explorer/icons/remove.gif similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/icons/remove.gif rename to server/plugins/org.argeo.jcr.ui.explorer/icons/remove.gif diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/log4j.properties b/server/plugins/org.argeo.jcr.ui.explorer/log4j.properties similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/log4j.properties rename to server/plugins/org.argeo.jcr.ui.explorer/log4j.properties diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.product b/server/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.product similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.product rename to server/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.product diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.properties b/server/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.properties similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.properties rename to server/plugins/org.argeo.jcr.ui.explorer/org.argeo.jcr.ui.explorer.properties diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/plugin.xml b/server/plugins/org.argeo.jcr.ui.explorer/plugin.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/plugin.xml rename to server/plugins/org.argeo.jcr.ui.explorer/plugin.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/pom.xml b/server/plugins/org.argeo.jcr.ui.explorer/pom.xml similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/pom.xml rename to server/plugins/org.argeo.jcr.ui.explorer/pom.xml diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java b/server/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java rename to server/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPerspective.java diff --git a/eclipse/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPlugin.java b/server/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPlugin.java similarity index 100% rename from eclipse/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPlugin.java rename to server/plugins/org.argeo.jcr.ui.explorer/src/main/java/org/argeo/eclipse/ui/jcr/explorer/JcrExplorerPlugin.java diff --git a/eclipse/plugins/pom.xml b/server/plugins/pom.xml similarity index 100% rename from eclipse/plugins/pom.xml rename to server/plugins/pom.xml -- 2.30.2