removed unused imports

update pom with HL ranges
updated distro

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-sharing-widget@114043 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-04-15 09:38:04 +00:00
parent 36635832d6
commit 63239cdacd
4 changed files with 9 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Authors
Version and Release Date
------------------------
v. 1.2.0
v. 1.3.0
Description

View File

@ -1,8 +1,13 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets.widgets.workspacesharingwidget.1-3-0"
date="2015-04-15">
<Change>Added Edit Permission for Contacts</Change>
</Changeset>
<Changeset component="org.gcube.portlets.widgets.workspacesharingwidget.1-2-0"
date="2014-24-01">
<Change>Added method get administrator by folder id</Change>
<Change>Added class SimpleMultiDragWorkspaceContact to realize "Edit Administrators"</Change>
<Change>Added class SimpleMultiDragWorkspaceContact to realize "Edit
Administrators"</Change>
</Changeset>
<Changeset component="org.gcube.portlets.widgets.workspacesharingwidget.1-1-0"
date="2014-06-27">

View File

@ -132,11 +132,13 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library-jcr</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>

View File

@ -24,7 +24,6 @@ import com.extjs.gxt.ui.client.widget.HorizontalPanel;
import com.extjs.gxt.ui.client.widget.Html;
import com.extjs.gxt.ui.client.widget.LayoutContainer;
import com.extjs.gxt.ui.client.widget.MessageBox;
import com.extjs.gxt.ui.client.widget.form.TextField;
import com.google.gwt.core.shared.GWT;
import com.google.gwt.user.client.rpc.AsyncCallback;