You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
325 B
11 lines
325 B
#! /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.rnc spring-security-3.0.xsd |
|
|
|
echo "Applying XSL transformation to xsd ..." |
|
xsltproc --output spring-security-3.0.xsd spring-security.xsl spring-security-3.0.xsd |
|
|
|
popd |