Change Eclipse's build output directory to build/eclipse

https://github.com/arianne/stendhal/issues/628
This commit is contained in:
Jordan Irwin 2024-03-17 18:12:49 -07:00
parent 5778cb85e9
commit 144a0e8d1a
No known key found for this signature in database
GPG key ID: E3E358C2F44C290A

View file

@ -25,5 +25,5 @@
<classpathentry kind="lib" path="libs/jakarta.annotation-api-2.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="libs/tomcat-embed-core-10.1.13.jar"/>
<classpathentry kind="lib" path="libs/tomcat-embed-websocket-10.1.13.jar"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>