forked from JavaTX/JavaCompilerCore
Merge branch 'refactoring' of ssh://gohorb.ba-horb.de/bahome/projekt/git/JavaCompilerCore into refactoring
This commit is contained in:
commit
36efc62cc9
@ -5,6 +5,6 @@
|
||||
<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="lib" path="lib/junit-4.0.jar"/>
|
||||
<classpathentry kind="lib" path="lib/antlr-4.4-complete.jar"/>
|
||||
<classpathentry kind="lib" path="/TypinferenzPlugin/lib/Typinferenz.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="JavaCompiler.buildParser" default="JavaParser" basedir=".">
|
||||
|
||||
<property name="ParserSrcDir" value="./../src/mycompiler/myparser/"/>
|
||||
<property name="ParserSrcDir" value="./../src/de/dhbwstuttgart/parser/"/>
|
||||
|
||||
<target name ="JavaParser" depends="JavaLexer" description="Create the file JavaParser.java">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user