summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-11-06 09:55:20 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-11-06 10:24:04 -0800
commitba0718fd1db18f4f88700d3d545b9010414b6ce4 (patch)
treedec8f86da1566c77fc4af67eb2bbab18a59ac21a /build.xml
parent66c4135942234cb89020012b0494a13a4a8945dd (diff)
downloadscala-ba0718fd1db18f4f88700d3d545b9010414b6ce4.tar.gz
scala-ba0718fd1db18f4f88700d3d545b9010414b6ce4.tar.bz2
scala-ba0718fd1db18f4f88700d3d545b9010414b6ce4.zip
Render relevant properties to buildcharacter.properties
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8930f0a56c..504d9390af 100644
--- a/build.xml
+++ b/build.xml
@@ -416,6 +416,17 @@ TODO:
<echo message=" OSGi version: ${osgi.version.number}" />
<echo message="canonical version: ${version.number}" />
+ <echoproperties destfile="buildcharacter.properties">
+ <propertyset>
+ <propertyref regex="time.*" />
+ <propertyref regex="git.*" />
+ <propertyref name="java.vm.name" />
+ <propertyref regex=".*version.*" />
+ <propertyref regex="scalac.args.*" />
+ <propertyref name="scalacfork.jvmargs" />
+ </propertyset>
+ </echoproperties>
+
<!-- validate version suffixes -->
<if><equals arg1="${maven.version.suffix}" arg2="-SNAPSHOT"/><then>
<condition property="version.suffixes.consistent"><and>