Updated distro as reported here:
https://wiki.gcube-system.org/gcube/Maven_distro_directory_layout git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@125002 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ec0c32cf6f
commit
654f8cbe98
|
@ -1,4 +0,0 @@
|
||||||
Mantainers
|
|
||||||
-------
|
|
||||||
|
|
||||||
* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
|
|
101
distro/README
101
distro/README
|
@ -1,51 +1,60 @@
|
||||||
The gCube System - WorkspaceTree
|
The gCube System - ${name}
|
||||||
------------------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2),
|
${description}
|
||||||
D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2),
|
|
||||||
and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1)
|
|
||||||
|
${gcube.description}
|
||||||
|
|
||||||
Author
|
${gcube.funding}
|
||||||
-------
|
|
||||||
|
|
||||||
* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa,
|
Version
|
||||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
|
--------------------------------------------------
|
||||||
|
|
||||||
|
${version} (${buildDate})
|
||||||
Version and Release Date
|
|
||||||
------------------------
|
Please see the file named "changelog.xml" in this directory for the release notes.
|
||||||
|
|
||||||
v. 6.11.1 February 2016
|
|
||||||
|
Authors
|
||||||
|
--------------------------------------------------
|
||||||
Description
|
|
||||||
|
* Francesco Mangiacrapa (francesco.mangiacrapa-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
|
||||||
|
|
||||||
|
Maintainers
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
The WorkspaceTree is a part of a portlet for users workspace management.
|
* 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:
|
Source code is available from SVN:
|
||||||
http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/workspace-tree-widget
|
${scm.url}
|
||||||
|
|
||||||
Binaries can be downloaded from:
|
Binaries can be downloaded from the gCube website:
|
||||||
n/a
|
${gcube.website}
|
||||||
|
|
||||||
|
|
||||||
|
Installation
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
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/Workspace
|
${gcube.wikiRoot}/gcube/Workspace
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
${scm.url}
|
|
2
pom.xml
2
pom.xml
|
@ -13,7 +13,7 @@
|
||||||
<version>6.11.1-SNAPSHOT</version>
|
<version>6.11.1-SNAPSHOT</version>
|
||||||
<name>gCube Workspace Tree Widget</name>
|
<name>gCube Workspace Tree Widget</name>
|
||||||
<description>
|
<description>
|
||||||
gCube Workspace Tree Widget.
|
gCube Workspace Tree Widget is a widget to navigate and interact with gCube Workspace
|
||||||
</description>
|
</description>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>
|
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>
|
||||||
|
|
Loading…
Reference in New Issue