Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2012-09-23 16:46:30 +0000
committerStephan Herrmann2012-09-23 16:46:30 +0000
commit62839e98a0e1bb5695403edd4fad1c3c1073d38a (patch)
tree29403fc31b392b0e2818d40e1a2f0d231c740864
parentba0cbc042c20848622ce7cda9758cd3d57344a82 (diff)
downloadorg.eclipse.objectteams-62839e98a0e1bb5695403edd4fad1c3c1073d38a.tar.gz
org.eclipse.objectteams-62839e98a0e1bb5695403edd4fad1c3c1073d38a.tar.xz
org.eclipse.objectteams-62839e98a0e1bb5695403edd4fad1c3c1073d38a.zip
Bug 390146 - [compiler] Better support outer & inner teams adapting
different bundles
-rw-r--r--plugins/org.eclipse.objectteams.otdt.refactoring/plugin.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/org.eclipse.objectteams.otdt.refactoring/plugin.xml b/plugins/org.eclipse.objectteams.otdt.refactoring/plugin.xml
index 9388f04df..ccd25fb86 100644
--- a/plugins/org.eclipse.objectteams.otdt.refactoring/plugin.xml
+++ b/plugins/org.eclipse.objectteams.otdt.refactoring/plugin.xml
@@ -102,11 +102,6 @@
</basePlugin>
<team
activation="NONE"
- class="org.eclipse.objectteams.otdt.internal.refactoring.adaptor.MoveAdaptor"
- icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif">
- </team>
- <team
- activation="NONE"
class="org.eclipse.objectteams.otdt.internal.refactoring.adaptor.MoveAdaptor.MoveCU"
icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif">
</team>

Back to the top