/[Apache-SVN]
ViewVC logotype

Revision 613951


Jump to revision: Previous Next
Author: nick
Date: Mon Jan 21 18:00:30 2008 UTC (16 years, 4 months ago)
Changed paths: 33
Log Message:
[ooxml-branch] Split the common ss interfaces into two sets - one that works with jdk 1.5 and has the full functionality, and another that works with jdk 1.4 and only has dummy functionality. Update build.xml to spit out two versions of the main classes, one for jdk 1.5 with the full interfaces, and one for jdk 1.4 with the dummy ones (but which is otherwise like the current behaviour). Also add readme explaining all this

Changed paths

Path Details
Directorypoi/branches/ooxml/build.xml modified , text changed
Directorypoi/branches/ooxml/src/ooxml/README.interfaces added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Cell.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/CellStyle.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Color.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Comment.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/DataFormat.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Font.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Footer.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Header.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Name.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Palette.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Patriarch.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/PrintSetup.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/RichTextString.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Row.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/SharedStringSource.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Sheet.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Textbox.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk14/org/apache/poi/ss/usermodel/Workbook.java added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/
(Copied from poi/branches/ooxml/src/ooxml/java/org/apache/poi/ss, r613942)
added
Directorypoi/branches/ooxml/src/ooxml/interfaces-jdk15/org/apache/poi/ss/usermodel/Sheet.java modified , text changed
Directorypoi/branches/ooxml/src/ooxml/java/org/apache/poi/ss/ deleted

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26