Skip to content

Commit e8efc9a

Browse files
committed
Merge branch 'dec10-version-string'
Conflicts: build.xml
2 parents c6dedf9 + 5c7086b commit e8efc9a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,7 @@ INITIALISATION
213213
<property name="scalac.args.optimise" value=""/>
214214
<!-- scalac.args.quickonly are added to quick.* targets but not others (particularly, locker.)
215215
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=""/>
218217
<property name="scalac.args.all" value="${scalac.args} ${scalac.args.optimise}"/>
219218
<property name="scalac.args.quick" value="${scalac.args.all} ${scalac.args.quickonly}"/>
220219
<!-- Setting-up Ant contrib tasks -->
@@ -233,15 +232,14 @@ INITIALISATION
233232
<exec osfamily="windows" executable="tools/get-scala-revision.bat" outputproperty="git.describe" failifexecutionfails="false" />
234233
<!-- some default in case something went wrong getting the revision -->
235234
<property name="git.describe" value="-unknown-"/>
236-
237235
<property name="init.avail" value="yes"/>
238236

239237
<!-- Generating version number -->
240238
<property file="${basedir}/build.number"/>
241239
<property
242240
name="version.number"
243241
value="${version.major}.${version.minor}.${version.patch}.${git.describe}"/>
244-
242+
245243
<!-- And print-out what we are building -->
246244
<echo message=" build time: ${time.human}" />
247245
<echo message=" java version: ${java.vm.name} ${java.version}" />

0 commit comments

Comments
 (0)