@@ -290,13 +290,6 @@ INITIALISATION
290
290
<!-- some default in case something went wrong getting the revision -->
291
291
<property name =" git.describe" value =" -unknown-" />
292
292
293
- <!-- Generating version string -->
294
- <exec osfamily =" unix" executable =" tools/get-scala-revision" outputproperty =" version.number" failifexecutionfails =" false" />
295
- <exec osfamily =" windows" executable =" tools/get-scala-revision.bat" outputproperty =" version.number" failifexecutionfails =" false" />
296
- <!-- some default in case something went wrong getting the revision -->
297
- <property name =" version.number" value =" -unknown-" />
298
- <property name =" init.avail" value =" yes" />
299
-
300
293
<!-- We use the git describe to determine the OSGi modifier for our build. -->
301
294
<property
302
295
name =" maven.version.number"
@@ -307,15 +300,9 @@ INITIALISATION
307
300
<property
308
301
name =" osgi.version.number"
309
302
value =" ${ version.major } .${ version.minor } .${ version.patch } .v${ git.commit.date } ${ version.suffix } -${ git.commit.sha } " />
310
-
311
-
312
- <!-- And print-out what we are building -->
313
- <echo message =" build time: ${ time.human } " />
314
- <echo message =" java version: ${ java.vm.name } ${ java.version } " />
315
- <echo message =" java args: ${ env.ANT_OPTS } ${ jvm.opts } " />
316
- <echo message =" javac args: ${ javac.args } " />
317
- <echo message =" scalac args: ${ scalac.args } " />
318
- <echo message =" build number: ${ version.number } " />
303
+ <!-- some default in case something went wrong getting the revision -->
304
+ <property name =" version.number" value =" -unknown-" />
305
+ <property name =" init.avail" value =" yes" />
319
306
320
307
<!-- Local libs (developer use.) -->
321
308
<mkdir dir =" ${ lib-extra.dir } " />
0 commit comments