added files distro
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@92540 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
2b15fcdd53
commit
4761fb3531
|
@ -0,0 +1,32 @@
|
|||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 0 cached/archived units. Used 0 / 2719 units from cache.
|
||||
Compiling...
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
30% complete (ETR: 9 seconds)
|
||||
40% complete (ETR: 8 seconds)
|
||||
50% complete (ETR: 7 seconds)
|
||||
60% complete (ETR: 6 seconds)
|
||||
70% complete (ETR: 4 seconds)
|
||||
80% complete (ETR: 2 seconds)
|
||||
90% complete (ETR: 1 seconds)
|
||||
100% complete (ETR: 0 seconds)
|
||||
Compilation completed in 14.67 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||
Compiling...
|
||||
Compilation completed in 0.00 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
||||
Public resources found in...
|
||||
Translatable source found in...
|
||||
Found 2719 cached/archived units. Used 2719 / 2719 units from cache.
|
||||
Compiling...
|
||||
Compilation completed in 0.01 seconds
|
||||
Removing invalidated units
|
||||
Finding entry point classes
|
|
@ -1,7 +0,0 @@
|
|||
*** Manual build
|
||||
You need this projects:
|
||||
-Home Library
|
||||
-Home Library JCR
|
||||
-workspace-tree-widget
|
||||
-workspace
|
||||
|
|
@ -8,9 +8,6 @@ context of the iMarine project (http://www.i-marine.eu).
|
|||
Authors
|
||||
-------
|
||||
|
||||
* Federico De Faveri (federico.defaveri@isti.cnr.it), CNR Pisa,
|
||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
|
||||
|
||||
* Francesco Mangiacrapa (francesco.mangiacrapa@isti.cnr.it), CNR Pisa,
|
||||
Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo".
|
||||
|
||||
|
@ -18,19 +15,19 @@ Authors
|
|||
Version and Release Date
|
||||
------------------------
|
||||
|
||||
v. 6.6.0
|
||||
v. 1.0.0
|
||||
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
The Workspace Portlet is a portlet for users workspace management.
|
||||
The Worksapce Sharing Widget is a widget to share worskapace items among portal user.
|
||||
|
||||
Download information
|
||||
--------------------
|
||||
|
||||
Source code is available from SVN:
|
||||
http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/workspace
|
||||
http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/workspace-sharing-widget
|
||||
|
||||
Binaries can be downloaded from:
|
||||
n/a
|
||||
|
@ -39,7 +36,7 @@ n/a
|
|||
Documentation
|
||||
-------------
|
||||
Documentation is available on-line from the Projects Documentation Wiki:
|
||||
https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace
|
||||
https://gcube.wiki.gcube-system.org/gcube/index.php/Workspace Sharing Widget
|
||||
|
||||
|
||||
Licensing
|
||||
|
|
|
@ -477,6 +477,7 @@ public class AppController implements SubscriberInterface {
|
|||
// for(ScopeModel scope: result)
|
||||
// System.out.println("#############Scopde id " + scope.getId() + " name " + scope.getName());
|
||||
|
||||
|
||||
if(result!=null && result.size()>0){
|
||||
wsPortlet.getSearchAndFilterContainer().setListScope(result);
|
||||
wsPortlet.getSearchAndFilterContainer().selectScopeByIndex(0); //select first scope
|
||||
|
|
Loading…
Reference in New Issue