diff agent/make/build-pkglist @ 311:25c3145237c6

6731958: Include all the SA classes into sa-jdi.jar Summary: sa-jdi.jar bundled with JDK should include all the SA classes. Reviewed-by: swamyv
author poonam
date Wed, 27 Aug 2008 22:45:38 -0700
parents a61af66fc99e
children
line wrap: on
line diff
--- a/agent/make/build-pkglist	Thu Aug 21 05:49:06 2008 -0700
+++ b/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