2009-09-28 20:29:09 -04:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
pushd src/main/resources/org/springframework/security/config/
|
|
|
|
|
|
|
|
echo "Converting rnc file to xsd ..."
|
2010-01-26 20:49:05 -05:00
|
|
|
java -jar ~/bin/trang.jar spring-security-3.1.rnc spring-security-3.1.xsd
|
2009-09-28 20:29:09 -04:00
|
|
|
|
|
|
|
echo "Applying XSL transformation to xsd ..."
|
2010-01-26 20:49:05 -05:00
|
|
|
xsltproc --output spring-security-3.1.xsd spring-security.xsl spring-security-3.1.xsd
|
2009-09-28 20:29:09 -04:00
|
|
|
|
|
|
|
popd
|