mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-08-18 23:37:08 +00:00
11 lines
333 B
Bash
Executable File
11 lines
333 B
Bash
Executable File
#! /bin/sh
|
|
|
|
pushd src/main/resources/org/springframework/security/config/
|
|
|
|
echo "Converting rnc file to xsd ..."
|
|
java -jar ~/bin/trang.jar spring-security-3.0.4.rnc spring-security-3.0.4.xsd
|
|
|
|
echo "Applying XSL transformation to xsd ..."
|
|
xsltproc --output spring-security-3.0.4.xsd spring-security.xsl spring-security-3.0.4.xsd
|
|
|
|
popd |