.classpath angepasst

This commit is contained in:
JanUlrich 2014-10-13 10:42:14 +02:00
parent 36efc62cc9
commit aeef4aed34
2 changed files with 4 additions and 3 deletions

@ -5,6 +5,6 @@
<classpathentry kind="src" path="test"/> <classpathentry kind="src" path="test"/>
<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.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/junit-4.0.jar"/> <classpathentry kind="lib" path="lib/junit-4.0.jar"/>
<classpathentry kind="lib" path="/TypinferenzPlugin/lib/Typinferenz.jar"/> <classpathentry kind="lib" path="lib/antlr-4.4-complete.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>

5
bin/.gitignore vendored

@ -1,5 +1,6 @@
/de/ /de/
/mycompiler/ /mycompiler/
/plugindevelopment/
/bytecode/
/parser/ /parser/
/plugindevelopment/
/syntaxTree/
/bytecode/