Lucio Lelii 7 years ago
parent 973b95aa99
commit c4a5782810

@ -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.

@ -1,4 +0,0 @@
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy
* Roberto Cirillo (roberto.cirillo@isti.cnr.it), CNR, Italy
* Luigi Fortunati (luigi.fortunati@isti.cnr.it), CNR, Italy
* Luca Frosini (luca.frosini@isti.cnr.it), CNR, Italy

@ -1,41 +1,59 @@
The gCube System - ${name} The gCube System - ${name}
---------------------- --------------------------------------------------
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), D4Science (FP7-INFRA-2007-1.2.2), ${description}
D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil).
${gcube.description}
${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-AT-isti.cnr.it), CNR, Italy
* Fabio Simeoni (fabio.simeoni@fao.org), FAO of the UN, Italy
* Roberto Cirillo (roberto.cirillo@isti.cnr.it), CNR, Italy
* Luigi Fortunati (luigi.fortunati@isti.cnr.it), CNR, Italy
* Luca Frosini (luca.frosini@isti.cnr.it), CNR, Italy
Version and Release Date Maintainers
------------------------ --------------------------------------------------
${version} * Lucio Lelii (lucio.lelii-AT-isti.cnr.it), CNR, Italy
Description
-----------
${description}
Download information Download information
-------------------- --------------------------------------------------
Source code is available from SVN: Source code is available from SVN:
${scm.url} ${scm.url}
Binaries can be downloaded from: 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:
https://gcube.wiki.gcube-system.org/gcube/index.php/Common-gcore-resources Documentation is available on-line in the gCube Wiki:
${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.

@ -22,4 +22,7 @@
<Changeset component="common-gcore-resources-1.3.1" date="2015-06-30"> <Changeset component="common-gcore-resources-1.3.1" date="2015-06-30">
<Change>Added lock on resource unmashalling</Change> <Change>Added lock on resource unmashalling</Change>
</Changeset> </Changeset>
<Changeset component="common-gcore-resources-1.3.3" date="2017-02-22">
<Change>Distro layout updated</Change>
</Changeset>
</ReleaseNotes> </ReleaseNotes>

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

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

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.resources</groupId> <groupId>org.gcube.resources</groupId>
<artifactId>common-gcore-resources</artifactId> <artifactId>common-gcore-resources</artifactId>
<version>1.3.2-SNAPSHOT</version> <version>1.3.3-SNAPSHOT</version>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</connection> <connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</connection>

Loading…
Cancel
Save