summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-03-22 12:01:07 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-03-23 08:00:28 -0700
commit7d2c1f33d5ca78137b34423958eddc017a8cf620 (patch)
tree1e14243dbf356f96e77515815e0dc971b4eb715f /build.xml
parente3b5e0ba40447970d621cfeed5cc1770df69884f (diff)
downloadscala-7d2c1f33d5ca78137b34423958eddc017a8cf620.tar.gz
scala-7d2c1f33d5ca78137b34423958eddc017a8cf620.tar.bz2
scala-7d2c1f33d5ca78137b34423958eddc017a8cf620.zip
Use stage/project for taskname instead of scalacfork
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index dba2236dc6..f0504886e4 100644
--- a/build.xml
+++ b/build.xml
@@ -732,7 +732,7 @@ targets exercised:
<sequential>
<if><equals arg1="@{srcpath}" arg2="NOT SET"/><then>
- <scalacfork
+ <scalacfork taskname="@{stage}.@{project}"
destdir="${build-@{stage}.dir}/classes/@{destproject}"
compilerpathref="@{with}.compiler.path"
params="${scalac.args.@{stage}} @{args}"
@@ -743,7 +743,7 @@ targets exercised:
<args/>
</scalacfork></then>
<else>
- <scalacfork
+ <scalacfork taskname="@{stage}.@{project}"
destdir="${build-@{stage}.dir}/classes/@{destproject}"
compilerpathref="@{with}.compiler.path"
srcpath="@{srcpath}"