Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Apr 13, 2021
1 parent 1288067 commit 021b5bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/ade-xjc/run_ade-xjc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ BINDING="binding.xjb"
SCHEMA="UrbanRevitalizationADE.xsd"
PLUGINS="-Xnamespace-prefix"

exec ../bin/ade-xjc $PLUGINS -clean -output $OUTPUT -binding $BINDING $SCHEMA
exec ../ade-xjc $PLUGINS -clean -output $OUTPUT -binding $BINDING $SCHEMA
2 changes: 1 addition & 1 deletion resources/ade-xjc/run_ade-xjc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set BINDING="binding.xjb"
set SCHEMA="UrbanRevitalizationADE.xsd"
set PLUGINS="-Xnamespace-prefix"

call ..\bin\ade-xjc.bat %PLUGINS% -clean -output %OUTPUT% -binding %BINDING% %SCHEMA%
call ..\ade-xjc.bat %PLUGINS% -clean -output %OUTPUT% -binding %BINDING% %SCHEMA%

0 comments on commit 021b5bc

Please sign in to comment.