just fixes the check-in build. cleaning up later.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@14960 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
rytz 2008-05-09 09:04:25 +00:00
parent aae1cbe346
commit 5a73aaff50
1 changed files with 2 additions and 2 deletions

View File

@ -946,7 +946,7 @@ DEPENDENCIES DISTRIBUTIONS
TEST AND DISTRIBUTION BUNDLE (ALL)
============================================================================ -->
<target name="all.done" depends="dist-deps.done, test.done"/>
<target name="all.done" depends="dist.done, test.done"/>
<target name="all.clean" depends="locker.clean, docs.clean, dist.clean"/>
@ -1020,7 +1020,7 @@ FORWARDED TARGETS FOR MSIL BUILD
FORWARDED TARGETS FOR PACKAGING
============================================================================ -->
<target name="distpack" depends="dist-deps.done">
<target name="distpack" depends="dist.done">
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
</target>