rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
| 4 | <extension |
| 5 | point="org.eclipse.datatools.connectivity.connectionProfile"> |
| 6 | <newWizard |
ledunnel | c9855e8 | 2008-02-22 01:02:53 +0000 | [diff] [blame] | 7 | class="org.eclipse.datatools.connectivity.db.generic.internal.ui.NewGenericJDBCConnectionProfileWizard" |
rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 8 | icon="icons/new_db_element.gif" |
| 9 | id="org.eclipse.datatools.connectivity.db.generic.ui.NewConnectionProfileWizard" |
Brian Fitzpatrick | e554d2a | 2006-06-05 21:42:10 +0000 | [diff] [blame] | 10 | name="%wizard.name" |
ledunnel | 2df8e55 | 2007-10-29 21:48:20 +0000 | [diff] [blame] | 11 | description = "%wizard.description" |
rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 12 | profile="org.eclipse.datatools.connectivity.db.generic.connectionProfile"/> |
| 13 | </extension> |
| 14 | <extension |
| 15 | point="org.eclipse.ui.propertyPages"> |
| 16 | <page |
ledunnel | c9855e8 | 2008-02-22 01:02:53 +0000 | [diff] [blame] | 17 | class="org.eclipse.datatools.connectivity.db.generic.internal.ui.GenericJDBCDBProfilePropertyPage" |
rcernich | fbd7658 | 2006-01-30 23:38:21 +0000 | [diff] [blame] | 18 | id="org.eclipse.datatools.connectivity.db.generic.profileProperties" |
Brian Fitzpatrick | 5ee744b | 2007-05-25 22:12:46 +0000 | [diff] [blame] | 19 | name="%page.name.jdbcConnectionProperties"> |
rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 20 | <filter |
| 21 | name="org.eclipse.datatools.profile.property.id" |
| 22 | value="org.eclipse.datatools.connectivity.db.generic.connectionProfile"/> |
Brian Fitzpatrick | 5ee744b | 2007-05-25 22:12:46 +0000 | [diff] [blame] | 23 | <enabledWhen> |
| 24 | <instanceof |
| 25 | value="org.eclipse.datatools.connectivity.IConnectionProfile"> |
| 26 | </instanceof> |
| 27 | </enabledWhen> |
rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 28 | </page> |
| 29 | </extension> |
ledunnel | a25c0b7 | 2007-11-01 21:55:09 +0000 | [diff] [blame] | 30 | <extension |
| 31 | point="org.eclipse.datatools.connectivity.ui.driverPropertyEditor"> |
| 32 | <propertyEditor |
| 33 | customPropertyDescriptor="org.eclipse.datatools.connectivity.ui.DriverClassBrowsePropertyDescriptor" |
| 34 | driverPropertyID="org.eclipse.datatools.connectivity.db.driverClass" |
| 35 | driverTemplateID="org.eclipse.datatools.connectivity.db.generic.genericDriverTemplate" |
| 36 | id="org.eclipse.datatools.connectivity.db.generic.genericDriver.ui.propertyEditor.driverClass"> |
| 37 | </propertyEditor> |
| 38 | </extension> |
ledunnel | c9855e8 | 2008-02-22 01:02:53 +0000 | [diff] [blame] | 39 | |
| 40 | <extension point="org.eclipse.datatools.connectivity.ui.driverUIContributor"> |
| 41 | <driverUIContributor |
| 42 | class="org.eclipse.datatools.connectivity.db.generic.internal.ui.drivers.GenericJDBCDriverUIContributor" |
| 43 | driverTemplateID="org.eclipse.datatools.connectivity.db.generic.genericDriverTemplate" |
| 44 | id="org.eclipse.datatools.connectivity.db.generic.internal.ui.drivers.GenericJDBCDriverUIContributor"> |
| 45 | </driverUIContributor> |
| 46 | </extension> |
| 47 | |
rcernich | de742d7 | 2006-01-27 19:35:24 +0000 | [diff] [blame] | 48 | </plugin> |