2009-09-29 08:29:09 +08:00
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
|
|
pushd src/main/resources/org/springframework/security/config/
|
|
|
|
|
|
|
|
|
|
echo "Converting rnc file to xsd ..."
|
2010-10-14 02:34:04 +08:00
|
|
|
java -jar ~/bin/trang.jar spring-security-3.0.4.rnc spring-security-3.0.4.xsd
|
2009-09-29 08:29:09 +08:00
|
|
|
|
|
|
|
|
echo "Applying XSL transformation to xsd ..."
|
2010-10-14 02:34:04 +08:00
|
|
|
xsltproc --output spring-security-3.0.4.xsd spring-security.xsl spring-security-3.0.4.xsd
|
2009-09-29 08:29:09 +08:00
|
|
|
|
|
|
|
|
popd
|