From a4adca31cb63a2900cbb0b0341e0d35643fcbc9e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sun, 4 Sep 2011 14:02:37 +0000 Subject: [PATCH] Introduce OSGi explorer git-svn-id: https://svn.argeo.org/commons/trunk@4711 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.osgi.ui.explorer/pom.xml | 21 ++++++++ osgi/plugins/pom.xml | 48 +++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml create mode 100644 osgi/plugins/pom.xml diff --git a/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml b/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml new file mode 100644 index 000000000..c955ad9f9 --- /dev/null +++ b/osgi/plugins/org.argeo.osgi.ui.explorer/pom.xml @@ -0,0 +1,21 @@ + + 4.0.0 + + org.argeo.commons.osgi + 0.3.4-SNAPSHOT + plugins + .. + + org.argeo.osgi.ui.explorer + Commons OSGi Explorer + + + + + org.argeo.commons.eclipse + org.argeo.eclipse.dep.rcp + 0.3.4-SNAPSHOT + provided + + + diff --git a/osgi/plugins/pom.xml b/osgi/plugins/pom.xml new file mode 100644 index 000000000..e11f3c663 --- /dev/null +++ b/osgi/plugins/pom.xml @@ -0,0 +1,48 @@ + + 4.0.0 + + org.argeo.commons + 0.3.4-SNAPSHOT + server + .. + + org.argeo.commons.osgi + plugins + Commons OSGi Eclipse Plugins + pom + + org.argeo.osgi.ui.explorer + + + + + src/main/resources + + + . + + plugin.xml + META-INF/** + icons/** + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + + plugin.xml + META-INF/MANIFEST.MF + + + + + + -- 2.30.2