Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
Linda Chan | bc93d34 | 2006-03-10 00:43:16 +0000 | [diff] [blame] | 3 | <!-- |
| 4 | /** |
| 5 | ************************************************************************* |
| 6 | * Copyright (c) 2006 Actuate Corporation. |
| 7 | * All rights reserved. This program and the accompanying materials |
| 8 | * are made available under the terms of the Eclipse Public License v1.0 |
| 9 | * which accompanies this distribution, and is available at |
| 10 | * http://www.eclipse.org/legal/epl-v10.html |
| 11 | * |
| 12 | * Contributors: |
| 13 | * Actuate Corporation - initial API and implementation |
| 14 | * |
| 15 | ************************************************************************* |
| 16 | * |
Linda Chan | 34cac96 | 2006-03-29 13:45:27 +0000 | [diff] [blame^] | 17 | * $Id: plugin.xml,v 1.13 2006/03/10 00:43:14 lchan Exp $ |
Linda Chan | bc93d34 | 2006-03-10 00:43:16 +0000 | [diff] [blame] | 18 | */ |
| 19 | --> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 20 | |
Linda Chan | bc93d34 | 2006-03-10 00:43:16 +0000 | [diff] [blame] | 21 | <plugin> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 22 | |
| 23 | <extension |
| 24 | point="org.eclipse.datatools.connectivity.connectionProfile"> |
| 25 | <category |
Linda Chan | 2a7ad68 | 2006-01-19 05:13:49 +0000 | [diff] [blame] | 26 | id="%oda.data.source.id" |
| 27 | name="%oda.data.source.name" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 28 | parentCategory="%oda.parent.category.id"/> |
| 29 | <configurationType id="org.eclipse.datatools.connectivity.oda.profile.dummyConfig"/> |
| 30 | <connectionProfile |
Linda Chan | 2a7ad68 | 2006-01-19 05:13:49 +0000 | [diff] [blame] | 31 | category="%oda.data.source.id" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 32 | configurationType="org.eclipse.datatools.connectivity.oda.profile.dummyConfig" |
| 33 | icon="icons/file.gif" |
Linda Chan | fb70079 | 2006-01-20 15:37:27 +0000 | [diff] [blame] | 34 | id="%oda.data.source.id" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 35 | name="%connection.profile.name"/> |
| 36 | <connectionFactory |
| 37 | id="org.eclipse.datatools.connectivity.oda.IConnection" |
| 38 | name="%oda.connection.factory.name" |
| 39 | class="org.eclipse.datatools.connectivity.oda.profile.OdaConnectionFactory" |
Linda Chan | fb70079 | 2006-01-20 15:37:27 +0000 | [diff] [blame] | 40 | profile="%oda.data.source.id"/> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 41 | <connectionFactory |
| 42 | id="org.eclipse.datatools.connectivity.connectionFactory.pingFactory" |
| 43 | name="%ping.factory.name" |
| 44 | class="org.eclipse.datatools.connectivity.oda.profile.OdaConnectionFactory" |
Linda Chan | fb70079 | 2006-01-20 15:37:27 +0000 | [diff] [blame] | 45 | profile="%oda.data.source.id"/> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 46 | <newWizard |
Linda Chan | 2a7ad68 | 2006-01-19 05:13:49 +0000 | [diff] [blame] | 47 | id="%oda.data.source.id" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 48 | name="%newwizard.name" |
Linda Chan | 8527de6 | 2006-02-23 14:11:29 +0000 | [diff] [blame] | 49 | class="org.eclipse.datatools.connectivity.oda.design.ui.wizards.NewDataSourceWizard" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 50 | description="%newwizard.description" |
| 51 | icon="icons/fieldlist.ico" |
Linda Chan | fb70079 | 2006-01-20 15:37:27 +0000 | [diff] [blame] | 52 | profile="%oda.data.source.id"/> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 53 | </extension> |
| 54 | |
| 55 | <extension |
| 56 | point="org.eclipse.ui.propertyPages"> |
| 57 | <page |
Linda Chan | 2a7ad68 | 2006-01-19 05:13:49 +0000 | [diff] [blame] | 58 | id="%oda.data.source.id" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 59 | name="%profile.propertypage.name" |
Linda Chan | 5f357ce | 2006-03-04 03:24:57 +0000 | [diff] [blame] | 60 | class="org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderPropertyPage" |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 61 | objectClass="org.eclipse.datatools.connectivity.IConnectionProfile"> |
| 62 | <filter |
| 63 | name="org.eclipse.datatools.profile.property.id" |
Linda Chan | fb70079 | 2006-01-20 15:37:27 +0000 | [diff] [blame] | 64 | value="%oda.data.source.id"/> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 65 | </page> |
| 66 | </extension> |
Linda Chan | 72596db | 2006-01-31 05:25:14 +0000 | [diff] [blame] | 67 | <extension |
| 68 | point="org.eclipse.datatools.connectivity.oda.design.ui.dataSource"> |
| 69 | <dataSourceUI id="%oda.data.source.id"> |
| 70 | <newDataSourceWizard |
| 71 | includesProgressMonitor="false" |
Linda Chan | 5f357ce | 2006-03-04 03:24:57 +0000 | [diff] [blame] | 72 | pageClass="org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FolderSelectionWizardPage" |
Linda Chan | 72596db | 2006-01-31 05:25:14 +0000 | [diff] [blame] | 73 | pageTitle="%wizard.data.source.page.title" |
| 74 | windowTitle="%wizard.window.title"/> |
| 75 | </dataSourceUI> |
Linda Chan | 3dd8855 | 2006-03-09 08:50:13 +0000 | [diff] [blame] | 76 | <dataSetUI |
| 77 | hasParameterDefinition="false" |
| 78 | id="org.eclipse.datatools.connectivity.oda.flatfile.dataSet" |
| 79 | initialPageId="oda.flatfile.ui.tablePage"> |
Linda Chan | 34cac96 | 2006-03-29 13:45:27 +0000 | [diff] [blame^] | 80 | <dataSetWizard |
| 81 | class="org.eclipse.datatools.connectivity.oda.design.ui.wizards.DataSetWizard" |
Linda Chan | 3dd8855 | 2006-03-09 08:50:13 +0000 | [diff] [blame] | 82 | windowTitle="Select Table"/> |
| 83 | <dataSetPage |
| 84 | displayName="%wizard.data.set.page.title" |
| 85 | icon="icons/file.gif" |
| 86 | id="oda.flatfile.ui.tablePage" |
| 87 | path="/" |
| 88 | wizardPageClass="org.eclipse.datatools.connectivity.oda.flatfile.ui.wizards.FileSelectionWizardPage"/> |
| 89 | </dataSetUI> |
Linda Chan | 72596db | 2006-01-31 05:25:14 +0000 | [diff] [blame] | 90 | </extension> |
Linda Chan | 5466647 | 2005-12-23 01:49:49 +0000 | [diff] [blame] | 91 | |
| 92 | </plugin> |