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
8d04d116
Commit
8d04d116
authored
Dec 09, 2008
by
Claus Nagel
Browse files
No commit message
No commit message
parent
a841259b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
8d04d116
...
@@ -39,7 +39,7 @@ public class ADE_XJC {
...
@@ -39,7 +39,7 @@ public class ADE_XJC {
@Option
(
name
=
"-output"
,
usage
=
"output folder (optional, default='src-gen')"
,
metaVar
=
"<folderName>"
)
@Option
(
name
=
"-output"
,
usage
=
"output folder (optional, default='src-gen')"
,
metaVar
=
"<folderName>"
)
private
File
outputFolder
=
new
File
(
"src-gen"
);
private
File
outputFolder
=
new
File
(
"src-gen"
);
@Option
(
name
=
"-non-strict"
,
usage
=
"allow changes to contents of subfolder 'schema'
.
\n(optional)"
)
@Option
(
name
=
"-non-strict"
,
usage
=
"allow changes to contents of subfolder 'schema'\n(optional)"
)
private
boolean
nonStrict
=
false
;
private
boolean
nonStrict
=
false
;
@Option
(
name
=
"-clean"
,
usage
=
"clean output folder"
)
@Option
(
name
=
"-clean"
,
usage
=
"clean output folder"
)
...
...
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