workspace-explorer/src/main/java/org/gcube/portlets/widgets/wsexplorer/WorkspaceExplorer.gwt.xml

36 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='WorkspaceExplorer'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
<set-configuration-property
name='xsiframe.failIfScriptTag' value='FALSE' />
<!-- Inherit the default GWT style sheet. You can change -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<inherits name="org.gcube.portal.stohubicons.StorageHubIcons" />
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint' />
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />
<!--Override Bootstrap Css -->
<source path='resources' />
<replace-with
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
<when-type-is
class="com.github.gwtbootstrap.client.ui.config.Configurator" />
</replace-with>
<!--Commented due to #20991 -->
<!-- <public path="resources"> -->
<!-- <exclude name="** /*.java" /> -->
<!-- <exclude name="** /*.class" /> -->
<!-- </public> -->
</module>