| author | xma | 2007-08-03 04:34:35 (EDT) |
|---|---|---|
| committer | xgu | 2007-08-03 04:34:35 (EDT) |
| commit | ca9f470dcb05aafb51ed3cd51940c9fc1c04e6de (patch) (side-by-side diff) | |
| tree | e2236b7830626f50860fc38e1286192450d4439d | |
| parent | 3d9a6db88268f3999e8f4d9df72b15edf1a253f6 (diff) | |
| download | org.eclipse.datatools.enablement.oda-ca9f470dcb05aafb51ed3cd51940c9fc1c04e6de.zip org.eclipse.datatools.enablement.oda-ca9f470dcb05aafb51ed3cd51940c9fc1c04e6de.tar.gz org.eclipse.datatools.enablement.oda-ca9f470dcb05aafb51ed3cd51940c9fc1c04e6de.tar.bz2 | |
Fix Bugzilla Bug 194535
Mnemonic missing on oda WS's Data Set Property Labels
| -rw-r--r-- | plugins/org.eclipse.datatools.enablement.oda.ws/plugin.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.datatools.enablement.oda.ws/plugin.properties b/plugins/org.eclipse.datatools.enablement.oda.ws/plugin.properties index 7330be2..884a822 100644 --- a/plugins/org.eclipse.datatools.enablement.oda.ws/plugin.properties +++ b/plugins/org.eclipse.datatools.enablement.oda.ws/plugin.properties @@ -25,5 +25,5 @@ connection.profile.name=Web Services Data Source Connection Profile datasource.property.soapEndPoint=&SOAP End Point datasource.property.connectionClass=Connection &Class datasource.property.connectionTimeOut=Connection &Time Out -dataset.property.xmlFileURI=XML File -dataset.property.xsdFileURI=Schema File
\ No newline at end of file +dataset.property.xmlFileURI=&XML File +dataset.property.xsdFileURI=&Schema File
\ No newline at end of file |

