UPDATED distro folder

git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portal/portal-manager@125020 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-03-14 13:33:53 +00:00
parent d4241e3cce
commit 85888c9e92
5 changed files with 63 additions and 48 deletions

View File

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

View File

@ -1,2 +0,0 @@
* Massimiliano Assante (massimiliano.assante@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"

View File

@ -1,49 +1,67 @@
The gCube System The gCube System - ${name}
------------------------------------------------------------ --------------------------------------------------
This work is partially funded by the European Commission in the ${description}
context of the D4Science project (www.d4science.eu), under the 1st
call of FP7 IST priority.
${gcube.description}
${gcube.funding}
Version
--------------------------------------------------
${version} (${buildDate})
Please see the file named "changelog.xml" in this directory for the release notes.
Authors Authors
------- --------------------------------------------------
* Valentina Marioli (valentina.marioli@isti.cnr.it), CNR Pisa, * Massimiliano Assante (massimiliano.assante-AT-isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy).
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
* Daniele Strollo (daniele.strollo@isti.cnr.it), CNR Pisa,
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"
Version and Release Date
------------------------
version 1.0.0 (20-05-2010)
version 1.2.0 (19-04-2013)
Description
--------------------
Consists of a gcube service able to properly manage the scheduling and
the deployment planning of services in a gcube infrastructure.
Maintainers
-----------
* Massimiliano Assante (massimiliano.assante-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/vre-management/ResourceBroker/org.gcube.vremanagement.resourcebroker/ ${scm.url}
Binaries can be downloaded from: Binaries can be downloaded from the gCube website:
http://software.d4science.research-infrastructures.eu/ ${gcube.website}
Installation
--------------------------------------------------
Installation documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/
Documentation Documentation
------------- --------------------------------------------------
VREManager documentation is available on-line from the Projects Documentation Wiki:
https://gcube.wiki.gcube-system.org/gcube/index.php/Resource_Broker Documentation is available on-line in the gCube Wiki:
${gcube.wikiRoot}/
${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.

View File

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

View File

@ -149,8 +149,9 @@ public class PortalContext {
return toReturn; return toReturn;
} }
/** /**
* read the sender (from) email address for notifications name from a property file and returns it * use org.gcube.vomanagement.usermanagement.impl.LiferayUserManager#getAdmin method
*/ */
@Deprecated
public String getAdministratorUsername() { public String getAdministratorUsername() {
//get the portles to look for from the property file //get the portles to look for from the property file
Properties props = new Properties(); Properties props = new Properties();