Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansson
LabComm
Commits
4d657ef3
Commit
4d657ef3
authored
Dec 02, 2014
by
Anders Blomdell
Browse files
Minor cleanup
parent
0928c428
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/build.xml
View file @
4d657ef3
...
...
@@ -51,7 +51,7 @@
<!--include name="${tools}/JFlex.jar"/-->
</srcfiles>
<mapper
type=
"merge"
to=
"
./gen/se/lth/control/labcomm${version}/compiler
/LabCommScanner.java"
/>
to=
"
${outdir}/${package_path}
/LabCommScanner.java"
/>
</uptodate>
</target>
...
...
@@ -137,9 +137,9 @@
<target
name=
"compile"
depends=
"compile.cu"
unless=
"compile.u"
>
<echo
message =
"compiling"
/>
<javac
debug=
"true"
srcdir=
"."
destdir=
"
gen
"
<javac
debug=
"true"
srcdir=
"."
destdir=
"
${outdir}
"
includes=
"*.java 2006/*.java 2014/*.java gen/**/*.java"
classpath=
"
gen
:${tools}/beaver-rt.jar:${tools}/junit.jar"
classpath=
"
${outdir}
:${tools}/beaver-rt.jar:${tools}/junit.jar"
includeantruntime=
"false"
fork=
"true"
memoryMaximumSize=
"128M"
>
<!--compilerarg value="-Xlint"/-->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment