This commit is contained in:
Massimiliano Assante 2016-03-18 17:27:01 +00:00
parent 4b0fe38a06
commit a3f92ec201
2 changed files with 43 additions and 20 deletions

View File

@ -1,5 +1,8 @@
The gCube System The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
${description}
${gcube.description} ${gcube.description}
@ -8,38 +11,57 @@ ${gcube.funding}
Version Version
-------------------------------------------------- --------------------------------------------------
${version} (${buildDate}) ${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes. Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
* Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Maintainers Maintainers
----------- -----------
Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). * Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
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:
{gcube.wikiRoot}/gcube/index.php/UserManagement_Core
Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/
${gcube.wikiRoot}/
Support Support
-------------------------------------------------- --------------------------------------------------
Bugs and support requests can be reported in the gCube issue tracking tool: Bugs and support requests can be reported in the gCube issue tracking tool:
${gcube.issueTracking} ${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

@ -16,6 +16,7 @@
<include>README</include> <include>README</include>
<include>LICENSE</include> <include>LICENSE</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>