Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
compilerconstruction
ssm
Commits
77178c78
Commit
77178c78
authored
Apr 12, 2021
by
Mart Lubbers
Browse files
fix warning in ant build
parent
b099006a
Pipeline
#50886
passed with stages
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.xml
View file @
77178c78
...
...
@@ -16,7 +16,7 @@
<target
name=
"compile"
>
<mkdir
dir=
"${classes.dir}"
/>
<javac
srcdir=
"${src.dir}"
destdir=
"${classes.dir}"
/>
<javac
includeantruntime=
"false"
srcdir=
"${src.dir}"
destdir=
"${classes.dir}"
/>
<copy
todir=
"${classes.dir}"
>
<fileset
dir=
"${src.dir}"
excludes=
"**/*.java"
/>
</copy>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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