Skip to content
Snippets Groups Projects
Commit 3113cb02 authored by Simon Barner's avatar Simon Barner
Browse files

- Use 'build' for Eclipse builds everywhere

- Do not put 'build' directories under version control
refs 3199
parent 13857f71
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="build"/>
</classpath>
# (c) 2016 fortiss GmbH
source.. = src/
output.. = bin/
output.. = build/
bin.includes = META-INF/,\
.,\
pom.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment