renamed BootstrapConfigurator
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@99106 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dd89f7184c
commit
a85d57f16f
|
@ -1,20 +1,17 @@
|
|||
package org.gcube.portlets.user.workspace.resources;
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||
* @Jul 28, 2014
|
||||
*
|
||||
*/
|
||||
|
||||
import com.github.gwtbootstrap.client.ui.config.Configurator;
|
||||
import com.github.gwtbootstrap.client.ui.resources.Resources;
|
||||
import com.google.gwt.core.client.GWT;
|
||||
|
||||
public class ExampleConfigurator implements Configurator {
|
||||
/**
|
||||
*
|
||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||
* @Jul 30, 2014
|
||||
*
|
||||
*/
|
||||
public class BootstrapConfigurator implements Configurator {
|
||||
|
||||
public Resources getResources() {
|
||||
return GWT.create(ExampleResources.class);
|
|
@ -34,7 +34,7 @@
|
|||
<!--pay attention in this part -->
|
||||
<source path='resources' />
|
||||
<replace-with
|
||||
class="org.gcube.portlets.user.workspace.resources.ExampleConfigurator">
|
||||
class="org.gcube.portlets.user.workspace.resources.BootstrapConfigurator">
|
||||
<when-type-is class="com.github.gwtbootstrap.client.ui.config.Configurator" />
|
||||
</replace-with>
|
||||
<public path="resources">
|
||||
|
|
Loading…
Reference in New Issue