diff options
author | Dominik Stadler <centic@apache.org> | 2016-12-11 21:15:41 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2016-12-11 21:15:41 +0000 |
commit | 0af2cdc15c63d7b0051f5495780241c37bd21158 (patch) | |
tree | d35adfbccdea8f3b50af4282089e1e1888fccaab /.classpath | |
parent | d97ca9b36f1b584c7e47c1e15d5fceb0db335db9 (diff) | |
download | poi-0af2cdc15c63d7b0051f5495780241c37bd21158.tar.gz poi-0af2cdc15c63d7b0051f5495780241c37bd21158.zip |
Revert "Set eclipse folder outside of build-folder to not have hickups in Eclipse whener we run 'and clean'"
This reverts commit 95cab3394bb01de85fecb5587db057cf790b5be6.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index b92bbd9cf5..54e551ce25 100644 --- a/.classpath +++ b/.classpath @@ -32,5 +32,5 @@ <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="bin"/> + <classpathentry kind="output" path="build/eclipse"/> </classpath> |