Commit ac8efc84 authored by Claus Nagel's avatar Claus Nagel
Browse files

removed run-sample script

parent 29f076ee
#!/usr/bin/env sh
##############################################################################
##
## UN*X start script for ade-xjc example
##
##############################################################################
OUTPUT="src-gen"
PACKAGE="ade.sub.jaxb"
BINDING="binding.xjb"
SCHEMA="CityGML-SubsurfaceADE-0_9_0.xsd"
exec ../bin/ade-xjc -clean -output $OUTPUT -package $PACKAGE -binding $BINDING $SCHEMA
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment