Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 132535 [Compatibility]"org.eclipse.birt.report.data.oda.flatfile" didn't match to "org.eclipse.datatools.connectivity.oda.flatfile"

Title: [birt-dev]CheckIn:Fix bugzilla bug 132535 [Compatibility]"org.eclipse.birt.report.data.oda.flatfile" didn't match to "org.eclipse.datatools.connectivity.oda.flatfile"

- Summary:
Fix bugzilla bug 1
32535


- Bugzilla Bug (s) Resolved:
Bugzilla bug 1
32535 [Compatibility]"org.eclipse.birt.report.data.oda.flatfile" didn't match to "org.eclipse.datatools.connectivity.oda.flatfile"


- Description:

This bug is caused by the migration into ODA3.0, Birt flatfile.ui use the org.eclipse.datatools.connectivity.oda.flatfile as its datasource type. So it cannot recognize the old org.eclipse.birt.report.data.oda.flatfile. If user wants to keep the old version work, he must download both Birt flatfile.ui&Birt flatfile.


- Tests Description:
Manual test


- Files Edited:
/org.eclipse.birt.report.data.oda.flatfile.ui/META-INF/MANIFEST.MF
/org.eclipse.birt.report.data.oda.flatfile.ui/BuildFlatfileUI.xml
/org.eclipse.birt.report.data.oda.flatfile.ui/plugin.xml
/org.eclipse.birt.report.data.oda.flatfile.ui/plugin.properties
/org.eclipse.birt.report.data.oda.flatfile.ui/build.properties

/org.eclipse.birt.report.data.oda.flatfile.ui/src/org/eclipse/birt/report/data/oda/flatfile/ui/wizards/FileSelectionWizardPage.java
/org.eclipse.birt.report.data.oda.flatfile.ui/src/org/eclipse/birt/report/data/oda/flatfile/ui/wizards/FolderPropertyPage.java
/org.eclipse.birt.report.data.oda.flatfile.ui/src/org/eclipse/birt/report/data/oda/flatfile/ui/wizards/FlatFileDataSetWizard.java
/org.eclipse.birt.report.data.oda.flatfile.ui/src/org/eclipse/birt/report/data/oda/flatfile/ui/wizards/FolderSelectionPageHelper.java



- Files Added:

N/A


- Files Deleted:

/org.eclipse.birt.report.data.oda.flatfile.ui/src/org/eclipse/birt/report/data/oda/flatfile/ui/wizards/TableSelectionPage.java

- Notes to Build Team:
To support old version flatfile report, Birt.flatfile.ui and Birt.flatfile should be added into daily build.


Back to the top