Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 8ad57b444a28f6e108bfcd1486426a095ef4711f
https://github.com/Teiid-Designer/teiid-designer/commit/8ad57b444a28f6e10...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2013-03-25 (Mon, 25 Mar 2013)
Changed paths:
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/xml/XmlLocalFileProfileDetailsWizardPage.java
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/profiles/xml/XmlUrlProfileDetailsWizardPage.java
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/ui/DatatoolsUiConstants.java
M
plugins/org.teiid.designer.datatools.ui/src/org/teiid/designer/datatools/ui/i18n.properties
Log Message:
-----------
TEIIDDES-1608: Allow additional xml-style files in connection profiles
* Rather than just xml files, allow the file and url connection profiles
to use other filetypes that contain xml.
* Instead of testing the file's extension, parse the file for XML.
* Url connection profile wizard can take a while if the host is invalid so
place the parsing code inside a Busy UI Indicator.