Stephan Herrmann | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.4"?> |
| 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 | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 10 | id="org.eclipse.jdt.ui.tests.refactoring"> |
| 11 | </basePlugin> |
| 12 | <team |
| 13 | activation="ALL_THREADS" |
Stephan Herrmann | 41c93c0 | 2010-10-02 23:20:06 +0000 | [diff] [blame] | 14 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.adapt.JdtTests" |
Stephan Herrmann | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 15 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 16 | </team> |
Stephan Herrmann | 89aedce | 2010-09-28 10:36:44 +0000 | [diff] [blame] | 17 | <team |
| 18 | activation="NONE" |
Stephan Herrmann | 724ecc6 | 2013-07-28 00:18:15 +0200 | [diff] [blame] | 19 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.adapt.JdtTests$ChangeSignature" |
Stephan Herrmann | 8edc5b8 | 2010-09-28 20:10:27 +0000 | [diff] [blame] | 20 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 21 | </team> |
Stephan Herrmann | 1437f3b | 2011-12-27 12:17:48 +0100 | [diff] [blame] | 22 | <team |
| 23 | activation="NONE" |
| 24 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.MoveRoleTests" |
| 25 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 26 | </team> |
Stephan Herrmann | 7b93533 | 2012-09-22 21:44:19 +0200 | [diff] [blame] | 27 | <team |
| 28 | activation="NONE" |
| 29 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.MoveBaseClassTests" |
| 30 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 31 | </team> |
Stephan Herrmann | 8edc5b8 | 2010-09-28 20:10:27 +0000 | [diff] [blame] | 32 | </aspectBinding> |
| 33 | <aspectBinding |
| 34 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 35 | <basePlugin |
Stephan Herrmann | 2276b5d | 2015-05-22 21:46:00 +0200 | [diff] [blame] | 36 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.png" |
Stephan Herrmann | 8edc5b8 | 2010-09-28 20:10:27 +0000 | [diff] [blame] | 37 | id="org.eclipse.jdt.ui.tests"> |
| 38 | </basePlugin> |
| 39 | <team |
| 40 | activation="NONE" |
| 41 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.OTRefactoringTestSetup" |
Stephan Herrmann | 89aedce | 2010-09-28 10:36:44 +0000 | [diff] [blame] | 42 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 43 | </team> |
| 44 | </aspectBinding> |
Stephan Herrmann | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 45 | </extension> |
| 46 | |
| 47 | </plugin> |