File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -213,8 +213,7 @@ INITIALISATION
213
213
<property name =" scalac.args.optimise" value =" " />
214
214
<!-- scalac.args.quickonly are added to quick.* targets but not others (particularly, locker.)
215
215
This is to facilitate testing new command line options which do not yet exist in starr. -->
216
- <property name =" scalac.args.quickonly" value =" " />
217
-
216
+ <property name =" scalac.args.quickonly" value =" " />
218
217
<property name =" scalac.args.all" value =" ${ scalac.args } ${ scalac.args.optimise } " />
219
218
<property name =" scalac.args.quick" value =" ${ scalac.args.all } ${ scalac.args.quickonly } " />
220
219
<!-- Setting-up Ant contrib tasks -->
@@ -233,15 +232,14 @@ INITIALISATION
233
232
<exec osfamily =" windows" executable =" tools/get-scala-revision.bat" outputproperty =" git.describe" failifexecutionfails =" false" />
234
233
<!-- some default in case something went wrong getting the revision -->
235
234
<property name =" git.describe" value =" -unknown-" />
236
-
237
235
<property name =" init.avail" value =" yes" />
238
236
239
237
<!-- Generating version number -->
240
238
<property file =" ${ basedir } /build.number" />
241
239
<property
242
240
name =" version.number"
243
241
value =" ${ version.major } .${ version.minor } .${ version.patch } .${ git.describe } " />
244
-
242
+
245
243
<!-- And print-out what we are building -->
246
244
<echo message =" build time: ${ time.human } " />
247
245
<echo message =" java version: ${ java.vm.name } ${ java.version } " />
You can’t perform that action at this time.
0 commit comments