diff -r 000000000000 -r f90c822e73f8 agent/make/build-pkglist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/agent/make/build-pkglist Wed Apr 27 01:25:04 2016 +0800 @@ -0,0 +1,11 @@ +#!/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