Updated distro as reported here:

https://wiki.gcube-system.org/gcube/Maven_distro_directory_layout 

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/spatial-data/geo-utility@125101 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-03-14 16:15:36 +00:00
parent 2d7176501f
commit 4b4d4dd6a8
6 changed files with 62 additions and 53 deletions

View File

View File

@ -1,7 +1 @@
gCube System - License ${gcube.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.

View File

@ -1,5 +0,0 @@
Maintainers
---------------------------------------
* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".

View File

@ -1,40 +1,60 @@
The gCube System - GisViewer The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
This work is partially funded by the European Commission in the ${description}
context of the D4Science project (www.d4science.eu), under the 1st call of FP7 IST priority.
Authors ${gcube.description}
-------
${gcube.funding}
* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
Version Version
------------------------ --------------------------------------------------
v. 1.1.0 ${version} (${buildDate})
Description Please see the file named "changelog.xml" in this directory for the release notes.
Authors
--------------------------------------------------
* Francesco Mangiacrapa (francesco.mangiacrapa-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Maintainers
----------- -----------
A library with several utility classes to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc.
* Francesco Mangiacrapa (francesco.mangiacrapa-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/spatial-data/geo-utility Source code is available from SVN:
${scm.url}
Binaries can be downloaded from:
http://www.gcube-system.org/index.php Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Documentation Documentation
------------- --------------------------------------------------
Documentation is available on-line from the Projects Documentation Wiki:
Documentation is available on-line in the gCube Wiki:
https://gcube.wiki.gcube-system.org/gcube/About_gCube ${gcube.wikiRoot}
Support
--------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking}
Licensing Licensing
--------- --------------------------------------------------
This software is licensed under the terms you may find in the file named "LICENSE" in this directory. This software is licensed under the terms you may find in the file named "LICENSE" in this directory.

View File

@ -1 +0,0 @@
${scm.url}

13
pom.xml
View File

@ -12,7 +12,8 @@
<artifactId>geo-utility</artifactId> <artifactId>geo-utility</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>1.1.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<name>A library with several utility classes to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc..</name> <name>geo-utility</name>
<description>A library with several utility classes to work with geo-spatial data: WmsUrlValidator, GeoGetStyles, etc..</description>
<properties> <properties>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>
@ -48,11 +49,11 @@
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<!-- <dependency> --> <!-- <dependency> -->
<!-- <groupId>org.apache.commons</groupId> --> <!-- <groupId>org.apache.commons</groupId> -->
<!-- <artifactId>commons-csv</artifactId> --> <!-- <artifactId>commons-csv</artifactId> -->
<!-- <version>1.2</version> --> <!-- <version>1.2</version> -->
<!-- </dependency> --> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.json</groupId> <groupId>org.json</groupId>