This commit is contained in:
Francesco Mangiacrapa 2014-03-03 10:38:45 +00:00
parent bdd8ef6518
commit ca34cf6bfe
3 changed files with 7 additions and 8 deletions

View File

@ -11,7 +11,7 @@
<!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-sharing-widget</artifactId>
<packaging>jar</packaging>
<version>1.0.0-SNAPSHOT</version>
@ -21,9 +21,9 @@
</description>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/${project.artifactId}</url>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/${project.artifactId}</url>
</scm>
<properties>
<!-- Convenience property to set the GWT version -->

View File

@ -21,7 +21,7 @@ public class WorkspaceSharingWidget implements EntryPoint {
*/
public void onModuleLoad() {
try {
/*try {
WorkspaceSharingController controller = new WorkspaceSharingController(ITEMID, true, ACL_TYPE.READ_ONLY);
@ -39,7 +39,7 @@ public class WorkspaceSharingWidget implements EntryPoint {
} catch (Exception e) {
e.printStackTrace();
}
}*/
}
}

View File

@ -23,8 +23,7 @@
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.widgets.workspacesharingwidget.client.WorkspaceSharingWidget' />
<entry-point class='org.gcube.portlets.widgets.workspacesharingwidget.client.WorkspaceSharingWidget' />
<!-- Specify the paths for translatable code -->
<source path='client' />