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:
parent
aae1cbe346
commit
5a73aaff50
|
@ -946,7 +946,7 @@ DEPENDENCIES DISTRIBUTIONS
|
||||||
TEST AND DISTRIBUTION BUNDLE (ALL)
|
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"/>
|
<target name="all.clean" depends="locker.clean, docs.clean, dist.clean"/>
|
||||||
|
|
||||||
|
@ -1020,7 +1020,7 @@ FORWARDED TARGETS FOR MSIL BUILD
|
||||||
FORWARDED TARGETS FOR PACKAGING
|
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"/>
|
<ant antfile="${src.dir}/build/pack.xml" target="pack-all.done" inheritall="yes" inheritrefs="yes"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue