diff options
author | pab <devnull@localhost> | 2009-07-08 02:27:53 +0000 |
---|---|---|
committer | pab <devnull@localhost> | 2009-07-08 02:27:53 +0000 |
commit | e23aa9d3a16a3a34dbd99e39b98b53509c678036 (patch) | |
tree | 1ea219006c01a084de99cb99f00064ea1dd05289 /examples/manual/demo.sh | |
parent | edc57cb12bdb564d68a122c5255d10dd48fd46ba (diff) |
Update for new pyxbgen interface
Diffstat (limited to 'examples/manual/demo.sh')
-rw-r--r-- | examples/manual/demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/manual/demo.sh b/examples/manual/demo.sh index 4701ead..94e8cd7 100644 --- a/examples/manual/demo.sh +++ b/examples/manual/demo.sh @@ -9,7 +9,7 @@ rm -f po2.py ../../scripts/pyxbgen -u po2.xsd -m po2 python demo2.py rm -f address.py address.wxs -../../scripts/pyxbgen -u nsaddress.xsd -m address -C +../../scripts/pyxbgen -u nsaddress.xsd -m address --archive-file=address.wxs if [ ! -f address.wxs ] ; then echo 1>&2 "Address namespace archive not found" exit 1 |