`
JadeLuo
  • 浏览: 425578 次
  • 性别: Icon_minigender_1
  • 来自: 珠海
社区版块
存档分类
最新评论

Understanding the CVS Structure

    博客分类:
  • birt
阅读更多

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 Contents
org.eclipse.birt.chart.device.extension Extension classes for the device renderer framework for charts
org.eclipse.birt.chart.engine Chart model and factory classes
org.eclipse.birt.chart.engine.extension Extension classes for the model renderer framework for charts
org.eclipse.birt.chart.reportitem Classes for the chart module to interact with the BIRT designer and runtime engine
org.eclipse.birt.chart.shared Classes shared between different components of the chart module
org.eclipse.birt.chart.ui Chart builder UI classes
org.eclipse.birt.chart.ui.extension Extensions for the chart builder UI
org.eclipse.birt.chart.device.extension Chart engine extension plugin containing device renderers implementations (Swing, SWT, PNG, GIF, JPG, BMP)
org.eclipse.birt.chart.device.svg Chart engine extension plugin containing SVG device renderer?s implementation
org.eclipse.birt.converters Contains converters that can convert reports from other formats to the BIRT report format
org.eclipse.birt.core Provides the framework for loading the plugins at run-time and contains other classes that can be used by any other module
org.eclipse.birt.data Provides the data engine implementation and the ODA factory implementation. It also contains classes for applying transformations on the data.
org.eclipse.birt.data.oda ODA public interface: the classes and interfaces used to create data extensions.
org.eclipse.birt.data.oda.adapter.dtp Adapter for Data Tools project
org.eclipse.birt.report.data.oda.flatfile The ODA driver for accessing flat file data sources
org.eclipse.birt.report.data.oda.flatfile.ui The user interface for the ODA flat file driver
org.eclipse.birt.data.oda.jdbc The ODA driver for accessing JDBC data sources
org.eclipse.birt.data.oda.jdbc.ui The user interface for the ODA JDBC driver
org.eclipse.birt.report.data.oda.sampledb The ODA driver for accessing the sample Derby data base
org.eclipse.birt.report.data.oda.sampledb.ui The user interface for the ODA sample database driver
org.eclipse.birt.data.oda.xml The ODA driver for accessing XML data sources
org.eclipse.birt.data.oda.xml.ui The user interface for the ODA XML driver
org.eclipse.birt.report.debug.ui Used for creating launch configuration when debugging reports that contain Java events
org.eclipse.birt.report.designer.core The core classes of the BIRT report designer, including classes that interact with the BIRT model, and localization and other utility classes
org.eclipse.birt.report.designer.lib The classes used for library manipulation
org.eclipse.birt.report.designer.lib.explorer Handles browsing and exploring library contents
org.eclipse.birt.report.designer.ui The BIRT report designer
org.eclipse.birt.report.designer.ui.rcp The BIRT RCP report designer
org.eclipse.birt.report.engine The BIRT reporting engine that generates the report from a report design
org.eclipse.birt.report.engine.emitter.fo The emitter for generating report output using FO
org.eclipse.birt.report.engine.emitter.html The emitter that generates report output in HTML
org.eclipse.birt.report.engine.emitter.pdf The emitter that generates report output in PDF
org.eclipse.birt.report.model The BIRT report model
org.eclipse.birt.report.viewer The BIRT report viewer (BIRT web app)
org.eclipse.birt-feature The BIRT feature
分享到:
评论

相关推荐

    CVS书:使用CVS进行开源开发The CVS Book: Open Source Development with CVS

    有关并发版本系统(CVS)的完整介绍,教程和参考,以及对开放源代码开发的惯例和约定以及CVS如何适合它们的详细调查。

    CVS教学电子书如何安装CVS,CVS使用

    **CVS(Concurrent Versions System)**是一种广泛使用的版本控制系统,尤其在开源软件开发中扮演着重要角色。它能够跟踪代码的变化,管理多个开发者协作时的版本冲突,并提供了历史记录和回滚功能,使得团队协作...

    CVS客户端工具TortoiseCVS

    **TortoiseCVS:CVS版本控制系统的友好界面** TortoiseCVS是一个专为Windows用户设计的CVS(Concurrent Versions System)版本控制系统客户端工具。CVS是一种开源的、分布式版本控制系统,用于管理软件项目的源代码...

    CVS cvs-1.11.23

    《CVS 1.11.23:版本控制系统的历史与应用详解》 CVS(Concurrent Versions System),中文常称为并发版本系统,是最早流行的一种开源版本控制系统,它的出现为软件开发团队提供了协同工作、代码管理和历史追踪的...

    TortoiseCVS_CVS客户端工具

    **TortoiseCVS:CVS的便捷桌面客户端** TortoiseCVS是CVS(Concurrent Versions System)的一个图形用户界面(GUI)工具,它为开发者提供了一种直观且易于使用的界面来管理版本控制。CVS是一个开源的版本控制系统,...

    Eclipse中CVS使用

    【Eclipse中CVS使用详解】 CVS,全称为Concurrent Versions System,是一种广泛使用的开源版本控制系统。在软件开发过程中,版本控制对于团队协作至关重要,它可以帮助开发者追踪代码的修改历史,协同工作,并确保...

    Tortoise CVS 中文语言包

    TortoiseCVS是一款在Windows环境下非常流行的CVS(Concurrent Versions System)客户端工具,它提供了与文件资源管理器集成的图形用户界面,使得版本控制操作更为直观和便捷。中文语言包是为TortoiseCVS提供的本地化...

    CVS小乌龟工具

    【CVS小乌龟工具】是一款专为64位操作系统设计的版本控制系统客户端,它集成了CVS(Concurrent Versions System)的核心功能,并且优化了对64位系统的支持,确保在变态的64位环境下也能高效稳定地运行。TortoiseCVS...

    centos5 cvs安装与配置

    CentOS 5 CVS 安装与配置 在本文中,我们将一步一步地指导您如何在 CentOS 5 中安装和配置 CVS(Concurrent Versions System),并且介绍用户管理的相关知识。 安装 CVS 首先,我们需要安装 CVS 软件包。使用以下...

    cvs最简单的使用方法

    **CVS(Concurrent Versions System)是最简单使用方法详解** CVS,全称为并发版本系统,是一种源代码版本控制系统,用于管理和跟踪项目中的文件变化。它允许多人协作开发,并记录每个文件的历史版本,以便在出现...

    linux下的cvs

    ### Linux下的CVS配置规则及细节问题 #### CVS简介与安装 CVS(Concurrent Versions System)是一款在开源社区广泛使用的版本控制系统。它主要用于管理软件项目中的源代码变更历史,支持多用户协作开发,能够有效地...

    The CVS Book

    ### CVS版本控制系统详解 #### 一、CVS简介 CVS(Concurrent Versions System)是一种广泛使用的源代码版本控制系统。它允许开发团队在一个项目中协同工作,并管理项目的多个版本。CVS通过保存每次更改的历史记录...

    CVS项目版本控制工具

    CVS(Concurrent Versions System)是一种广泛使用的源代码版本控制系统,它允许开发团队协同工作,同时跟踪代码的历史版本。在软件开发过程中,CVS扮演着至关重要的角色,它确保了团队成员之间的协作效率,同时也...

    CVS 服务器程序 CVSNT 2.0.58d + CVS 客户端工具 TortoiseCVS 1.10.10 (for win7)+ 图示说明

    CVS 服务器程序 CVSNT 2.0.58d + CVS 客户端工具 TortoiseCVS 1.10.10 (for win7)+ 图示说明 最新的版本cvsnt-2.5.03.2382有4.2MB,追新的朋友可以自己上官网下载. 1都安装好软件 2配置服务器端  a 查看运行...

    CVS安装工具-TortoiseCVS

    【TortoiseCVS:CVS的图形化界面增强工具】 TortoiseCVS是一款针对CVS(Concurrent Versions System)版本控制系统设计的图形化客户端工具。CVS是一种开源的、分布式版本控制系统,用于管理软件项目的源代码,使得...

    CVS的配置 CVS的配置

    【CVS配置详解】 CVS(Concurrent Versions System)是一种广泛使用的版本控制系统,它允许团队成员协同工作并跟踪代码的变化。在Windows环境下,通常使用CVSNT作为CVS的实现,因为它提供了对Windows系统的良好支持...

    cvs server安装与Eclipse简单使用

    《CVS Server安装与Eclipse简单使用指南》 在软件开发过程中,版本控制系统的使用是至关重要的,它能够帮助团队协同工作,跟踪代码修改历史,防止数据丢失。CVS(Concurrent Versions System)是一个开源的版本控制...

    cvs 版本控制 cvs 版本控制

    cvs 版本控制 软件项目管理 cvs 版本控制 软件项目管理

    CVS完全手册--CVS一本通

    【CVS完全手册--CVS一本通】 CVS(Concurrent Versions System)是一个版本控制系统,其设计目的是在多用户环境中管理文件的版本和修改历史。它允许开发团队成员并行工作,每个人都可以独立修改文件,然后通过合并...

    cvs静态报表jar包

    Change into the directory where you have checked out the module, and use the cvs log command to create a log file. cvs log > cvs.log (3). Running StatCvs StatCvs is run using the command: java -...

Global site tag (gtag.js) - Google Analytics