Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…erial-patterns

Conflicts:
	src/main/java/com/github/gwtmaterialdesign/GwtMaterialPatterns.gwt.xml
  • Loading branch information
kevzlou7979 committed May 27, 2016
2 parents f4aae3a + f4568b4 commit e92a7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-patterns</artifactId>
<version>1.0</version>

Expand All @@ -18,7 +17,7 @@
<properties>
<!-- client -->
<gwt.version>2.7.0</gwt.version>
<gwtp.version>1.4</gwtp.version>
<gwtp.version>1.5.3</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>1.5.1-SNAPSHOT</gwt-material.version>
<gwt.style>OBF</gwt.style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!--GWT Material-->
<inherits name="gwt.material.design.GwtMaterialBasicWithJQueryDebug"/>
<inherits name="gwt.material.design.themes.GwtMaterialThemeBlue"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddins"/>
<inherits name="gwt.material.design.addins.GwtMaterialAddinsDebug"/>

<set-configuration-property name="CssResource.enableGss" value="true"/>
</module>

0 comments on commit e92a7cc

Please sign in to comment.