Andreas Beeker
c378d75e51
sync merge to trunk
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617624 13f79535-47bb-0310-9956-ffa450edef68
2014-08-12 23:33:07 +00:00
Uwe Schindler
2f5bcfd162
Fix bug #56814 - Switch from dom4j to JAXP
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617428 13f79535-47bb-0310-9956-ffa450edef68
2014-08-12 07:19:51 +00:00
Andreas Beeker
63f8c1dcf0
Xml signature support - version 1
...
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1617141 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 18:25:10 +00:00
Nick Burch
b6c30fae87
Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility)
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615780 13f79535-47bb-0310-9956-ffa450edef68
2014-08-04 20:40:45 +00:00
Dominik Stadler
516ce6c586
Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602075 13f79535-47bb-0310-9956-ffa450edef68
2014-06-12 07:08:21 +00:00
Dominik Stadler
b9dee7bd46
Update XMLBeans to version 2.6.0
...
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602006 13f79535-47bb-0310-9956-ffa450edef68
2014-06-11 20:32:52 +00:00
Dominik Stadler
d24ed25318
Update to latest Ant 1.9.4 and add ant-launcher which is used in
...
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
2014-05-29 09:16:29 +00:00
Nick Burch
abd2638635
Now that we require Java 1.6, we no longer need to include the STAX-API jar 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
2014-04-15 15:19:30 +00:00
Dominik Stadler
40dc96cf67
Adjust Eclipse classpath for new versions of third party libraries
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1563998 13f79535-47bb-0310-9956-ffa450edef68
2014-02-03 18:55:15 +00:00
kiwiwings
ad9cecae59
Patch for Bug/Enhancement 55818 - add encryption support
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553336 13f79535-47bb-0310-9956-ffa450edef68
2013-12-24 23:13:21 +00:00
Dominik Stadler
2a5758e35d
Set source of generated ooxml classes
...
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1544692 13f79535-47bb-0310-9956-ffa450edef68
2013-11-22 22:00:12 +00:00
Dominik Stadler
3fdf865d88
Add scratchpad-resources to .classpath make TestExtractorFactory run in Eclipse
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1536065 13f79535-47bb-0310-9956-ffa450edef68
2013-10-27 08:33:59 +00:00
Nick Burch
a32a1cf538
Try to make the eclipse classpath more general - place the output under /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
2013-10-22 19:35:41 +00:00
Dominik Stadler
c7ae557a5c
Add Eclipse project files and settings to make it easier to start hacking on POI in Eclipse
...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1532876 13f79535-47bb-0310-9956-ffa450edef68
2013-10-16 19:59:29 +00:00
Rainer Klute
697991586d
Removed user-specific eclipse settings from the repository and added the files to .cvsignore
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353282 13f79535-47bb-0310-9956-ffa450edef68
2003-08-02 19:38:22 +00:00
Rainer Klute
7e303c76c2
Javadoc, formatting and style improvements
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353280 13f79535-47bb-0310-9956-ffa450edef68
2003-08-02 19:02:28 +00:00
Andrew C. Oliver
bdea32fe42
Beginnings of the performance-branch merge.
...
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
2003-07-19 02:48:17 +00:00
Avik Sengupta
5052940511
PR:15677
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352975 13f79535-47bb-0310-9956-ffa450edef68
2003-01-01 09:24:39 +00:00
Andrew C. Oliver
b915a78553
me thinks this is just a ide file..shouldn't hurt anything
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352924 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 19:03:27 +00:00
Andrew C. Oliver
8351737023
event record factory
...
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352913 13f79535-47bb-0310-9956-ffa450edef68
2002-11-11 01:34:01 +00:00