#20991 commented one rule in the *.gwt.xml #1
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.portlets.widgets</groupId>
|
<groupId>org.gcube.portlets.widgets</groupId>
|
||||||
<artifactId>workspace-explorer</artifactId>
|
<artifactId>workspace-explorer</artifactId>
|
||||||
<version>2.1.2-SNAPSHOT</version>
|
<version>2.1.3-SNAPSHOT</version>
|
||||||
<name>gCube Workspace Explorer</name>
|
<name>gCube Workspace Explorer</name>
|
||||||
<description>
|
<description>
|
||||||
gCube Workspace Explorer widget allows to navigate (gCube) Workspace
|
gCube Workspace Explorer widget allows to navigate (gCube) Workspace
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<inherits name='com.google.gwt.user.User' />
|
<inherits name='com.google.gwt.user.User' />
|
||||||
|
|
||||||
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
|
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
|
||||||
<set-configuration-property name='xsiframe.failIfScriptTag'
|
<set-configuration-property
|
||||||
value='FALSE' />
|
name='xsiframe.failIfScriptTag' value='FALSE' />
|
||||||
|
|
||||||
<!-- Inherit the default GWT style sheet. You can change -->
|
<!-- Inherit the default GWT style sheet. You can change -->
|
||||||
<inherits name="com.github.gwtbootstrap.Bootstrap" />
|
<inherits name="com.github.gwtbootstrap.Bootstrap" />
|
||||||
|
@ -13,7 +13,8 @@
|
||||||
<inherits name="org.gcube.portal.stohubicons.StorageHubIcons" />
|
<inherits name="org.gcube.portal.stohubicons.StorageHubIcons" />
|
||||||
|
|
||||||
<!-- Specify the app entry point class. -->
|
<!-- Specify the app entry point class. -->
|
||||||
<entry-point class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint'/>
|
<entry-point
|
||||||
|
class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint' />
|
||||||
|
|
||||||
<!-- Specify the paths for translatable code -->
|
<!-- Specify the paths for translatable code -->
|
||||||
<source path='client' />
|
<source path='client' />
|
||||||
|
@ -23,10 +24,13 @@
|
||||||
<source path='resources' />
|
<source path='resources' />
|
||||||
<replace-with
|
<replace-with
|
||||||
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
|
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
|
||||||
<when-type-is class="com.github.gwtbootstrap.client.ui.config.Configurator" />
|
<when-type-is
|
||||||
|
class="com.github.gwtbootstrap.client.ui.config.Configurator" />
|
||||||
</replace-with>
|
</replace-with>
|
||||||
<public path="resources">
|
|
||||||
<exclude name="** /*.java" />
|
<!--Commented due to #20991 -->
|
||||||
<exclude name="** /*.class" />
|
<!-- <public path="resources"> -->
|
||||||
</public>
|
<!-- <exclude name="** /*.java" /> -->
|
||||||
|
<!-- <exclude name="** /*.class" /> -->
|
||||||
|
<!-- </public> -->
|
||||||
</module>
|
</module>
|
|
@ -1,6 +1,6 @@
|
||||||
/*************************************************
|
/*************************************************
|
||||||
*
|
*
|
||||||
* BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORE
|
* BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORER
|
||||||
*
|
*
|
||||||
**************************************************/
|
**************************************************/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*************************************************
|
/*************************************************
|
||||||
*
|
*
|
||||||
* GWT-BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORE
|
* GWT-BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORER
|
||||||
*
|
*
|
||||||
**************************************************/
|
**************************************************/
|
||||||
/* body { */
|
/* body { */
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
<inherits name='com.google.gwt.user.User' />
|
<inherits name='com.google.gwt.user.User' />
|
||||||
|
|
||||||
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
|
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
|
||||||
<set-configuration-property name='xsiframe.failIfScriptTag'
|
<set-configuration-property
|
||||||
value='FALSE' />
|
name='xsiframe.failIfScriptTag' value='FALSE' />
|
||||||
|
|
||||||
<!-- Inherit the default GWT style sheet. You can change -->
|
<!-- Inherit the default GWT style sheet. You can change -->
|
||||||
<inherits name="com.github.gwtbootstrap.Bootstrap" />
|
<inherits name="com.github.gwtbootstrap.Bootstrap" />
|
||||||
|
@ -13,7 +13,8 @@
|
||||||
<inherits name="org.gcube.portal.stohubicons.StorageHubIcons" />
|
<inherits name="org.gcube.portal.stohubicons.StorageHubIcons" />
|
||||||
|
|
||||||
<!-- Specify the app entry point class. -->
|
<!-- Specify the app entry point class. -->
|
||||||
<!-- <entry-point class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint'/> -->
|
<entry-point
|
||||||
|
class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint' />
|
||||||
|
|
||||||
<!-- Specify the paths for translatable code -->
|
<!-- Specify the paths for translatable code -->
|
||||||
<source path='client' />
|
<source path='client' />
|
||||||
|
@ -23,10 +24,13 @@
|
||||||
<source path='resources' />
|
<source path='resources' />
|
||||||
<replace-with
|
<replace-with
|
||||||
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
|
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
|
||||||
<when-type-is class="com.github.gwtbootstrap.client.ui.config.Configurator" />
|
<when-type-is
|
||||||
|
class="com.github.gwtbootstrap.client.ui.config.Configurator" />
|
||||||
</replace-with>
|
</replace-with>
|
||||||
<public path="resources">
|
|
||||||
<exclude name="** /*.java" />
|
<!--Commented due to #20991 -->
|
||||||
<exclude name="** /*.class" />
|
<!-- <public path="resources"> -->
|
||||||
</public>
|
<!-- <exclude name="** /*.java" /> -->
|
||||||
|
<!-- <exclude name="** /*.class" /> -->
|
||||||
|
<!-- </public> -->
|
||||||
</module>
|
</module>
|
Loading…
Reference in New Issue