run_ade-xjc 357 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env sh

#######################################################
##
##  UN*X start script for converting the Quality ADE
##
#######################################################

OUTPUT="src-gen"
BINDING="binding.xjb"
SCHEMA="qualityAde.xsd"
PLUGINS="-Xnamespace-prefix"

exec ../ade-xjc $PLUGINS -clean -output $OUTPUT -binding $BINDING $SCHEMA