summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move poi to top levelREL_1_5_1Joe Schaefer2007-06-250-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_1_5_1@550311 13f79535-47bb-0310-9956-ffa450edef68
* This commit was manufactured by cvs2svn to create tag 'REL_1_5_1'.(no author)2002-06-1546-2086/+2927
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/tags/REL_1_5_1@352699 13f79535-47bb-0310-9956-ffa450edef68
* Committing latest good version of cent jars in CVS following a positive +3Nicola Ken Barozzi2002-04-227-0/+0
| | | | | | | | | | vote on the poi-dev mailing list. To update, simply run "build update-all-cents" and commit changes to CVS. To update a single cent do "build update-cent", specify cent to update when prompted, and then commit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352467 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest dev version of Centipede whivh uses the newly committedNicola Ken Barozzi2002-04-2212-540/+3385
| | | | | | | xmlproperty task in Ant :-) git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352466 13f79535-47bb-0310-9956-ffa450edef68
* Revert to use the default ant scripts: 128 Mb not needed anymore, build has ↵Nicola Ken Barozzi2002-04-222-3/+3
| | | | | | changed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352465 13f79535-47bb-0310-9956-ffa450edef68
* Making cent jars visible again.Nicola Ken Barozzi2002-04-221-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352464 13f79535-47bb-0310-9956-ffa450edef68
* Forgot the licenseGlen Stampoultzis2002-04-221-0/+60
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352463 13f79535-47bb-0310-9956-ffa450edef68
* Testcase for RKUtilGlen Stampoultzis2002-04-222-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352462 13f79535-47bb-0310-9956-ffa450edef68
* A new FAQ entry. Now if we could just get our users to stop asking ↵Glen Stampoultzis2002-04-221-6/+10
| | | | | | questions. This will look better when the stylesheet is fixed. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352461 13f79535-47bb-0310-9956-ffa450edef68
* RK record fix. Thanks to Rolf-Jürgen Moll.Glen Stampoultzis2002-04-224-83/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352460 13f79535-47bb-0310-9956-ffa450edef68
* Sheet properties record. Poi yum.Glen Stampoultzis2002-04-224-0/+473
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352459 13f79535-47bb-0310-9956-ffa450edef68
* new logosAndrew C. Oliver2002-04-221-1/+6
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352458 13f79535-47bb-0310-9956-ffa450edef68
* new logosAndrew C. Oliver2002-04-222-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352457 13f79535-47bb-0310-9956-ffa450edef68
* new logosAndrew C. Oliver2002-04-2213-0/+26
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352456 13f79535-47bb-0310-9956-ffa450edef68
* seperated out my experimental parsing stuff.Andrew C. Oliver2002-04-201-46/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352455 13f79535-47bb-0310-9956-ffa450edef68
* Updated this to work with the latest data type generatorSaid Ryan Ackley2002-04-191-20/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352454 13f79535-47bb-0310-9956-ffa450edef68
* Made some changes for HDF typesSaid Ryan Ackley2002-04-192-4/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352453 13f79535-47bb-0310-9956-ffa450edef68
* changed access for variables so this class could be overriden more easilySaid Ryan Ackley2002-04-192-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352452 13f79535-47bb-0310-9956-ffa450edef68
* Changed order of dependency in the dist, so that tests are run after site ↵Nicola Ken Barozzi2002-04-181-1/+1
| | | | | | generation. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352451 13f79535-47bb-0310-9956-ffa450edef68
* Laters centipede jar; it also adds the list of the elements if there are manyNicola Ken Barozzi2002-04-181-0/+0
| | | | | | | | | | | | | | | | | | with the same name and puts the others in like: <element>content1</element> <element>content2</element> <element>content3</element> becomes element=content1 element[0]=content1 element[1]=content2 element[2]=content3 element.list=element[0],element[1],element[2] git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352450 13f79535-47bb-0310-9956-ffa450edef68
* Removed the jar-cent target (not for poi, it's for krysalis-centipede) fromNicola Ken Barozzi2002-04-181-1/+17
| | | | | | | the build, but kept it hidden here till Centipede goes beta. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352449 13f79535-47bb-0310-9956-ffa450edef68
* Removed the jar-cent target (not for poi, it's for krysalis-centipede);Nicola Ken Barozzi2002-04-181-41/+8
| | | | | | | added javasrc to the javadocs execution and moved checkstyle under metrics target. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352448 13f79535-47bb-0310-9956-ffa450edef68
* Added javasrc as a new cent that is used for the javadocs; it's already in ↵Nicola Ken Barozzi2002-04-181-0/+1
| | | | | | the krysalis repository. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352447 13f79535-47bb-0310-9956-ffa450edef68
* Changed some things that may be causing build problemsSaid Ryan Ackley2002-04-182-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352446 13f79535-47bb-0310-9956-ffa450edef68
* New record plus added a check in the record generator.Glen Stampoultzis2002-04-184-28/+334
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352445 13f79535-47bb-0310-9956-ffa450edef68
* Created these so I could add HDF specific functionality to the RecordGeneratorSaid Ryan Ackley2002-04-182-0/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352444 13f79535-47bb-0310-9956-ffa450edef68
* This file was generated using the RecordGnerator. It compilesSaid Ryan Ackley2002-04-185-0/+6440
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352443 13f79535-47bb-0310-9956-ffa450edef68
* went ahead and synced up. We'll get this up to spec shortly.Andrew C. Oliver2002-04-184-5/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352442 13f79535-47bb-0310-9956-ffa450edef68
* generated with the latest version of the stylesheetSaid Ryan Ackley2002-04-182-3373/+3279
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352441 13f79535-47bb-0310-9956-ffa450edef68
* Made changes so this was targeted towards HDF types. I removed some java ↵Said Ryan Ackley2002-04-181-13/+13
| | | | | | calls and replaced with XSLT also added java calls in other places git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352440 13f79535-47bb-0310-9956-ffa450edef68
* Made changes to get it to work with the RecordGeneratorSaid Ryan Ackley2002-04-184-219/+221
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352439 13f79535-47bb-0310-9956-ffa450edef68
* Table cell typeSaid Ryan Ackley2002-04-181-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352438 13f79535-47bb-0310-9956-ffa450edef68
* Added Cocoon build authors to the credits.Nicola Ken Barozzi2002-04-181-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352437 13f79535-47bb-0310-9956-ffa450edef68
* Reverting a change to the interactive target that shouldn't have been committed.Nicola Ken Barozzi2002-04-181-7/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352436 13f79535-47bb-0310-9956-ffa450edef68
* Removed antidote and xmldoclet as cents.Nicola Ken Barozzi2002-04-182-146/+28
| | | | | | | Not use now. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352435 13f79535-47bb-0310-9956-ffa450edef68
* added new class from Avik SenguptaAndrew C. Oliver2002-04-171-0/+450
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352434 13f79535-47bb-0310-9956-ffa450edef68
* changed to match Avik'sAndrew C. Oliver2002-04-171-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352433 13f79535-47bb-0310-9956-ffa450edef68
* created stub of a unit test for formula record.Andrew C. Oliver2002-04-171-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352432 13f79535-47bb-0310-9956-ffa450edef68
* Formula changes. . Disable for 1.5...alow compile in if desired.Andrew C. Oliver2002-04-173-30/+96
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352431 13f79535-47bb-0310-9956-ffa450edef68
* Fixed Adrianus Handoyo's nameAndrew C. Oliver2002-04-171-1/+1
| | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352430 13f79535-47bb-0310-9956-ffa450edef68
* Make it ignore also cent.jar files.Nicola Ken Barozzi2002-04-161-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352429 13f79535-47bb-0310-9956-ffa450edef68
* Use Jakarta Commons Sandbox project JJar to get the cents directly fromNicola Ken Barozzi2002-04-1611-12/+112
| | | | | | | | | the krysalis.org/jars repository when needed. It downloads the cents that are specified in the properties.xml when the corresponding jar is not available at all. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352428 13f79535-47bb-0310-9956-ffa450edef68
* Moved centipede tasks to antipede dir; they are core to the system.Nicola Ken Barozzi2002-04-162-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352427 13f79535-47bb-0310-9956-ffa450edef68
* Not used anymore. Put in Centipede.centNicola Ken Barozzi2002-04-161-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352426 13f79535-47bb-0310-9956-ffa450edef68
* Added info of the main cent repository.Nicola Ken Barozzi2002-04-161-3/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352425 13f79535-47bb-0310-9956-ffa450edef68
* changed Centipede logo to latest versionNicola Ken Barozzi2002-04-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352424 13f79535-47bb-0310-9956-ffa450edef68
* Corrected the java files in jar; somehow this bug crept back agin :-(Nicola Ken Barozzi2002-04-151-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352423 13f79535-47bb-0310-9956-ffa450edef68
* Now umldoclet works also with JDK1.3.1_02 (tested).Nicola Ken Barozzi2002-04-152-18/+7
| | | | | | | | | javadocs target now generates normal javadocs+uml docs. Each class javadoc has a corresponding uml page, with the same name but starting with uml- git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352422 13f79535-47bb-0310-9956-ffa450edef68
* Added links to the javadocs, jdepend results and test results.Nicola Ken Barozzi2002-04-151-2/+4
| | | | | | | Updated by Andy's cool script every 2 hours! :-D git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352421 13f79535-47bb-0310-9956-ffa450edef68
* build dir is now (correctly) empty.Nicola Ken Barozzi2002-04-151-1/+2
| | | | | | | Telling CVS to ignore. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352420 13f79535-47bb-0310-9956-ffa450edef68