Added inherits for CKAN Metadata Publisher

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@129831 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2016-07-04 10:01:35 +00:00
parent 7e168ce95c
commit 30d5b6d852
1 changed files with 28 additions and 24 deletions

View File

@ -1,31 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='workspacetree'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User'/>
<inherits name='com.google.gwt.resources.Resources' />
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<inherits name='com.google.gwt.resources.Resources' />
<!-- For development, a default of `DEBUG` is recommended
<inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG" /> -->
<!-- Other module inherits -->
<!-- Moduel GXT -->
<inherits name='com.extjs.gxt.ui.GXT'/>
<inherits name="org.gcube.portlets.widgets.workspacesharingwidget.WorkspaceSharingWidget" />
<servlet path="/WorkspaceService" class="org.gcube.portlets.user.workspace.server.GWTWorkspaceServiceImpl" />
<inherits name="org.gcube.portlets.widgets.workspaceuploader.WorkspaceUploader"></inherits>
<!-- For development, a default of `DEBUG` is recommended <inherits name="com.allen_sauer.gwt.log.gwt-log-DEBUG"
/> -->
<!-- <servlet path="/UploadService" class="org.gcube.portlets.user.workspace.server.UploadServlet" /> -->
<!-- <servlet path="/LocalUploadService" class="org.gcube.portlets.user.workspace.server.LocalUploadServlet" /> -->
<servlet path="/DownloadService" class="org.gcube.portlets.user.workspace.server.DownloadServlet" />
<servlet path="/ImageService" class="org.gcube.portlets.user.workspace.server.ImageServlet" />
<!-- Other module inherits -->
<!-- Moduel GXT -->
<inherits name='com.extjs.gxt.ui.GXT' />
<!-- Specify the application specific style sheet. -->
<stylesheet src='workspacetree.css' />
<source path='client'/>
<source path='shared'/>
<inherits
name="org.gcube.portlets.widgets.workspacesharingwidget.WorkspaceSharingWidget" />
<servlet path="/WorkspaceService"
class="org.gcube.portlets.user.workspace.server.GWTWorkspaceServiceImpl" />
<inherits
name="org.gcube.portlets.widgets.workspaceuploader.WorkspaceUploader"></inherits>
<inherits
name='org.gcube.portlets.widgets.ckandatapublisherwidget.CKanMetadataPublisher' />
<servlet path="/DownloadService"
class="org.gcube.portlets.user.workspace.server.DownloadServlet" />
<servlet path="/ImageService"
class="org.gcube.portlets.user.workspace.server.ImageServlet" />
<!-- Specify the application specific style sheet. -->
<stylesheet src='workspacetree.css' />
<source path='client' />
<source path='shared' />
</module>