forked from GitHub/gf-core
The PGF GWT module needs to inherit the DnD stuff.
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
<!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->
|
||||
|
||||
<!-- Other module inherits -->
|
||||
|
||||
<!-- Inherit gwt-dnd support -->
|
||||
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
|
||||
|
||||
|
||||
<!-- Specify the app entry point class. -->
|
||||
|
||||
@@ -5,4 +5,7 @@
|
||||
<inherits name="com.google.gwt.http.HTTP" />
|
||||
<inherits name="com.google.gwt.json.JSON" />
|
||||
|
||||
<!-- Inherit gwt-dnd support -->
|
||||
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
|
||||
|
||||
</module>
|
||||
|
||||
Reference in New Issue
Block a user