Skip to content

Commit 5877a92

Browse files
committed
Fixing merge conflicts for trunk.
1 parent 1ca6097 commit 5877a92

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

build.number

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Tue Sep 11 19:21:09 CEST 2007
22
version.major=2
3-
version.minor=9
4-
version.patch=2
3+
version.minor=10
4+
version.patch=0
55
# This is the -N part of a version. if it's 0, it's dropped from maven versions.
66
version.bnum=0
77

build.xml

+3-16
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,6 @@ INITIALISATION
290290
<!-- some default in case something went wrong getting the revision -->
291291
<property name="git.describe" value="-unknown-"/>
292292

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-
300293
<!-- We use the git describe to determine the OSGi modifier for our build. -->
301294
<property
302295
name="maven.version.number"
@@ -307,15 +300,9 @@ INITIALISATION
307300
<property
308301
name="osgi.version.number"
309302
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"/>
319306

320307
<!-- Local libs (developer use.) -->
321308
<mkdir dir="${lib-extra.dir}"/>

0 commit comments

Comments
 (0)