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 |
| 9 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.gif" |
| 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 | 41c93c0 | 2010-10-02 23:20:06 +0000 | [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> |
| 22 | </aspectBinding> |
| 23 | <aspectBinding |
| 24 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/calloutbinding_obj.gif"> |
| 25 | <basePlugin |
| 26 | icon="platform:/plugin/org.eclipse.pde.ui/icons/obj16/plugin_obj.gif" |
| 27 | id="org.eclipse.jdt.ui.tests"> |
| 28 | </basePlugin> |
| 29 | <team |
| 30 | activation="NONE" |
| 31 | class="org.eclipse.objectteams.otdt.ui.tests.refactoring.OTRefactoringTestSetup" |
Stephan Herrmann | 89aedce | 2010-09-28 10:36:44 +0000 | [diff] [blame] | 32 | icon="platform:/plugin/org.eclipse.objectteams.otdt.ui/icons/ot/team_obj.gif"> |
| 33 | </team> |
| 34 | </aspectBinding> |
Stephan Herrmann | ebd7cf4 | 2010-09-27 19:24:01 +0000 | [diff] [blame] | 35 | </extension> |
| 36 | |
| 37 | </plugin> |