appended 'type="unkonwn"' attribute to action element: To avoid Forrest Build Error

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353138 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Tetsuya Kitahata 2003-06-16 06:33:20 +00:00
parent 6f50646bed
commit e1743a234b

View File

@ -86,63 +86,63 @@
<action dev="POI-DEVELOPERS" type="add">Initial low level record support for charting (not complete)</action> <action dev="POI-DEVELOPERS" type="add">Initial low level record support for charting (not complete)</action>
</release> </release>
<release version="1.1.0" date="Release date not recorded"> <release version="1.1.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Created new event model</action> <action dev="POI-DEVELOPERS" type="unknown">Created new event model</action>
<action dev="POI-DEVELOPERS">Optimizations made to HSSF including aggregate records for <action dev="POI-DEVELOPERS" type="unknown">Optimizations made to HSSF including aggregate records for
values, rows, etc.</action> values, rows, etc.</action>
<action dev="POI-DEVELOPERS">predictive sizing, offset based writing (instead of lots of <action dev="POI-DEVELOPERS" type="unknown">predictive sizing, offset based writing (instead of lots of
array copies)</action> array copies)</action>
<action dev="POI-DEVELOPERS">minor re-factoring and bug fixes.</action> <action dev="POI-DEVELOPERS" type="unknown">minor re-factoring and bug fixes.</action>
</release> </release>
<release version="1.0.0" date="Release date not recorded"> <release version="1.0.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Minor documentation updates.</action> <action dev="POI-DEVELOPERS" type="unknown">Minor documentation updates.</action>
</release> </release>
<release version="0.14.0" date="Release date not recorded"> <release version="0.14.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Added DataFormat helper class and exposed set and get format <action dev="POI-DEVELOPERS" type="unknown">Added DataFormat helper class and exposed set and get format
on HSSFCellStyle</action> on HSSFCellStyle</action>
<action dev="POI-DEVELOPERS">Fixed column width apis (unit wise) and various javadoc on <action dev="POI-DEVELOPERS" type="unknown">Fixed column width apis (unit wise) and various javadoc on
the subject</action> the subject</action>
<action dev="POI-DEVELOPERS">Fix for Dimensions record (again)... (one of these days I'll <action dev="POI-DEVELOPERS" type="unknown">Fix for Dimensions record (again)... (one of these days I'll
write a unit test for this ;-p).</action> write a unit test for this ;-p).</action>
<action dev="POI-DEVELOPERS">Some optimization on sheet creation.</action> <action dev="POI-DEVELOPERS" type="unknown">Some optimization on sheet creation.</action>
</release> </release>
<release version="0.13.0" date="Release date not recorded"> <release version="0.13.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Changes not recorded.</action> <action dev="POI-DEVELOPERS" type="unknown">Changes not recorded.</action>
</release> </release>
<release version="0.12.0" date="Release date not recorded"> <release version="0.12.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Added MulBlank, Blank, ColInfo</action> <action dev="POI-DEVELOPERS" type="unknown">Added MulBlank, Blank, ColInfo</action>
<action dev="POI-DEVELOPERS">Added log4j facility and removed all sys.out type logging</action> <action dev="POI-DEVELOPERS" type="unknown">Added log4j facility and removed all sys.out type logging</action>
<action dev="POI-DEVELOPERS">Added support for adding font's, styles and corresponding <action dev="POI-DEVELOPERS" type="unknown">Added support for adding font's, styles and corresponding
high level api for styling cells</action> high level api for styling cells</action>
<action dev="POI-DEVELOPERS">added support for changing row height, cell width and default <action dev="POI-DEVELOPERS" type="unknown">added support for changing row height, cell width and default
row height/cell width.</action> row height/cell width.</action>
<action dev="POI-DEVELOPERS">Added fixes for internationalization (UTF-16 should work now <action dev="POI-DEVELOPERS" type="unknown">Added fixes for internationalization (UTF-16 should work now
from HSSFCell.setStringValue, etc when the encoding is set)</action> from HSSFCell.setStringValue, etc when the encoding is set)</action>
<action dev="POI-DEVELOPERS">added support for adding/removing and naming sheets.</action> <action dev="POI-DEVELOPERS" type="unknown">added support for adding/removing and naming sheets.</action>
</release> </release>
<release version="0.11.0" date="Release date not recorded"> <release version="0.11.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Bugfix release. We were throwing an exception when reading <action dev="POI-DEVELOPERS" type="unknown">Bugfix release. We were throwing an exception when reading
RKRecord objects.</action> RKRecord objects.</action>
</release> </release>
<release version="0.10.0" date="Release date not recorded"> <release version="0.10.0" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Got continuation records to work (read/write)</action> <action dev="POI-DEVELOPERS" type="unknown">Got continuation records to work (read/write)</action>
<action dev="POI-DEVELOPERS">Added various pre-support for formulas</action> <action dev="POI-DEVELOPERS" type="unknown">Added various pre-support for formulas</action>
<action dev="POI-DEVELOPERS">Massive API reorganization, repackaging.</action> <action dev="POI-DEVELOPERS" type="unknown">Massive API reorganization, repackaging.</action>
<action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or <action dev="POI-DEVELOPERS" type="unknown">BiffViewer class added for validating HSSF &amp; POI and/or
HSSF Output.</action> HSSF Output.</action>
<action dev="POI-DEVELOPERS">Better API support for modification.</action> <action dev="POI-DEVELOPERS" type="unknown">Better API support for modification.</action>
</release> </release>
<release version="0.7 (and interim releases)" date="Release date not recorded"> <release version="0.7 (and interim releases)" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Added encoding flag to high and low level api to use utf-16 <action dev="POI-DEVELOPERS" type="unknown">Added encoding flag to high and low level api to use utf-16
when needed (HSSFCell.setEncoding())</action> when needed (HSSFCell.setEncoding())</action>
<action dev="POI-DEVELOPERS">added read only support for Label records (which are <action dev="POI-DEVELOPERS" type="unknown">added read only support for Label records (which are
reinterpreted as LabelSST when written)</action> reinterpreted as LabelSST when written)</action>
<action dev="POI-DEVELOPERS">Broken continuation record implementation (oops)</action> <action dev="POI-DEVELOPERS" type="unknown">Broken continuation record implementation (oops)</action>
<action dev="POI-DEVELOPERS">BiffViewer class added for validating HSSF &amp; POI and/or <action dev="POI-DEVELOPERS" type="unknown">BiffViewer class added for validating HSSF &amp; POI and/or
HSSF Output.</action> HSSF Output.</action>
</release> </release>
<release version="0.6 (release)" date="Release date not recorded"> <release version="0.6 (release)" date="Release date not recorded">
<action dev="POI-DEVELOPERS">Support for read/write and modify.</action> <action dev="POI-DEVELOPERS" type="unknown">Support for read/write and modify.</action>
<action dev="POI-DEVELOPERS">Read only support for MulRK records (converted to Number when <action dev="POI-DEVELOPERS" type="unknown">Read only support for MulRK records (converted to Number when
writing) writing)
</action> </action>
</release> </release>