Branch: refs/heads/teiid-8.x-upgrade
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 3275c73748b071f4a84e920f774d86f3f7e6e094
https://github.com/Teiid-Designer/teiid-designer/commit/3275c73748b071f4a...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M plugins/org.teiid.designer.dqp.ui/plugin.xml
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/actions/DeployVdbAction.java
A
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidServerDropAdapterAssistant.java
R
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidViewDragAdapter.java
R
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/views/TeiidViewDropAdapterAssistant.java
M
plugins/org.teiid.designer.ui.common/src/org/teiid/designer/ui/common/eventsupport/SelectionUtilities.java
M
plugins/org.teiid.designer.ui/src/org/teiid/designer/ui/explorer/ModelExplorerResourceNavigator.java
Log Message:
-----------
Fix Drag n Drop in the teiid and server views
* plugin.xml
* Relocates instanceof checks to a definition since it is used more than
once
* The drop assistant will only be picked up by the navigator if the content's
possibleChildren includes the type of the object being dragged hence the
inclusion of the IFile.
* TeiidServerDropAdapterAssistant
* Appears to transfer between navigators using LocalSelectionTransfer so
this is supported as well as the original IResource[]
* SelectionUtilities
* Fixes generics
* ModelExporerResourceNavigator
* Fixes deprecation by replacing class LocalSelectionTransfer
* DeployVdbAction
* Test the given TeiidServer rather than the default server. Since we have
the given server and we use it, why test any others?