- Summary:
Fix bugzilla bug 124067.
- Bugzilla Bug (s) Resolved:
[124067] When select the XML file, the relative path should be supported.
- Description:
The following changes are made:
1. Use
Module.findResource() method to get the file name in xml.ui package.
2. Use same
method to get the file name in ModelDtEApiAdaptor class.
- Tests Description:
Unit test.
- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"
"/org.eclipse.birt.report.data.oda.xml/src/org/eclipse/birt/report/data/oda/xml/util/ui/SchemaPopulationUtil.java"
"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/XmlDataSetSelectionPage.java"
"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/ColumnMappingPage.java"
"/org.eclipse.birt.report.data.oda.xml.ui/src/org/eclipse/birt/report/data/oda/xml/ui/wizards/XPathChoosePage.java"
- Files Added:
N/A
- Files Deleted:
N/A
- Notes to Build Team:
N/A
- Notes to Developers:
N/A
- Notes to QA:
N/A
- Notes to Documentation:
N/A