Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] RE: CHECKIN: [161819] EOL support of deprecated org.eclipse.birt.data.oda

Title: RE: CHECKIN: [161819] EOL support of deprecated org.eclipse.birt.data.oda

This is part 2 of Bugzilla 161819.
It removes reference of the org.eclipse.birt.data.oda plugins in the build script of components that no longer depend on it.

Also removed the two birt data oda plugins from BIRT data component's build map.

Files Edited:
CVS:/cvsroot/birt/source/

    org.eclipse.birt.data/

        BuildData.xml

    org.eclipse.birt.report.model/
            BuildModel.xml
    org.eclipse.birt.releng/
            birt_data.map

Files Deleted:

    org.eclipse.birt.data.tests/
            test/org/eclipse/birt/data/engine/odaconsumer/birtdriver/
                    all files


     -----Original Message-----
    From:   Linda Chan 
    Sent:   Friday, December 01, 2006 7:44 PM
    To:     'birt-dev@xxxxxxxxxxx'
    Subject:        CHECKIN: [161819] EOL support of deprecated org.eclipse.birt.data.oda

    Summary:
    Removed the support of the deprecated BIRT ODA runtime extension point - org.eclipse.birt.data.oda.dataSource

    Bugzilla Entry(ies) Resolved:
    161819

    Description:
    This is part 1 of Bugzilla 161819.  It removes the support of org.eclipse.birt.data.oda.dataSource extension point.
    Use of any such extension would lead to an invalid ODA extension exception.
    Part 2 will be check-in later to remove the related plugins from the BIRT 2.2 build.

    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/
            meta-inf/manifest.mf
            src/org/eclipse/birt/data/engine/odaconsumer/
                    Driver.java

    org.eclipse.birt.data.tests/
            test/org/eclipse/birt/data/engine/
                    OdaConsumerTests.java
            test/org/eclipse/birt/data/engine/odaconsumer/
                    ManifestExplorerTest.java

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

    org.eclipse.birt.report.model/
            meta-inf/manifest.mf
            src/org/eclipse/birt/report/model/plugin/
                    ODAManifestUtil.java

    Files Added:
    None.

    Files Deleted:
    org.eclipse.birt.data.tests/
            test/org/eclipse/birt/data/engine/odaconsumer/
                    BirtOdaAdapterTest.java


Back to the top