diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2016-09-28 21:22:13 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2016-09-28 21:22:13 +0000 |
commit | c38dc9e748e22bb8afaf8f0a7767985d39635bc1 (patch) | |
tree | 4d6ad1511104d28ac54e5a58df217220c2017d42 | |
parent | 1690ec2d1915cf30fefd4f0e65ce017e0b86b7d6 (diff) | |
parent | 4b21aca823037d94162007a4a8af104e25aa989e (diff) | |
download | poi-hssf_cryptoapi.tar.gz poi-hssf_cryptoapi.zip |
merge trunk to branchhssf_cryptoapi
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hssf_cryptoapi@1762715 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .classpath | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.classpath b/.classpath index ae3f061285..3238145f40 100644 --- a/.classpath +++ b/.classpath @@ -18,18 +18,19 @@ <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 exported="true" 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/curvesapi-1.04.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"/> + <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/> + <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> - <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/> + <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/> <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.54.jar"/> <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.54.jar"/> - <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 exported="true" kind="lib" path="compile-lib/xmlsec-2.0.6.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.10.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> + <classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.1.jar"/> <classpathentry kind="output" path="build/eclipse"/> </classpath> |