From: Mathieu Baudier Date: Sun, 4 Sep 2011 14:02:37 +0000 (+0000) Subject: Introduce OSGi explorer X-Git-Tag: argeo-commons-2.1.30~1179 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=a4adca31cb63a2900cbb0b0341e0d35643fcbc9e;p=lgpl%2Fargeo-commons.git Introduce OSGi explorer git-svn-id: https://svn.argeo.org/commons/trunk@4711 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- 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 + + + + + +