aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Added Siddharths ExcelComparatorAndreas Beeker2015-08-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694753 13f79535-47bb-0310-9956-ffa450edef68
* Adjust .classpath sources and add missing dependencies to run ooxml-lite ↵Dominik Stadler2015-01-031-1/+1
| | | | | | tests standalone git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649179 13f79535-47bb-0310-9956-ffa450edef68
* Update to junit-4.12, the jar file is downloaded, so not required on ↵Dominik Stadler2015-01-031-2/+2
| | | | | | | | | classpath anymore. Also adjust version in pom.xml for Sonar. Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
* Add a test-suite which performs integration/stress tests which load and ↵Dominik Stadler2014-12-251-0/+1
| | | | | | | | | | | | | handle all stored test files in various ways. It works by using handlers for each type of file which perform various operations on the files, e.g. loading, iterating content, modify, ... This will trigger changes which break working with the available test-files and thus provides another layer of regression testing which hopefully prevents some failures from making it into releases. It is runnable via a new ant-target 'test-integration' and also added to the jenkins-target. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1647885 13f79535-47bb-0310-9956-ffa450edef68
* added ooxml-security-1.0 to the maven artifactsAndreas Beeker2014-10-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634247 13f79535-47bb-0310-9956-ffa450edef68
* Ensure svn properties are set on the build xml files, and they have ↵Nick Burch2014-10-131-33/+33
| | | | | | consistent line endings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631469 13f79535-47bb-0310-9956-ffa450edef68
* Fixed complete-build errorsAndreas Beeker2014-09-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628338 13f79535-47bb-0310-9956-ffa450edef68
* removed HorribleProxyAndreas Beeker2014-08-241-0/+4
| | | | | | | added current version of BouncyCastle and xmlsec (using xmlsec instead of jdk internal classes, because of interoperabiltiy with e.g. IBM JDK) heaps of changes because of above git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620229 13f79535-47bb-0310-9956-ffa450edef68
* starting tsp tests / removed mockito stuff againAndreas Beeker2014-08-171-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618515 13f79535-47bb-0310-9956-ffa450edef68
* some changes because of test errorsAndreas Beeker2014-08-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618254 13f79535-47bb-0310-9956-ffa450edef68
* sync merge to trunkAndreas Beeker2014-08-121-30/+30
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617624 13f79535-47bb-0310-9956-ffa450edef68
| * Fix bug #56814 - Switch from dom4j to JAXPUwe Schindler2014-08-121-1/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
* | Xml signature support - version 1Andreas Beeker2014-08-101-1/+1
|/ | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
* Change the default XMLBeans version used for running to be 2.6, leave 2.3 ↵Nick Burch2014-08-041-1/+1
| | | | | | for compiling the schemas (for maximum compatibility) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
* Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist firstDominik Stadler2014-06-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
* Update XMLBeans to version 2.6.0Dominik Stadler2014-06-111-2/+2
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
* Update to latest Ant 1.9.4 and add ant-launcher which is used inDominik Stadler2014-05-291-1/+2
| | | | | | ExcelAnt tests to make it easier to run these tests in Eclipse git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1598226 13f79535-47bb-0310-9956-ffa450edef68
* Now that we require Java 1.6, we no longer need to include the STAX-API jar ↵Nick Burch2014-04-151-1/+0
| | | | | | as JRE 1.6 has it build in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1587605 13f79535-47bb-0310-9956-ffa450edef68
* Adjust Eclipse classpath for new versions of third party librariesDominik Stadler2014-02-031-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563998 13f79535-47bb-0310-9956-ffa450edef68
* Patch for Bug/Enhancement 55818 - add encryption supportAndreas Beeker2013-12-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
* Set source of generated ooxml classesDominik Stadler2013-11-221-1/+1
| | | | | | | | Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544692 13f79535-47bb-0310-9956-ffa450edef68
* Add scratchpad-resources to .classpath make TestExtractorFactory run in EclipseDominik Stadler2013-10-271-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1536065 13f79535-47bb-0310-9956-ffa450edef68
* Try to make the eclipse classpath more general - place the output under ↵Nick Burch2013-10-221-11/+10
| | | | | | /build/, remove hard coded jar source paths, re-order entries to make it easier to see what we have, and use the default JDK not a hard coded version git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1534750 13f79535-47bb-0310-9956-ffa450edef68
* Add Eclipse project files and settings to make it easier to start hacking on ↵Dominik Stadler2013-10-161-0/+29
| | | | | | POI in Eclipse git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1532876 13f79535-47bb-0310-9956-ffa450edef68
* Removed user-specific eclipse settings from the repository and added the ↵Rainer Klute2003-08-021-13/+0
| | | | | | files to .cvsignore git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353282 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc, formatting and style improvementsRainer Klute2003-08-021-9/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353280 13f79535-47bb-0310-9956-ffa450edef68
* Beginnings of the performance-branch merge.Andrew C. Oliver2003-07-191-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | PR: Obtained from: Submitted by: Reviewed by: CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353222 13f79535-47bb-0310-9956-ffa450edef68
* PR:15677Avik Sengupta2003-01-011-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68
* me thinks this is just a ide file..shouldn't hurt anythingAndrew C. Oliver2002-11-231-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352924 13f79535-47bb-0310-9956-ffa450edef68
* event record factoryAndrew C. Oliver2002-11-111-0/+9
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68