Linda Chan | 21f394b | 2006-08-11 03:13:30 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 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 | * |
| 17 | */ |
| 18 | --> |
| 19 | |
| 20 | <plugin> |
| 21 | <extension |
| 22 | point="org.eclipse.datatools.connectivity.oda.consumer.propertyProvider"> |
| 23 | <dataSourcePropertyService |
| 24 | consumerApplicationId="org.eclipse.datatools.connectivity.oda.consumer.tests" |
| 25 | providerClass="org.eclipse.datatools.connectivity.oda.consumer.tests.ExternalizedPropertyProvider"/> |
| 26 | </extension> |
Linda Chan | 05d116f | 2011-05-20 00:47:24 +0000 | [diff] [blame] | 27 | <extension |
| 28 | point="org.eclipse.datatools.connectivity.oda.consumer.driverBridge"> |
| 29 | <bridge |
| 30 | bridgeId="org.eclipse.datatools.connectivity.oda.consumer.tests" |
| 31 | driverType="org.eclipse.datatools.connectivity.oda.consumer.testdriver.TestDriverImpl"> |
| 32 | </bridge> |
| 33 | </extension> |
| 34 | <extension |
| 35 | id="org.eclipse.datatools.connectivity.oda.consumer.tests" |
| 36 | point="org.eclipse.datatools.connectivity.oda.dataSource"> |
| 37 | <dataSource |
| 38 | driverClass="org.eclipse.datatools.connectivity.oda.consumer.test.impl.DummyDriver" |
| 39 | id="org.eclipse.datatools.connectivity.oda.consumer.tests" |
| 40 | odaVersion="3.0" |
| 41 | overrideExplorerFiltering="false" |
| 42 | setThreadContextClassLoader="false"> |
| 43 | </dataSource> |
| 44 | </extension> |
Linda Chan | 21f394b | 2006-08-11 03:13:30 +0000 | [diff] [blame] | 45 | |
| 46 | </plugin> |