aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2016-03-29 17:30:55 +0000
committerDominik Stadler <centic@apache.org>2016-03-29 17:30:55 +0000
commit349b14f8379ee7e81cebe77cb3a9ad932759b473 (patch)
treeca39cca813ab2b1d5b0704f4a3e2678bbd20c507 /.classpath
parent0d48f57e9ea7a28d11dfdfe2a4806cc314b8dd4f (diff)
downloadpoi-349b14f8379ee7e81cebe77cb3a9ad932759b473.tar.gz
poi-349b14f8379ee7e81cebe77cb3a9ad932759b473.zip
Bug 58915: Add note about memory consumption and update changelog
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index 5a7d21738b..ac2f3e8070 100644
--- a/.classpath
+++ b/.classpath
@@ -18,9 +18,9 @@
<classpathentry kind="lib" path="lib/ant-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/ant-launcher-1.9.4.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
- <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar"/>
- <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
- <classpathentry kind="lib" path="lib/junit-4.12.jar"/>
+ <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.jar" sourcepath="C:/devtools/source/xmlbeans"/>
+ <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar" sourcepath="/commons-dost/libsrc/hamcrest-all-1.3-sources.jar"/>
+ <classpathentry kind="lib" path="lib/junit-4.12.jar" sourcepath="/commons-dost/libsrc/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="ooxml-lib/curvesapi-1.03.jar"/>
<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/>
<classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/>
@@ -31,5 +31,5 @@
<classpathentry kind="lib" path="compile-lib/xmlsec-2.0.6.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
- <classpathentry kind="output" path="build/eclipse"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>