From 772bf5d33490703659fc2594427569fb3a2d79ec Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 26 Feb 2011 13:17:07 +0000 Subject: [PATCH] Introduce Commons GIS git-svn-id: https://svn.argeo.org/commons/trunk@4215 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- gis/plugins/pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++ gis/pom.xml | 16 +++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 gis/plugins/pom.xml create mode 100644 gis/pom.xml diff --git a/gis/plugins/pom.xml b/gis/plugins/pom.xml new file mode 100644 index 000000000..b8c4c7b95 --- /dev/null +++ b/gis/plugins/pom.xml @@ -0,0 +1,47 @@ + + 4.0.0 + + org.argeo.commons + 0.2.3-SNAPSHOT + gis + .. + + org.argeo.commons.gis + plugins + Commons GIS Eclipse plugins + pom + + org.argeo.gis.ui + + + + + src/main/resources + + + . + + plugin.xml + META-INF/** + icons/** + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + + + + + org.apache.maven.plugins + maven-source-plugin + + + + diff --git a/gis/pom.xml b/gis/pom.xml new file mode 100644 index 000000000..15b200c7c --- /dev/null +++ b/gis/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.argeo.commons + 0.2.3-SNAPSHOT + argeo-commons + .. + + gis + Commons GIS + pom + + plugins + + \ No newline at end of file -- 2.39.2