ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
gercan | 4a34bca | 2005-05-29 13:08:21 +0000 | [diff] [blame] | 3 | <plugin> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 4 | <extension point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
| 5 | <launchConfigurationTypeImage |
| 6 | id="org.eclipse.jst.server.generic.image.ui.launchConfigurationTypeImage" |
| 7 | configTypeID="org.eclipse.jst.server.generic.core.launchConfigurationType" |
deboer | 0394d1a | 2005-05-19 12:34:05 +0000 | [diff] [blame] | 8 | icon="icons/obj16/server.gif"> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 9 | </launchConfigurationTypeImage> |
gercan | c733492 | 2005-06-16 15:51:50 +0000 | [diff] [blame] | 10 | <launchConfigurationTypeImage |
| 11 | id="org.eclipse.jst.server.generic.image.ui.ExternalLaunchConfigurationTypeImage" |
| 12 | configTypeID="org.eclipse.jst.server.generic.core.ExternalLaunchConfigurationType" |
| 13 | icon="icons/obj16/server.gif"> |
| 14 | </launchConfigurationTypeImage> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 15 | </extension> |
| 16 | |
| 17 | <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
| 18 | <launchConfigurationTabGroup |
gercan | 6644034 | 2005-03-08 22:20:47 +0000 | [diff] [blame] | 19 | id="org.eclipse.jst.server.generic.ui.internal.launchConfigurationTabGroup" |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 20 | type="org.eclipse.jst.server.generic.core.launchConfigurationType" |
gercan | 6644034 | 2005-03-08 22:20:47 +0000 | [diff] [blame] | 21 | class="org.eclipse.jst.server.generic.ui.internal.GenericLaunchConfigurationTabGroup"> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 22 | </launchConfigurationTabGroup> |
gercan | c733492 | 2005-06-16 15:51:50 +0000 | [diff] [blame] | 23 | <launchConfigurationTabGroup |
| 24 | id="org.eclipse.jst.server.generic.ui.internal.launchConfigurationTabGroup" |
| 25 | type="org.eclipse.jst.server.generic.core.ExternalLaunchConfigurationType" |
| 26 | class="org.eclipse.jst.server.generic.ui.internal.GenericLaunchConfigurationTabGroup"> |
| 27 | </launchConfigurationTabGroup> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 28 | </extension> |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 29 | |
| 30 | </plugin> |