mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Improved html site patching.
This commit is contained in:
parent
7ee049c824
commit
1472aeb77d
@ -125,12 +125,12 @@ fi
|
|||||||
|
|
||||||
pushd $SITE_DIR
|
pushd $SITE_DIR
|
||||||
|
|
||||||
find . -maxdepth 2 -mindepth 2 -name "*.html" | xargs perl -i -p -e 's#\./css/#\.\./css/#;' \
|
find . -maxdepth 2 -mindepth 2 -name "*.html" | xargs perl -i -p -e 's#"\./css/#"\.\./css/#;' \
|
||||||
-e 's/Maven Surefire Report/Unit Tests/;' \
|
-e 's/Maven Surefire Report/Unit Tests/;' \
|
||||||
-e 's/Cobertura Test Coverage/Test Coverage/;' \
|
-e 's/Cobertura Test Coverage/Test Coverage/;' \
|
||||||
-e 's/A successful project.*greatly appreciated\.//;'
|
-e 's/A successful project.*greatly appreciated\.//;'
|
||||||
|
|
||||||
find . -maxdepth 3 -mindepth 3 -name "*.html" | xargs perl -i -p -e 's#\./css/#\.\./\.\./css/#;'
|
find . -maxdepth 3 -mindepth 3 -name "*.html" | xargs perl -i -p -e 's#"\./css/#"\.\./\.\./css/#;'
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user