JadeLuo 发表于 2013-1-14 23:00:04

Understanding the CVS Structure

Understanding the CVS Structure

http://www.eclipse.org/birt/phoenix/build/buildInstructions.php
The BIRT modules are available in CVS in the source folder under /home/birt. BIRT has over 150 modules, some of these are described below.
Project Folder Contentsorg.eclipse.birt.chart.device.extensionExtension classes for the device renderer framework for chartsorg.eclipse.birt.chart.engineChart model and factory classesorg.eclipse.birt.chart.engine.extensionExtension classes for the model renderer framework for chartsorg.eclipse.birt.chart.reportitemClasses for the chart module to interact with the BIRT designer and runtime engineorg.eclipse.birt.chart.sharedClasses shared between different components of the chart moduleorg.eclipse.birt.chart.uiChart builder UI classesorg.eclipse.birt.chart.ui.extensionExtensions for the chart builder UIorg.eclipse.birt.chart.device.extensionChart engine extension plugin containing device renderers implementations (Swing, SWT, PNG, GIF, JPG, BMP)org.eclipse.birt.chart.device.svgChart engine extension plugin containing SVG device renderer?s implementationorg.eclipse.birt.convertersContains converters that can convert reports from other formats to the BIRT report formatorg.eclipse.birt.coreProvides the framework for loading the plugins at run-time and contains other classes that can be used by any other moduleorg.eclipse.birt.dataProvides the data engine implementation and the ODA factory implementation. It also contains classes for applying transformations on the data.org.eclipse.birt.data.odaODA public interface: the classes and interfaces used to create data extensions.org.eclipse.birt.data.oda.adapter.dtpAdapter for Data Tools projectorg.eclipse.birt.report.data.oda.flatfileThe ODA driver for accessing flat file data sourcesorg.eclipse.birt.report.data.oda.flatfile.uiThe user interface for the ODA flat file driverorg.eclipse.birt.data.oda.jdbcThe ODA driver for accessing JDBC data sourcesorg.eclipse.birt.data.oda.jdbc.uiThe user interface for the ODA JDBC driverorg.eclipse.birt.report.data.oda.sampledbThe ODA driver for accessing the sample Derby data baseorg.eclipse.birt.report.data.oda.sampledb.uiThe user interface for the ODA sample database driverorg.eclipse.birt.data.oda.xmlThe ODA driver for accessing XML data sourcesorg.eclipse.birt.data.oda.xml.uiThe user interface for the ODA XML driverorg.eclipse.birt.report.debug.uiUsed for creating launch configuration when debugging reports that contain Java eventsorg.eclipse.birt.report.designer.coreThe core classes of the BIRT report designer, including classes that interact with the BIRT model, and localization and other utility classesorg.eclipse.birt.report.designer.libThe classes used for library manipulationorg.eclipse.birt.report.designer.lib.explorerHandles browsing and exploring library contentsorg.eclipse.birt.report.designer.uiThe BIRT report designerorg.eclipse.birt.report.designer.ui.rcpThe BIRT RCP report designerorg.eclipse.birt.report.engineThe BIRT reporting engine that generates the report from a report designorg.eclipse.birt.report.engine.emitter.foThe emitter for generating report output using FOorg.eclipse.birt.report.engine.emitter.htmlThe emitter that generates report output in HTMLorg.eclipse.birt.report.engine.emitter.pdfThe emitter that generates report output in PDForg.eclipse.birt.report.modelThe BIRT report modelorg.eclipse.birt.report.viewerThe BIRT report viewer (BIRT web app)org.eclipse.birt-featureThe BIRT feature
页: [1]
查看完整版本: Understanding the CVS Structure