The PGF GWT module needs to inherit the DnD stuff.

This commit is contained in:
bjorn
2008-11-06 14:24:38 +00:00
parent f686fd3e2f
commit 6578905ddc
2 changed files with 3 additions and 3 deletions

View File

@@ -14,9 +14,6 @@
<!-- Other module inherits -->
<!-- Inherit gwt-dnd support -->
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
<!-- Specify the app entry point class. -->
<entry-point class="se.chalmers.cs.gf.gwt.client.FridgeApp" />

View File

@@ -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>