Skip to content

Commit

Permalink
Fixup for Errai 2.1.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Nov 2, 2012
1 parent ea33fd1 commit cbbb0a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>Errai UI::Demo</name>

<properties>
<errai.version>2.1.0-SNAPSHOT</errai.version>
<errai.version>2.1.0.Final</errai.version>
<gwt.version>2.4.0</gwt.version>
<slf4j.version>1.5.11</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
8 changes: 7 additions & 1 deletion src/main/java/org/jboss/errai/ui/demo/App.gwt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
"http://google-web-toolkit.googlecode.com/svn/releases/1.6/distro-source/core/src/gwt-module.dtd">
<module rename-to="app">

<inherits name="org.jboss.errai.enterprise.All" />
<inherits name="org.jboss.errai.common.ErraiCommon" />
<inherits name="org.jboss.errai.bus.ErraiBus" />
<inherits name="org.jboss.errai.ioc.Container" />
<inherits name="org.jboss.errai.ui.UI" />
<inherits name="org.jboss.errai.databinding.DataBinding" />
<inherits name="org.jboss.errai.enterprise.CDI" />
<inherits name="org.jboss.errai.enterprise.Jaxrs" />

<!-- Testing only
<set-property name="user.agent" value="safari,gecko1_8" />
Expand Down

0 comments on commit cbbb0a8

Please sign in to comment.