Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: [156017] Supports filtering of a deprecated oda.dataSource extension

Title: CHECKIN: [156017] Supports filtering of a deprecated oda.dataSource extension

Summary:
Supports filtering of a deprecated oda.dataSource extension.

Bugzilla Entry(ies) Resolved:
156017, 159093

Description:
*  Added filtering option in oda.util.manifest to filter deprecated oda extension.  BIRT's New Data Source wizard now uses this filtering to get the list of oda extensions for user selection. 

*  Updated BIRT oda.xml plugin manifest to indicate it is deprecated and replaced by the DTP oda.xml extension, so the wizard would no longer show the deprecated BIRT oda.xml extension.

*  Added annotation in the BIRT oda.dataSource extension point schema to clarify that it has been deprecated.

Tests Description:
Visually tested

Notes to Build Team:
None.

Notes to Developers:
None.

Notes to QA:
None.

Notes to Documentation:
None.

Files Edited:
CVS:/cvsroot/birt/source/
org.eclipse.birt.data.oda/
        meta-inf/manifest.mf
        schema/datasource.exsd
        src/org/eclipse/birt/data/oda/util/manifest/
                DtpManifestExplorer.java

org.eclipse.birt.report.data.oda.xml/
        plugin.xml

org.eclipse.birt.report.designer.ui/
        meta-inf/manifest.mf
        src/org/eclipse/birt/report/designer/data/ui/datasource/
                DataSourceSelectionPage.java

CVS:/cvsroot/datatools/org.eclipse.datatools.connectivity/plugins/
org.eclipse.datatools.connectivity.oda/
        meta-inf/manifest.mf
        src/org/eclipse/datatools/connectivity/oda/util/manifest/
                ManifestExplorer.java

Files Added:
None.

Files Deleted:
None.


Back to the top