8007666: nashorn missing from hgforest.sh

Wed, 06 Feb 2013 13:37:03 -0400

author
jlaskey
date
Wed, 06 Feb 2013 13:37:03 -0400
changeset 879
9ed388a04fa7
parent 878
ecd447139a39
child 880
8b19b55f695d

8007666: nashorn missing from hgforest.sh
Reviewed-by: jlaskey
Contributed-by: james.laskey@oracle.com

common/bin/hgforest.sh file | annotate | diff | comparison | revisions
     1.1 --- a/common/bin/hgforest.sh	Mon Feb 04 17:30:09 2013 -0400
     1.2 +++ b/common/bin/hgforest.sh	Wed Feb 06 13:37:03 2013 -0400
     1.3 @@ -96,7 +96,7 @@
     1.4  repos=""
     1.5  repos_extra=""
     1.6  if [ "${command}" = "clone" -o "${command}" = "fclone" ] ; then
     1.7 -  subrepos="corba jaxp jaxws langtools jdk hotspot"
     1.8 +  subrepos="corba jaxp jaxws langtools jdk hotspot nashorn"
     1.9    if [ -f .hg/hgrc ] ; then
    1.10      pull_default=`hg paths default`
    1.11      if [ "${pull_default}" = "" ] ; then

mercurial