Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
| 4 | <extension |
| 5 | point="org.eclipse.objectteams.otequinox.aspectBindings"> |
| 6 | <aspectBinding |
| 7 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 8 | <basePlugin |
Stephan Herrmann | 2276b5d | 2015-05-22 21:46:00 +0200 | [diff] [blame] | 9 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.png" |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 10 | id="org.eclipse.jdt.ui"> |
| 11 | </basePlugin> |
| 12 | <team |
| 13 | activation="NONE" |
| 14 | class="org.eclipse.objectteams.otdt.ui.tests.core.ProposalAdaptor" |
| 15 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 16 | </team> |
| 17 | </aspectBinding> |
Stephan Herrmann | 4260bb8 | 2010-09-26 21:00:04 +0000 | [diff] [blame] | 18 | <aspectBinding |
| 19 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 20 | <basePlugin |
Stephan Herrmann | 2276b5d | 2015-05-22 21:46:00 +0200 | [diff] [blame] | 21 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.png" |
Stephan Herrmann | 4260bb8 | 2010-09-26 21:00:04 +0000 | [diff] [blame] | 22 | id="org.eclipse.jdt.ui.tests"> |
| 23 | </basePlugin> |
| 24 | <team |
| 25 | activation="ALL_THREADS" |
| 26 | class="org.eclipse.objectteams.otdt.ui.tests.core.HierarchicalASTVisiting" |
| 27 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 28 | </team> |
Stephan Herrmann | 66658d3 | 2014-11-04 12:12:55 +0100 | [diff] [blame] | 29 | <team |
| 30 | activation="ALL_THREADS" |
| 31 | class="org.eclipse.objectteams.otdt.ui.tests.TestAdjuster" |
| 32 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 33 | </team> |
| 34 | <team |
| 35 | activation="NONE" |
Stephan Herrmann | 5e254b3 | 2014-12-13 22:32:16 +0100 | [diff] [blame] | 36 | class="org.eclipse.objectteams.otdt.ui.tests.TestAdjuster$LocalCorrections" |
Stephan Herrmann | 66658d3 | 2014-11-04 12:12:55 +0100 | [diff] [blame] | 37 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 38 | </team> |
Stephan Herrmann | 4260bb8 | 2010-09-26 21:00:04 +0000 | [diff] [blame] | 39 | </aspectBinding> |
Stephan Herrmann | 36c2699 | 2010-04-01 23:18:59 +0000 | [diff] [blame] | 40 | </extension> |
| 41 | </plugin> |