Author: centic
Date: Sun Apr 16 10:19:41 2017
New Revision: 1791592
URL: http://svn.apache.org/viewvc?rev=1791592&view=rev
Log:
Set eclipse folder outside of build-folder to not have hickups in Eclipse
whener we run 'ant clean'
Conflicts:
.classpath
Modified:
poi/trunk/.classpath
Modified: poi/trunk/.classpath
URL:
http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1791592&r1=1791591&r2=1791592&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Sun Apr 16 10:19:41 2017
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]