update distro directory

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/branches/data-access/spd-plugin-fwk/3.1@144690 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
mariaantonietta.digirolamo 2017-03-06 13:27:14 +00:00
parent 329b05e454
commit f50a5bd0ef
5 changed files with 56 additions and 47 deletions

View File

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

View File

@ -1,2 +0,0 @@
Lucio lelii (lucio.lelii@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".

View File

@ -1,47 +1,65 @@
The gCube System - spd client library 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), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), ${gcube.description}
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil).
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
* Lucio Lelii (lucio.lelii@isti.cnr.it), CNR Pisa, * Lucio Lelii (lucio.lelii-AT-isti-DOT-cnr-DOT-it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo". Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
Maintainers
Version and Release Date
------------------------
v. 1.0.0 (04-05-2012)
* First release
Description
----------- -----------
* Lucio Lelii (lucio.lelii-AT-isti-DOT-cnr-DOT-it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN:
${scm.url}
Binaries can be downloaded from the gCube website:
${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}
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/index.php/Biodiversity_Access ${gcube.wikiRoot}/Biodiversity_Access
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

@ -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,14 @@
</fileSet> </fileSet>
</fileSets> </fileSets>
<files> <files>
<file> <!--file>
<source>${distroDirectory}/profile.xml</source> <source>${distroDirectory}/profile.xml</source>
<outputDirectory>/</outputDirectory> <outputDirectory>/</outputDirectory>
<filtered>true</filtered> <filtered>true</filtered>
</file> </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