File tree Expand file tree Collapse file tree 5 files changed +61
-3
lines changed
src/main/resources/gwt/material/design/addins Expand file tree Collapse file tree 5 files changed +61
-3
lines changed Original file line number Diff line number Diff line change 2222<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
2323 "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
2424<module rename-to =' GwtMaterialAddins' >
25- <inherits name =" gwt.material.design.GwtMaterialDesignBasic " />
25+ <inherits name =" gwt.material.design.GwtMaterialDesign " />
2626 <inherits name =" gwt.material.design.addins.GwtMaterialAddinsBase" />
27+
2728</module >
Original file line number Diff line number Diff line change 2727 <inherits name =' com.google.gwt.user.User' />
2828 <inherits name =" com.google.gwt.core.Core" />
2929 <inherits name =" gwt.material.design.jquery.JQuery" />
30- <inherits name =" gwt.material.design.Resources" />
3130
3231 <!-- Specify the paths for translatable code -->
3332 <source path =' client' />
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ #%L
4+ GwtMaterial
5+ %%
6+ Copyright (C) 2015 GwtMaterialDesign
7+ %%
8+ Licensed under the Apache License, Version 2.0 (the "License");
9+ you may not use this file except in compliance with the License.
10+ You may obtain a copy of the License at
11+
12+ http://www.apache.org/licenses/LICENSE-2.0
13+
14+ Unless required by applicable law or agreed to in writing, software
15+ distributed under the License is distributed on an "AS IS" BASIS,
16+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+ See the License for the specific language governing permissions and
18+ limitations under the License.
19+ #L%
20+ -->
21+
22+ <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
23+ "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
24+ <module rename-to =' GwtMaterialAddins' >
25+ <inherits name =" gwt.material.design.GwtMaterialDesignBasic" />
26+ <inherits name =" gwt.material.design.addins.GwtMaterialAddinsBase" />
27+ </module >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ #%L
4+ GwtMaterial
5+ %%
6+ Copyright (C) 2015 GwtMaterialDesign
7+ %%
8+ Licensed under the Apache License, Version 2.0 (the "License");
9+ you may not use this file except in compliance with the License.
10+ You may obtain a copy of the License at
11+
12+ http://www.apache.org/licenses/LICENSE-2.0
13+
14+ Unless required by applicable law or agreed to in writing, software
15+ distributed under the License is distributed on an "AS IS" BASIS,
16+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+ See the License for the specific language governing permissions and
18+ limitations under the License.
19+ #L%
20+ -->
21+
22+ <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
23+ "http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
24+ <module rename-to =' GwtMaterialAddins' >
25+ <replace-with class =" gwt.material.design.addins.client.StartupState.DebugState" >
26+ <when-type-is class =" gwt.material.design.addins.client.StartupState" />
27+ </replace-with >
28+
29+ <inherits name =" gwt.material.design.GwtMaterialDesignBasicDebug" />
30+ <inherits name =" gwt.material.design.addins.GwtMaterialAddinsBase" />
31+ </module >
Original file line number Diff line number Diff line change 2626 <when-type-is class =" gwt.material.design.addins.client.StartupState" />
2727 </replace-with >
2828
29- <inherits name =" gwt.material.design.GwtMaterialDesignBasicDebug " />
29+ <inherits name =" gwt.material.design.GwtMaterialDesignDebug " />
3030 <inherits name =" gwt.material.design.addins.GwtMaterialAddinsBase" />
3131</module >
You can’t perform that action at this time.
0 commit comments