Updated incorrect package names in docbook

This commit is contained in:
Luke Taylor 2010-02-12 15:18:01 +00:00
parent 1e4f451352
commit e729819ce0
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CLASSPATH=`find ../../../.. -name *.jar | grep -v sources | xargs | sed "s/ /:/g"`
grep -o -e 'org.springframework.security\.[a-z]*\.[a-zA-Z0-9]*\.[A-Z][a-zA-z0-9]*' * | cut -d : -f 2 | xargs -n 1 javap -classpath "$CLASSPATH" | grep ERROR