make/scripts/hgforest.sh
changeset 15903 bc0e6cd9d760
parent 13511 b4f6c05ae88a
--- a/make/scripts/hgforest.sh	Thu Feb 21 17:39:58 2013 -0800
+++ b/make/scripts/hgforest.sh	Mon Feb 25 15:08:11 2013 -0800
@@ -40,7 +40,7 @@
 repos=""
 repos_extra=""
 if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
-  subrepos="corba jaxp jaxws langtools jdk hotspot"
+  subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
   if [ -f .hg/hgrc ] ; then
     pull_default=`hg paths default`
     if [ "${pull_default}" = "" ] ; then