I have upgrade smartgwt with the latest version as 12.1-p20200813 and previously I was using enterprise skin in my project but after the smart gwt upgrade, it has added new skin i.e Tahoe in my project which I don't want to use.
so please help me how can I remove tahoe skin from my project so that I can use Enterprise skin.
Below is file for Uman.gwt.xml
<module rename-to='Uman'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- internationalization support -->
<inherits name="com.google.gwt.i18n.I18N" />
<!-- google gin -->
<inherits name="com.google.gwt.inject.Inject" />
<!-- Do not promote to PRD. Enables the developer console
<inherits name="com.smartgwt.tools.SmartGwtTools" />
<inherits name="com.smartgwtee.tools.Tools"/>
<inherits name="com.smartgwtee.debug.SmartGwtEEDebug"/>
-->
<!-- inherit the SmartGwt stuff -->
<inherits name="com.smartgwtee.SmartGwtEE"/>
<inherits name="com.snapon.sbs.am.server.gwt.common.Common"/>
<inherits name="com.snapon.sbs.am.server.ui.UmanCommon"/>
<!-- Specify the app entry point class. -->
<entry-point class='com.snapon.sbs.am.server.ui.sbs.client.SbsEntityManager'/>
<inherits name="com.smartclient.theme.enterprise.Enterprise"/>
so please help me how can I remove tahoe skin from my project so that I can use Enterprise skin.
Below is file for Uman.gwt.xml
<module rename-to='Uman'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- internationalization support -->
<inherits name="com.google.gwt.i18n.I18N" />
<!-- google gin -->
<inherits name="com.google.gwt.inject.Inject" />
<!-- Do not promote to PRD. Enables the developer console
<inherits name="com.smartgwt.tools.SmartGwtTools" />
<inherits name="com.smartgwtee.tools.Tools"/>
<inherits name="com.smartgwtee.debug.SmartGwtEEDebug"/>
-->
<!-- inherit the SmartGwt stuff -->
<inherits name="com.smartgwtee.SmartGwtEE"/>
<inherits name="com.snapon.sbs.am.server.gwt.common.Common"/>
<inherits name="com.snapon.sbs.am.server.ui.UmanCommon"/>
<!-- Specify the app entry point class. -->
<entry-point class='com.snapon.sbs.am.server.ui.sbs.client.SbsEntityManager'/>
<inherits name="com.smartclient.theme.enterprise.Enterprise"/>
Comment