aboutsummaryrefslogtreecommitdiff
path: root/agent/make/build-pkglist
diff options
context:
space:
mode:
Diffstat (limited to 'agent/make/build-pkglist')
-rw-r--r--agent/make/build-pkglist2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/make/build-pkglist b/agent/make/build-pkglist
index 64d9a96ca..c7cac3dfc 100644
--- a/agent/make/build-pkglist
+++ b/agent/make/build-pkglist
@@ -8,4 +8,4 @@ FIND=$MKS_HOME/find
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