From 7611aca758f48999a53b0b5a18ece2b1cd343216 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Tue, 17 Jul 2012 12:34:30 +0000 Subject: [PATCH] Move to Commons Base git-svn-id: https://svn.argeo.org/commons/trunk@5483 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../plugins/org.argeo.osgi.ui.explorer/.classpath | 0 .../plugins/org.argeo.osgi.ui.explorer/.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../org.argeo.osgi.ui.explorer/build.properties | 0 .../org.argeo.osgi.ui.explorer/icons/active.gif | Bin .../org.argeo.osgi.ui.explorer/icons/bundles.gif | Bin .../org.argeo.osgi.ui.explorer/icons/installed.gif | Bin .../icons/osgi_explorer.gif | Bin .../org.argeo.osgi.ui.explorer/icons/resolved.gif | Bin .../org.argeo.osgi.ui.explorer/icons/starting.gif | Bin .../plugins/org.argeo.osgi.ui.explorer/plugin.xml | 0 .../plugins/org.argeo.osgi.ui.explorer/pom.xml | 0 .../argeo/osgi/ui/explorer/OsgiExplorerImages.java | 0 .../osgi/ui/explorer/OsgiExplorerPerspective.java | 0 .../argeo/osgi/ui/explorer/OsgiExplorerPlugin.java | 0 .../argeo/osgi/ui/explorer/views/BundlesView.java | 0 .../argeo/osgi/ui/explorer/views/ModulesView.java | 0 {osgi => base}/plugins/pom.xml | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/.classpath (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/.project (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/build.properties (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/active.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/plugin.xml (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/pom.xml (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java (100%) rename {osgi => base}/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java (100%) rename {osgi => base}/plugins/pom.xml (100%) diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/.classpath b/base/plugins/org.argeo.osgi.ui.explorer/.classpath similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/.classpath rename to base/plugins/org.argeo.osgi.ui.explorer/.classpath diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/.project b/base/plugins/org.argeo.osgi.ui.explorer/.project similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/.project rename to base/plugins/org.argeo.osgi.ui.explorer/.project diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs b/base/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs rename to base/plugins/org.argeo.osgi.ui.explorer/.settings/org.eclipse.jdt.core.prefs diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/build.properties b/base/plugins/org.argeo.osgi.ui.explorer/build.properties similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/build.properties rename to base/plugins/org.argeo.osgi.ui.explorer/build.properties diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/active.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/active.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/active.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/active.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/bundles.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/installed.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/osgi_explorer.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/resolved.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif b/base/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif rename to base/plugins/org.argeo.osgi.ui.explorer/icons/starting.gif diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/plugin.xml b/base/plugins/org.argeo.osgi.ui.explorer/plugin.xml similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/plugin.xml rename to base/plugins/org.argeo.osgi.ui.explorer/plugin.xml diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml b/base/plugins/org.argeo.osgi.ui.explorer/pom.xml similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml rename to base/plugins/org.argeo.osgi.ui.explorer/pom.xml diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java b/base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java rename to base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerImages.java diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java b/base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java rename to base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPerspective.java diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java b/base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java rename to base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/OsgiExplorerPlugin.java diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java b/base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java rename to base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/BundlesView.java diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java b/base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java similarity index 100% rename from osgi/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java rename to base/plugins/org.argeo.osgi.ui.explorer/src/main/java/org/argeo/osgi/ui/explorer/views/ModulesView.java diff --git a/osgi/plugins/pom.xml b/base/plugins/pom.xml similarity index 100% rename from osgi/plugins/pom.xml rename to base/plugins/pom.xml -- 2.30.2