From b48c706219f33e51d7d7dd031915da66f9ddecfb Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Wed, 22 Jan 2014 00:49:45 +0100 Subject: Add cross suffix customizability for modules For each module whose version can be specified using the property "xxx.version.number", it is now possible to specify its cross version suffix by using an optional property "xxx.cross.suffix". If such a property is not defined, then continue to use the string "_${scala.binary.version}", as before. --- build-ant-macros.xml | 26 +++++++++++++++++++++++--- build.xml | 24 +++++++++++++++++------- 2 files changed, 40 insertions(+), 10 deletions(-) diff --git a/build-ant-macros.xml b/build-ant-macros.xml index 0b92f1dab1..458d1014c2 100644 --- a/build-ant-macros.xml +++ b/build-ant-macros.xml @@ -23,15 +23,35 @@ + + + + + + + + + + + + + + + + + - - - + + + diff --git a/build.xml b/build.xml index 00ad5f78e9..92600d168d 100755 --- a/build.xml +++ b/build.xml @@ -276,6 +276,16 @@ TODO: + + + + + + + + + @@ -284,13 +294,13 @@ TODO: (we don't distribute partest with Scala, so the risk of sonatype and maven being out of synch is irrelevant): --> - + - + @@ -302,11 +312,11 @@ TODO: must specify sourcesFilesetId, javadocFilesetId to download these types of artifacts --> - - - - - + + + + + -- cgit v1.2.3