mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
The PGF GWT module needs to inherit the DnD stuff.
This commit is contained in:
@@ -14,9 +14,6 @@
|
|||||||
|
|
||||||
<!-- Other module inherits -->
|
<!-- Other module inherits -->
|
||||||
|
|
||||||
<!-- Inherit gwt-dnd support -->
|
|
||||||
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Specify the app entry point class. -->
|
<!-- Specify the app entry point class. -->
|
||||||
<entry-point class="se.chalmers.cs.gf.gwt.client.FridgeApp" />
|
<entry-point class="se.chalmers.cs.gf.gwt.client.FridgeApp" />
|
||||||
|
|||||||
@@ -5,4 +5,7 @@
|
|||||||
<inherits name="com.google.gwt.http.HTTP" />
|
<inherits name="com.google.gwt.http.HTTP" />
|
||||||
<inherits name="com.google.gwt.json.JSON" />
|
<inherits name="com.google.gwt.json.JSON" />
|
||||||
|
|
||||||
|
<!-- Inherit gwt-dnd support -->
|
||||||
|
<inherits name='com.allen_sauer.gwt.dnd.gwt-dnd'/>
|
||||||
|
|
||||||
</module>
|
</module>
|
||||||
|
|||||||
Reference in New Issue
Block a user