Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Energy ADE
ADE Xjc
Commits
ac8efc84
Commit
ac8efc84
authored
Feb 25, 2018
by
Claus Nagel
Browse files
removed run-sample script
parent
29f076ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
sample/run-sample
deleted
100644 → 0
View file @
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment