summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-10-01 12:18:15 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-10-21 22:18:00 -0700
commit09faf8ede1e14a3b294ff62a88efc1732a8fb105 (patch)
treeb2636fb104687154a9ba12126a4a519aa7314845 /build.xml
parent6ba5fc604ab3c8dca6bba4c50c943b31ccb04935 (diff)
downloadscala-09faf8ede1e14a3b294ff62a88efc1732a8fb105.tar.gz
scala-09faf8ede1e14a3b294ff62a88efc1732a8fb105.tar.bz2
scala-09faf8ede1e14a3b294ff62a88efc1732a8fb105.zip
Clarify comment.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index b28e6d4e8e..e6c9cc66e9 100755
--- a/build.xml
+++ b/build.xml
@@ -561,7 +561,8 @@ TODO:
<if><isset property="locker.skip"/><then>
<echo message="Using STARR to build the quick stage (skipping locker)."/>
<path id="locker.compiler.path" refid="starr.compiler.path"/>
- <!-- this is cheating, but should be close enough: -->
+ <!-- this is cheating (we don't know the classpath used to build starr)
+ but should be close enough: -->
<path id="locker.compiler.build.path" refid="starr.compiler.path"/>
<property name="locker.locked" value="locker skipped"/></then>
<else>