diff --git a/distro/INSTALL b/distro/INSTALL new file mode 100644 index 0000000..e69de29 diff --git a/distro/LICENSE b/distro/LICENSE new file mode 100644 index 0000000..cdb5851 --- /dev/null +++ b/distro/LICENSE @@ -0,0 +1,7 @@ +gCube System - License +------------------------------------------------------------ + +The gCube/gCore software is licensed as Free Open Source software conveying to the EUPL (http://ec.europa.eu/idabc/eupl). +The software and documentation is provided by its authors/distributors "as is" and no expressed or +implied warranty is given for its use, quality or fitness for a particular case. + diff --git a/distro/MAINTAINERS b/distro/MAINTAINERS new file mode 100644 index 0000000..084931e --- /dev/null +++ b/distro/MAINTAINERS @@ -0,0 +1,5 @@ +Maintainers +--------------------------------------- + +* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, +Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". \ No newline at end of file diff --git a/distro/README b/distro/README new file mode 100644 index 0000000..40bf743 --- /dev/null +++ b/distro/README @@ -0,0 +1,40 @@ +The gCube System - GisViewer +------------------------------------------------------------ + +This work is partially funded by the European Commission in the +context of the D4Science project (www.d4science.eu), under the 1st call of FP7 IST priority. + +Authors +------- + +* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, +Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". + + +Version +------------------------ + +v. 1.0.0 + +Description +----------- +A library with several utility classes to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc. + +Download information +-------------------- +Source code is available from SVN: +http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/spatial-data/geo-utility + +Binaries can be downloaded from: +http://www.gcube-system.org/index.php + +Documentation +------------- +Documentation is available on-line from the Projects Documentation Wiki: + +https://gcube.wiki.gcube-system.org/gcube/About_gCube + +Licensing +--------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. diff --git a/distro/changelog.xml b/distro/changelog.xml new file mode 100644 index 0000000..63335c9 --- /dev/null +++ b/distro/changelog.xml @@ -0,0 +1,6 @@ + + + First Release + + \ No newline at end of file diff --git a/distro/descriptor.xml b/distro/descriptor.xml new file mode 100644 index 0000000..c468f13 --- /dev/null +++ b/distro/descriptor.xml @@ -0,0 +1,48 @@ + + servicearchive + + tar.gz + + / + + + ${distroDirectory} + / + true + + README + LICENSE + INSTALL + MAINTAINERS + changelog.xml + + 755 + true + + + target/apidocs + /${artifactId}/doc/api + true + 755 + + + + + ${distroDirectory}/profile.xml + ./ + true + + + target/${build.finalName}.jar + /${artifactId} + + + ${distroDirectory}/svnpath.txt + /${artifactId} + true + + + \ No newline at end of file diff --git a/distro/profile.xml b/distro/profile.xml new file mode 100644 index 0000000..d9f226a --- /dev/null +++ b/distro/profile.xml @@ -0,0 +1,25 @@ + + + + Library + + {description} + SpatialData + ${artifactId} + 1.0.0 + + + ${artifactId} + ${version} + + ${groupId} + ${artifactId} + ${version} + + + ${build.finalName}.jar + + + + + diff --git a/distro/svnpath.txt b/distro/svnpath.txt new file mode 100644 index 0000000..edacb04 --- /dev/null +++ b/distro/svnpath.txt @@ -0,0 +1 @@ +${scm.url} \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3fec074..ae8454d 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ geo-utility jar 1.0.0-SNAPSHOT - A library with several utility class to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc.. + A library with several utility classes to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc.. distro