diff options
author | Sylvestre Ledru <sylvestre.ledru@scilab.org> | 2010-05-19 11:42:03 +0200 |
---|---|---|
committer | Clément DAVID <clement.david@scilab.org> | 2010-05-19 15:22:19 +0200 |
commit | aff2de48d0560cf7266f5788413b02ad1d3c22ad (patch) | |
tree | 06d86a6e29379f37e5d74219dea3f4be5253c2f0 | |
parent | 2ad06f2b3d540d6824cd1c2616cf5f99e5ca9b70 (diff) | |
download | scilab-aff2de48d0560cf7266f5788413b02ad1d3c22ad.zip scilab-aff2de48d0560cf7266f5788413b02ad1d3c22ad.tar.gz |
includeAntRuntime added to the javac target. Removes some warnings on more recent version of ant:
warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
Similar to commit 2373c91ba5dd83ed8b279e896974d412ba8bc888
Change-Id: I4886b86120646ffc84243cc0142050c78e2b9342
-rw-r--r-- | scilab/build.incl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scilab/build.incl.xml b/scilab/build.incl.xml index 74088c2..371f088 100644 --- a/scilab/build.incl.xml +++ b/scilab/build.incl.xml | |||
@@ -222,6 +222,7 @@ | |||
222 | debug="off" | 222 | debug="off" |
223 | verbose="off" | 223 | verbose="off" |
224 | listfiles="on" | 224 | listfiles="on" |
225 | includeAntRuntime="no" | ||
225 | source="5" | 226 | source="5" |
226 | > | 227 | > |
227 | <classpath> | 228 | <classpath> |