hotspot/agent/make/build-pkglist
author erikj
Thu, 21 Aug 2014 11:05:35 +0200
changeset 26191 a0ff4b39d34b
parent 1073 3ca36e11142b
permissions -rw-r--r--
8055188: General cleanup of minor issues from source restructure Reviewed-by: tbell

#!/bin/sh -f

SH=`which sh`
MKS_HOME=`dirname $SH`

CD=cd
FIND=$MKS_HOME/find
SED=$MKS_HOME/sed
SORT=$MKS_HOME/sort

$CD ../src/share/classes; $FIND sun/jvm/hotspot com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt