summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-10-01 12:21:43 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-10-21 22:18:01 -0700
commit2cba4f7c5b6f372a150f5ebabecf2eaa25ece797 (patch)
tree7265cfbb32805e393b42168754ee2cc23d66e39d /build.xml
parent09faf8ede1e14a3b294ff62a88efc1732a8fb105 (diff)
downloadscala-2cba4f7c5b6f372a150f5ebabecf2eaa25ece797.tar.gz
scala-2cba4f7c5b6f372a150f5ebabecf2eaa25ece797.tar.bz2
scala-2cba4f7c5b6f372a150f5ebabecf2eaa25ece797.zip
Remove dead target: locker.actors
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.xml b/build.xml
index e6c9cc66e9..adbe33e65b 100755
--- a/build.xml
+++ b/build.xml
@@ -587,11 +587,6 @@ TODO:
<path refid="aux.libs"/>
</path>
- <path id="locker.actors.build.path">
- <path refid="locker.library.build.path"/>
- <pathelement location="${build-locker.dir}/classes/actors"/>
- </path>
-
<path id="locker.reflect.build.path">
<path refid="locker.library.build.path"/>
<pathelement location="${build-locker.dir}/classes/reflect"/>
@@ -1241,9 +1236,6 @@ TODO:
<target name="locker.lib" depends="locker.start" unless="locker.locked">
<staged-build with="starr" stage="locker" project="library" srcpath="${src.dir}/library" includes="lib.includes"/></target>
- <target name="locker.actors" depends="locker.lib" unless="locker.locked">
- <staged-build with="starr" stage="locker" project="actors"/> </target>
-
<target name="locker.reflect" depends="locker.lib" unless="locker.locked">
<staged-build with="starr" stage="locker" project="reflect"/></target>