Updated incorrect package names in docbook
This commit is contained in:
parent
1e4f451352
commit
e729819ce0
|
@ -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
|
Loading…
Reference in New Issue