Skip to content

Commit 0a65026

Browse files
committed
Added new Addins modules - GwtMaterialAddinsBasic & GwtMaterialAddinsBasicDebug.
1 parent d433c31 commit 0a65026

File tree

5 files changed

+61
-3
lines changed

5 files changed

+61
-3
lines changed

src/main/resources/gwt/material/design/addins/GwtMaterialAddins.gwt.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
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>

src/main/resources/gwt/material/design/addins/GwtMaterialAddinsBase.gwt.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
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'/>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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>

src/main/resources/gwt/material/design/addins/GwtMaterialAddinsDebug.gwt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
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>

0 commit comments

Comments
 (0)