Brian Fitzpatrick | 0ab7f13 | 2008-12-02 21:34:06 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 2 | ## Copyright (c) 2006-2007 Ingres Corporation and others. |
| 3 | ## All rights reserved. This program and the accompanying materials |
nickboldt | 209258c | 2018-11-01 16:51:54 -0400 | [diff] [blame] | 4 | ## are made available under the terms of the Eclipse Public License 2.0 |
Brian Fitzpatrick | 0ab7f13 | 2008-12-02 21:34:06 +0000 | [diff] [blame] | 5 | ## which accompanies this distribution, and is available at |
nickboldt | 209258c | 2018-11-01 16:51:54 -0400 | [diff] [blame] | 6 | ## https://www.eclipse.org/legal/epl-2.0/ |
Brian Fitzpatrick | 0ab7f13 | 2008-12-02 21:34:06 +0000 | [diff] [blame] | 7 | ## |
| 8 | ## Contributors: |
| 9 | ## Ingres - Implementation |
| 10 | ################################################################################ |
| 11 | |
| 12 | PLUGIN_NAME = Ingres DTP Plug-in |
Brian Fitzpatrick | c4eab61 | 2009-06-02 01:02:15 +0000 | [diff] [blame] | 13 | PROVIDER_NAME = Eclipse Data Tools Platform |
Brian Fitzpatrick | 0ab7f13 | 2008-12-02 21:34:06 +0000 | [diff] [blame] | 14 | |
| 15 | # Parent category for Ingres in the driver definition |
| 16 | CATEGORY_PRODUCT_FAMILY_NAME = Ingres |
| 17 | CATEGORY_PRODUCT_FAMILY_DESCRIPTION = |
| 18 | |
| 19 | # Category for Ingres 2006 in the driver definition |
| 20 | CATEGORY_PRODUCT_NAME = 2006 |
| 21 | CATEGORY_PRODUCT_DESCRIPTION = |
| 22 | |
| 23 | # Ingres 2006 Driver Template |
| 24 | DRIVER_NAME = Ingres JDBC Driver |
| 25 | DRIVER_DESCRIPTION = |
| 26 | |
| 27 | # Various properties for the driver template |
| 28 | |
| 29 | DRIVER_DRIVER_CLASS_NAME = Driver Class |
| 30 | DRIVER_DRIVER_CLASS_DESCRIPTION = |
| 31 | |
| 32 | DRIVER_DB_VENDOR_NAME = Vendor |
| 33 | DRIVER_DB_VENDOR_DESCRIPTION = |
| 34 | |
| 35 | DRIVER_DB_VERSION_NAME = 2006 |
| 36 | DRIVER_DB_VERSION_DESCRIPTION = |
| 37 | |
| 38 | DRIVER_DATABASE_NAME_NAME = Database Name |
| 39 | DRIVER_DATABASE_NAME_DESCRIPTION = |
| 40 | |
| 41 | DRIVER_DB_URL_NAME = Connection URL |
| 42 | DRIVER_DB_URL_DESCRIPTION = |
| 43 | |
| 44 | DRIVER_DB_USERNAME_NAME = Username |
| 45 | DRIVER_DB_USERNAME_DESCRIPTION = |
| 46 | |
| 47 | DRIVER_DB_PASSWORD_NAME = Password |
| 48 | DRIVER_DB_PASSWORD_DESCRIPTION = |
| 49 | |
| 50 | # Connection Profile |
| 51 | CONNECTION_PROFILE_NAME = Ingres Database |
| 52 | |
| 53 | # Connection factory |
| 54 | CONNECTION_FACTORY_NAME = Ingres JDBC Connection Factory |
| 55 | # ==================================================================== |
| 56 | |