From 15523efdef8eadbdd8d79358ff002ed3958ec41b Mon Sep 17 00:00:00 2001 From: Antonio Cunei Date: Thu, 17 Dec 2009 11:42:29 +0000 Subject: Merged revisions 20172-20173,20175,20178 via sv... Merged revisions 20172-20173,20175,20178 via svnmerge from https://lampsvn.epfl.ch/svn-repos/scala/scala/trunk ........ r20172 | extempore | 2009-12-16 18:37:27 +0100 (Wed, 16 Dec 2009) | 1 line Catch expanded names before they are visible in completion. no review. ........ r20173 | extempore | 2009-12-16 20:25:26 +0100 (Wed, 16 Dec 2009) | 2 lines REPL completion now understands type aliases defined in package objects. For instance try scala.List.. review by community. ........ r20175 | odersky | 2009-12-17 12:03:57 +0100 (Thu, 17 Dec 2009) | 1 line hardening the compiler to avoid exceptions I observed when used under Eclipse. ........ r20178 | cunei | 2009-12-17 12:16:58 +0100 (Thu, 17 Dec 2009) | 3 lines Adding target distpack-opt. Review by rytz. ........ --- build.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index fc315ee63f..32acdbfac8 100644 --- a/build.xml +++ b/build.xml @@ -1541,9 +1541,15 @@ FORWARDED TARGETS FOR PACKAGING + + + + + + -