Francesco Mangiacrapa 2016-03-14 16:07:56 +00:00
parent 914eb4e964
commit c763051120
6 changed files with 56 additions and 40 deletions

View File

@ -1 +0,0 @@
The war package should be deployed in a tomcat container webapps folder

View File

@ -1,6 +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,4 +0,0 @@
### MAINTAINERS
* Andrea manzi (andrea.manzi@cern.ch), CERN Geneva
* Mangiacrapa Francesco (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,34 +1,60 @@
The gCube System - The Data transfer URI resolver The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
${description}
This work has been partially supported by the following European projects:
DILIGENT (FP6-2003-IST-2),
D4Science (FP7-INFRA-2007-1.2.2), ${gcube.description}
D4Science-II (FP7-INFRA-2008-1.2.2), i
Marine (FP7-INFRASTRUCTURES-2011-2), and ${gcube.funding}
EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil).
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
Andrea Manzi CERN * Francesco Mangiacrapa (francesco.mangiacrapa-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Francesco Mangiacrapa ISTI-CNR Italy
Maintainers
Version and Release Date
------------------------
v. 1.3, 28/04/2015
Description
----------- -----------
* 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:
${scm.url}
Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Documentation Documentation
------------- --------------------------------------------------
Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/URI_Resolver
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}

View File

@ -10,6 +10,7 @@
<artifactId>uri-resolver</artifactId> <artifactId>uri-resolver</artifactId>
<version>1.5.0-SNAPSHOT</version> <version>1.5.0-SNAPSHOT</version>
<packaging>war</packaging> <packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as an HTTP servlet which gives access trough HTTP to different protocols URIs. </description>
<properties> <properties>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>