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
7b775d0f
Commit
7b775d0f
authored
Feb 02, 2009
by
Claus Nagel
Browse files
No commit message
No commit message
parent
2f7d0f30
Changes
1
Show whitespace changes
Inline
Side-by-side
src/org/citygml4j/ade_xjc/ADE_XJC.java
View file @
7b775d0f
...
@@ -43,7 +43,7 @@ public class ADE_XJC {
...
@@ -43,7 +43,7 @@ public class ADE_XJC {
@Option
(
name
=
"-output"
,
usage
=
"output folder (default: 'src-gen')"
,
metaVar
=
"<folderName>"
)
@Option
(
name
=
"-output"
,
usage
=
"output folder (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'"
)
@Option
(
name
=
"-non-strict"
,
usage
=
"allow changes to contents of subfolder 'schema
s
'"
)
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