summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-10-04 10:53:57 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-10-04 10:53:57 -0700
commit8db838eb7f19662fe453f36bb12b4fcdf6a33a9f (patch)
tree2efddbaad885744d04dc98711afb5b5476e6aee4 /build.xml
parent90a312669b37d6e3e3f08685953ded24759e6102 (diff)
downloadscala-8db838eb7f19662fe453f36bb12b4fcdf6a33a9f.tar.gz
scala-8db838eb7f19662fe453f36bb12b4fcdf6a33a9f.tar.bz2
scala-8db838eb7f19662fe453f36bb12b4fcdf6a33a9f.zip
Simplify partest.task target, fix typo in comment.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b5e77832df..239a4f50a8 100755
--- a/build.xml
+++ b/build.xml
@@ -1623,7 +1623,7 @@ TODO:
</target>
<!-- See test/build-partest.xml for the macro(s) being used here. -->
- <target name="partest.task" depends="init,pack.done">
+ <target name="partest.task" depends="pack.done">
<!-- note the classpathref! this is the classpath used to run partest,
so it must have the new compiler.... -->
<taskdef
@@ -1631,7 +1631,7 @@ TODO:
resource="scala/tools/partest/antlib.xml"/>
</target>
- <target name="test.suite.init" depends="pack.done, partest.task">
+ <target name="test.suite.init" depends="partest.task">
<!-- read by test/partest to determine classpath used to run partest -->
<propertyfile file = "build/pack/partest.properties">
<entry key = "partest.classpath" value="${toString:partest.compilation.path}"/>