Skip to content

Commit

Permalink
Added new Addins modules - GwtMaterialAddinsBasic & GwtMaterialAddins…
Browse files Browse the repository at this point in the history
…BasicDebug.
  • Loading branch information
kevzlou7979 committed May 1, 2017
1 parent d433c31 commit 0a65026
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 3 deletions.
Expand Up @@ -22,6 +22,7 @@
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
"http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
<module rename-to='GwtMaterialAddins'>
<inherits name="gwt.material.design.GwtMaterialDesignBasic"/>
<inherits name="gwt.material.design.GwtMaterialDesign"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddinsBase"/>

</module>
Expand Up @@ -27,7 +27,6 @@
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.google.gwt.core.Core"/>
<inherits name="gwt.material.design.jquery.JQuery"/>
<inherits name="gwt.material.design.Resources"/>

<!-- Specify the paths for translatable code -->
<source path='client'/>
Expand Down
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
GwtMaterial
%%
Copyright (C) 2015 GwtMaterialDesign
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
#L%
-->

<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
"http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
<module rename-to='GwtMaterialAddins'>
<inherits name="gwt.material.design.GwtMaterialDesignBasic"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddinsBase"/>
</module>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
GwtMaterial
%%
Copyright (C) 2015 GwtMaterialDesign
%%
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
#L%
-->

<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.7.0//EN"
"http://gwtproject.org/doctype/2.7.0/gwt-module.dtd">
<module rename-to='GwtMaterialAddins'>
<replace-with class="gwt.material.design.addins.client.StartupState.DebugState">
<when-type-is class="gwt.material.design.addins.client.StartupState"/>
</replace-with>

<inherits name="gwt.material.design.GwtMaterialDesignBasicDebug"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddinsBase"/>
</module>
Expand Up @@ -26,6 +26,6 @@
<when-type-is class="gwt.material.design.addins.client.StartupState"/>
</replace-with>

<inherits name="gwt.material.design.GwtMaterialDesignBasicDebug"/>
<inherits name="gwt.material.design.GwtMaterialDesignDebug"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddinsBase"/>
</module>

0 comments on commit 0a65026

Please sign in to comment.