[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev]CheckIn: add expand/archive to ArchiveUtil.
|
Title: [birt-dev]CheckIn: add expand/archive to ArchiveUtil.
- Summary:
- Bugzilla Bug (s) Resolved:
- Description:
1. add expand/archive in the ArchiveUtil to support convertion between folder and file.
2. change the stauts name returned by the task.getStatus.
3. change the isCancel to getCancelFlag.
- Tests Description :
Unit Test
- Notes to Build Team:
Check in both the 2.1.2 and main branch.
- Notes to Developers:
- Notes to QA:
- Notes to Documentation:
- Files Edited:
cvs ci -m "1. add archive/expand utils in ArchiveUtils.
2. change the name of engine task status
" -l "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FolderArchiveWriter.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/FolderArchiveReader.java" "/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java"
cvs ci -m "1. add archive/expand utils in ArchiveUtils.
2. change the name of engine task status
" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/EngineTask.java"
- Files Added:
- Files Deleted
-Wei Yan