aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2017-04-16 10:19:41 +0000
committerDominik Stadler <centic@apache.org>2017-04-16 10:19:41 +0000
commit4d0276e224e3eb34d8ed55e676822d88ef9741fd (patch)
tree9402b5cc6e13bd8538c2b92f8750d0e421cae1a7 /.classpath
parentef9b9e23a85979a1e62ce1a754bfe1b3c6db5c32 (diff)
downloadpoi-4d0276e224e3eb34d8ed55e676822d88ef9741fd.tar.gz
poi-4d0276e224e3eb34d8ed55e676822d88ef9741fd.zip
Set eclipse folder outside of build-folder to not have hickups in Eclipse whener we run 'ant clean'
Conflicts: .classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1791592 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r--.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index 3238145f40..b860811a20 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="build/eclipse"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>