Lucio Lelii 2017-02-03 10:35:20 +00:00
parent f1edca1e19
commit 5eed4dbfc1
7 changed files with 14 additions and 35 deletions

View File

@ -1 +0,0 @@
Used as a Plugin in the gCube Framework

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,2 +0,0 @@
* Valentina Marioli (valentina.marioli@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".

View File

@ -20,12 +20,12 @@ Please see the file named "changelog.xml" in this directory for the release note
Authors Authors
-------------------------------------------------- --------------------------------------------------
* Valentina Marioli (valentina.marioli@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). * Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy
Maintainers MAINTAINERS
----------- --------------------------------------------------
* Valentina Marioli (valentina.marioli@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). * Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy
Download information Download information
-------------------------------------------------- --------------------------------------------------
@ -41,14 +41,13 @@ Installation
-------------------------------------------------- --------------------------------------------------
Installation documentation is available on-line in the gCube Wiki: Installation documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/Biodiversity_Access ${gcube.wikiRoot}
Documentation Documentation
-------------------------------------------------- --------------------------------------------------
Documentation is available on-line in the gCube Wiki: Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/Biodiversity_Access ${gcube.wikiRoot}
Support Support
-------------------------------------------------- --------------------------------------------------

View File

@ -15,8 +15,7 @@
<includes> <includes>
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</include>
<include>INSTALL</include> <include>profile.xml</include>
<include>MAINTAINERS</include>
<include>changelog.xml</include> <include>changelog.xml</include>
</includes> </includes>
<fileMode>755</fileMode> <fileMode>755</fileMode>
@ -24,19 +23,9 @@
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
<file>
<source>${distroDirectory}/profile.xml</source>
<outputDirectory>/</outputDirectory>
<filtered>true</filtered>
</file>
<file> <file>
<source>target/${build.finalName}.jar</source> <source>target/${build.finalName}.jar</source>
<outputDirectory>/${artifactId}</outputDirectory> <outputDirectory>/${artifactId}</outputDirectory>
</file> </file>
<file>
<source>${distroDirectory}/svnpath.txt</source>
<outputDirectory>/${artifactId}</outputDirectory>
<filtered>true</filtered>
</file>
</files> </files>
</assembly> </assembly>

View File

@ -1 +0,0 @@
http://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/worms-spd-plugin

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.data.spd</groupId> <groupId>org.gcube.data.spd</groupId>
<artifactId>worms-spd-plugin</artifactId> <artifactId>worms-spd-plugin</artifactId>
<version>1.7.1-SNAPSHOT</version> <version>1.8.0-SNAPSHOT</version>
<name>worms-plugin</name> <name>worms-plugin</name>
<description>worms plugin for species manager service</description> <description>worms plugin for species manager service</description>