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" |
Stephan Herrmann | fa2d0b5 | 2020-05-01 22:23:38 +0200 | [diff] [blame] | 25 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif" |
| 26 | superclass="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.AbstractMoveTests"> |
Stephan Herrmann | edebff3 | 2019-06-02 20:23:40 +0200 | [diff] [blame] | 27 | <superBase |
| 28 | class="junit.framework.TestCase" |
| 29 | plugin="org.junit"> |
| 30 | </superBase> |
| 31 | <superBase |
| 32 | class="org.eclipse.jdt.ui.tests.refactoring.RefactoringTest"> |
| 33 | </superBase> |
Stephan Herrmann | 1437f3b | 2011-12-27 12:17:48 +0100 | [diff] [blame] | 34 | </team> |
Stephan Herrmann | 7b93533 | 2012-09-22 21:44:19 +0200 | [diff] [blame] | 35 | <team |
| 36 | activation="NONE" |
| 37 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.MoveBaseClassTests" |
Stephan Herrmann | fa2d0b5 | 2020-05-01 22:23:38 +0200 | [diff] [blame] | 38 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif" |
| 39 | superclass="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.AbstractMoveTests"> |
Stephan Herrmann | edebff3 | 2019-06-02 20:23:40 +0200 | [diff] [blame] | 40 | <superBase |
| 41 | class="junit.framework.TestCase" |
| 42 | plugin="org.junit"> |
| 43 | </superBase> |
| 44 | <superBase |
| 45 | class="org.eclipse.jdt.ui.tests.refactoring.RefactoringTest"> |
| 46 | </superBase> |
Stephan Herrmann | 7b93533 | 2012-09-22 21:44:19 +0200 | [diff] [blame] | 47 | </team> |
Stephan Herrmann | 13c022c | 2020-05-03 14:07:47 +0200 | [diff] [blame] | 48 | <team |
| 49 | activation="NONE" |
| 50 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.move.AbstractMoveTests" |
| 51 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 52 | </team> |
Stephan Herrmann | 8edc5b8 | 2010-09-28 20:10:27 +0000 | [diff] [blame] | 53 | </aspectBinding> |
| 54 | <aspectBinding |
| 55 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 56 | <basePlugin |
Stephan Herrmann | 2276b5d | 2015-05-22 21:46:00 +0200 | [diff] [blame] | 57 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.png" |
Stephan Herrmann | 8edc5b8 | 2010-09-28 20:10:27 +0000 | [diff] [blame] | 58 | id="org.eclipse.jdt.ui.tests"> |
| 59 | </basePlugin> |
| 60 | <team |
| 61 | activation="NONE" |
| 62 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.OTRefactoringTestSetup" |
Stephan Herrmann | 89aedce | 2010-09-28 10:36:44 +0000 | [diff] [blame] | 63 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 64 | </team> |
| 65 | </aspectBinding> |
Stephan Herrmann | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 66 | </extension> |
| 67 | |
| 68 | </plugin> |