Merge pull request '#20991 commented one rule in the *.gwt.xml' (#1) from bug_20991 into master

This commit is contained in:
Francesco Mangiacrapa 2021-03-19 12:40:38 +01:00
commit 818a44f14d
5 changed files with 29 additions and 21 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-explorer</artifactId>
<version>2.1.2-SNAPSHOT</version>
<version>2.1.3-SNAPSHOT</version>
<name>gCube Workspace Explorer</name>
<description>
gCube Workspace Explorer widget allows to navigate (gCube) Workspace

View File

@ -4,16 +4,17 @@
<inherits name='com.google.gwt.user.User' />
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
<set-configuration-property name='xsiframe.failIfScriptTag'
value='FALSE' />
<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'/>
<entry-point
class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint' />
<!-- Specify the paths for translatable code -->
<source path='client' />
@ -23,10 +24,13 @@
<source path='resources' />
<replace-with
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>
<public path="resources">
<exclude name="** /*.java" />
<exclude name="** /*.class" />
</public>
<!--Commented due to #20991 -->
<!-- <public path="resources"> -->
<!-- <exclude name="** /*.java" /> -->
<!-- <exclude name="** /*.class" /> -->
<!-- </public> -->
</module>

View File

@ -1,6 +1,6 @@
/*************************************************
*
* BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORE
* BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORER
*
**************************************************/

View File

@ -1,6 +1,6 @@
/*************************************************
*
* GWT-BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORE
* GWT-BOOTSTRAP MINIMAL CSS FOR WORKSPACE EXPLORER
*
**************************************************/
/* body { */

View File

@ -4,16 +4,17 @@
<inherits name='com.google.gwt.user.User' />
<!-- UNCOMMNET TO USE GWT 2.7 SUPER DEV MODE -->
<set-configuration-property name='xsiframe.failIfScriptTag'
value='FALSE' />
<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'/> -->
<entry-point
class='org.gcube.portlets.widgets.wsexplorer.client.WorkspaceExplorerEntryPoint' />
<!-- Specify the paths for translatable code -->
<source path='client' />
@ -23,10 +24,13 @@
<source path='resources' />
<replace-with
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>
<public path="resources">
<exclude name="** /*.java" />
<exclude name="** /*.class" />
</public>
<!--Commented due to #20991 -->
<!-- <public path="resources"> -->
<!-- <exclude name="** /*.java" /> -->
<!-- <exclude name="** /*.class" /> -->
<!-- </public> -->
</module>