Brian Fitzpatrick | e75f6be | 2007-10-04 22:29:29 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | |
| 5 | <extension |
| 6 | point="org.eclipse.pde.ui.pluginContent"> |
| 7 | <wizard |
| 8 | class="org.eclipse.datatools.connectivity.ui.templates.ConnectivityPluginTemplateWizard" |
| 9 | icon="$nl$/icons/etool16/newexprj_wiz.gif" |
| 10 | id="org.eclipse.datatools.connectivity.ui.templates.connectionProfileWizard" |
| 11 | java="true" |
| 12 | name="%wizard.name.profile" |
| 13 | requiresActivator="false" |
| 14 | ui-content="true"> |
| 15 | <description> |
| 16 | %wizard.name.profile.description |
| 17 | </description> |
| 18 | </wizard> |
| 19 | <wizard |
| 20 | class="org.eclipse.datatools.connectivity.ui.templates.DriverTemplatePluginTemplateWizard" |
| 21 | icon="$nl$/icons/etool16/newexprj_wiz.gif" |
| 22 | id="org.eclipse.datatools.connectivity.ui.templates.driverTemplateWizard" |
| 23 | java="true" |
| 24 | name="%wizard.name.driver" |
| 25 | requiresActivator="false" |
| 26 | ui-content="true"> |
| 27 | <description> |
| 28 | %wizard.name.driver.description |
| 29 | </description> |
| 30 | </wizard> |
| 31 | <wizard |
| 32 | class="org.eclipse.datatools.connectivity.ui.templates.ProfileSamplePluginTemplateWizard" |
| 33 | icon="$nl$/icons/etool16/newexprj_wiz.gif" |
| 34 | id="org.eclipse.datatools.connectivity.ui.templates.sampleProfileWizard" |
| 35 | java="true" |
| 36 | name="%PluginSampleTemplateWizard" |
| 37 | requiresActivator="false" |
| 38 | ui-content="true"> |
| 39 | <description> |
| 40 | %PluginSampleTemplateWizard.profile.description |
| 41 | </description> |
| 42 | </wizard> |
| 43 | </extension> |
| 44 | <extension |
| 45 | point="org.eclipse.pde.ui.templates"> |
| 46 | <template |
| 47 | class="org.eclipse.datatools.connectivity.ui.templates.ConnectionProfileTemplateSection" |
| 48 | contributingId="org.eclipse.datatools.connectivity.connectionProfile" |
| 49 | id="org.eclipse.datatools.connectivity.templates.connectionProfile" |
| 50 | name="%template.name.profile"> |
| 51 | </template> |
| 52 | <template |
| 53 | class="org.eclipse.datatools.connectivity.ui.templates.DriverTemplateSection" |
| 54 | contributingId="org.eclipse.datatools.connectivity.driverExtension" |
| 55 | id="org.eclipse.datatools.connectivity.templates.driverTemplate" |
| 56 | name="%template.name.driver"> |
| 57 | </template> |
| 58 | <template |
| 59 | class="org.eclipse.datatools.connectivity.ui.templates.ProfileSamplePluginTemplateWizard" |
| 60 | contributingId="org.eclipse.datatools.connectivity.connectionProfile" |
| 61 | id="org.eclipse.datatools.connectivity.templates.sampleTemplate" |
| 62 | name="%PluginSampleTemplate"> |
| 63 | </template> |
| 64 | </extension> |
| 65 | |
| 66 | </plugin> |