diff options
author | Nick Burch <nick@apache.org> | 2013-10-22 19:35:41 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2013-10-22 19:35:41 +0000 |
commit | 706091c6dbe10b34e208403c3ba683994b9205b8 (patch) | |
tree | 721c9332ce15343549d50d478d541b121838e67e /.classpath | |
parent | c35b61e1fc89b815363dd4a7b17d5ff5335ac878 (diff) | |
download | poi-706091c6dbe10b34e208403c3ba683994b9205b8.tar.gz poi-706091c6dbe10b34e208403c3ba683994b9205b8.zip |
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
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/.classpath b/.classpath index 9b53fe8c2d..8710dd7738 100644 --- a/.classpath +++ b/.classpath @@ -1,29 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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/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/testcases"/> - <classpathentry kind="src" path="src/resources/main"/> + <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="src" path="src/resources/ooxml"/> <classpathentry kind="lib" path="lib/ant-1.8.2.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.5.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/> <classpathentry kind="lib" path="ooxml-lib/dom4j-1.6.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/stax-api-1.0.1.jar"/> - <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.0.jar" sourcepath="/opt/apache/xmlbeans/xmlbeans-2.3.0-src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-1.5.0-sun-1.5.0.19"/> + <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.3.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="build/ooxml-lite-classes" sourcepath="ooxml-lib/ooxml-schemas-src-1.1.jar"/> <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.1.jar"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="output" path="build/eclipse"/> </classpath> |