Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

PlantUML
@startuml
start

If (defined environment variable COMMON_ENV_TOOLS) then (yes) 
  : add  Environment $COMMON_ENV_TOOLS/ modules to lookuplist;
else (No)
endif

if (defined environment variable CWS_WORK_STAMP then (yes)
 : import GenInfoParser, IO::Handle;
else (No)
endif

if (defined environment variable VERBOSE or verbose then (yes)
 : set State verbose;
else (No)
endif

if (build arguments)then (none given)
  : enable XML;
  : read environment BUILD_TYPE\n into array;
else ()
endif
:get scrpit_name;
:set global variabes;
#green:get Options;


floating note left: to be continued;

stop
@enduml