blob: 0d087b5104e6144db30b7da6e66cdb7f4e9f0d58 [file] [log] [blame]
<!-- -->
<!-- Copyright 2011 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<module>
<!-- Define the support property -->
<define-property name="dragEventSupport" values="maybe,no" />
<!--
Modern browsers either support drag events or will probably add drag
support in the future.
-->
<set-property name="dragEventSupport" value="maybe" />
<replace-with class="com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetectorNo">
<when-type-is class="com.google.gwt.event.dom.client.DragDropEventBase.DragSupportDetector" />
<when-property-is name="dragEventSupport" value="no" />
</replace-with>
</module>