This commit is contained in:
Massimiliano Assante 2018-07-02 09:51:34 +00:00
parent 6c7c55ffce
commit 7358c43827
2 changed files with 5 additions and 14 deletions

View File

@ -7,11 +7,6 @@
<set-configuration-property name='xsiframe.failIfScriptTag'
value='FALSE' />
<!-- <script src="jquery-1.10.1.min.js"></script> -->
<!-- <script src="bootstrap.min.js"></script> -->
<!-- <stylesheet src='workspaceExplorer.css' /> -->
<!-- Inherit the default GWT style sheet. You can change -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />

View File

@ -7,22 +7,19 @@
<set-configuration-property name='xsiframe.failIfScriptTag'
value='FALSE' />
<!-- <script src="jquery-1.10.1.min.js"></script> -->
<!-- <script src="bootstrap.min.js"></script> -->
<!-- <stylesheet src='workspaceExplorer.css' /> -->
<!-- Inherit the default GWT style sheet. You can change -->
<inherits name="com.github.gwtbootstrap.Bootstrap" />
<inherits name='org.gcube.portal.stohubicons.StorageHubIcons' />
<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' />
<source path='shared' />
<!--pay attention in this part -->
<!--Override Bootstrap Css -->
<source path='resources' />
<replace-with
class="org.gcube.portlets.widgets.wsexplorer.resources.BootstrapConfigurator">
@ -32,5 +29,4 @@
<exclude name="** /*.java" />
<exclude name="** /*.class" />
</public>
</module>