changeset 1073 | 3ca36e11142b |
parent 1 | 489c9b5090e2 |
--- a/hotspot/agent/make/build-pkglist Thu Aug 21 05:49:06 2008 -0700 +++ b/hotspot/agent/make/build-pkglist Wed Aug 27 22:45:38 2008 -0700 @@ -8,4 +8,4 @@ SED=$MKS_HOME/sed SORT=$MKS_HOME/sort -$CD ../src/share/classes; $FIND sun/jvm/hotspot \( -name SCCS -prune \) -o -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt +$CD ../src/share/classes; $FIND sun/jvm/hotspot com/sun/java/swing -type d -print | $SED -e 's/\//./g' | $SORT > ../../../make/pkglist.txt