mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 13:02:13 +00:00
Updated incorrect package names in docbook
This commit is contained in:
parent
1e4f451352
commit
e729819ce0
3
docs/manual/src/docbook/packagecheck.sh
Executable file
3
docs/manual/src/docbook/packagecheck.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user