diff options
author | Nick Burch <nick@apache.org> | 2014-10-13 16:47:46 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2014-10-13 16:47:46 +0000 |
commit | 8aab89c3ff22efcd8b7e455b48ec1e851759f27e (patch) | |
tree | 9ec361cc47180b3fbd6e191b0c9fef5603060342 /.classpath | |
parent | 312317f8c4f3ad4c2e05f96e389697c73fc04f87 (diff) | |
download | poi-8aab89c3ff22efcd8b7e455b48ec1e851759f27e.tar.gz poi-8aab89c3ff22efcd8b7e455b48ec1e851759f27e.zip |
Ensure svn properties are set on the build xml files, and they have consistent line endings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1631469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/.classpath b/.classpath index 313dbdb1e8..601290e297 100644 --- a/.classpath +++ b/.classpath @@ -1,33 +1,33 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/java"/>
- <classpathentry kind="src" path="src/testcases"/>
- <classpathentry kind="src" path="src/resources/main"/>
- <classpathentry kind="src" path="src/ooxml/java"/>
- <classpathentry kind="src" path="src/ooxml/testcases"/>
- <classpathentry kind="src" path="src/resources/ooxml"/>
- <classpathentry kind="src" path="src/scratchpad/src"/>
- <classpathentry kind="src" path="src/scratchpad/testcases"/>
- <classpathentry kind="src" path="src/resources/scratchpad"/>
- <classpathentry kind="src" path="src/contrib/poi-ruby/java"/>
- <classpathentry kind="src" path="src/examples/src"/>
- <classpathentry kind="src" path="src/excelant/java"/>
- <classpathentry kind="src" path="src/excelant/testcases"/>
- <classpathentry kind="src" path="src/excelant/resources"/>
- <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/commons-codec-1.9.jar"/>
- <classpathentry kind="lib" path="lib/commons-logging-1.1.3.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.11.jar"/>
- <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/>
- <classpathentry kind="lib" path="ooxml-lib/ooxml-encryption-1.2.jar" sourcepath="ooxml-lib/ooxml-encryption-src-1.2.jar"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/>
- <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/>
- <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.51.jar"/>
- <classpathentry kind="lib" path="compile-lib/xmlsec-2.0.1.jar"/>
- <classpathentry kind="output" path="build/eclipse"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/java"/> + <classpathentry kind="src" path="src/testcases"/> + <classpathentry kind="src" path="src/resources/main"/> + <classpathentry kind="src" path="src/ooxml/java"/> + <classpathentry kind="src" path="src/ooxml/testcases"/> + <classpathentry kind="src" path="src/resources/ooxml"/> + <classpathentry kind="src" path="src/scratchpad/src"/> + <classpathentry kind="src" path="src/scratchpad/testcases"/> + <classpathentry kind="src" path="src/resources/scratchpad"/> + <classpathentry kind="src" path="src/contrib/poi-ruby/java"/> + <classpathentry kind="src" path="src/examples/src"/> + <classpathentry kind="src" path="src/excelant/java"/> + <classpathentry kind="src" path="src/excelant/testcases"/> + <classpathentry kind="src" path="src/excelant/resources"/> + <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/commons-codec-1.9.jar"/> + <classpathentry kind="lib" path="lib/commons-logging-1.1.3.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.11.jar"/> + <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/> + <classpathentry kind="lib" path="ooxml-lib/ooxml-encryption-1.2.jar" sourcepath="ooxml-lib/ooxml-encryption-src-1.2.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.7.jar"/> + <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.51.jar"/> + <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.51.jar"/> + <classpathentry kind="lib" path="compile-lib/xmlsec-2.0.1.jar"/> + <classpathentry kind="output" path="build/eclipse"/> +</classpath> |