From: Svjatoslav Agejenko Date: Wed, 13 Jul 2022 01:23:27 +0000 (+0300) Subject: updated web site publishing script to work with latest javainspect X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=sixth-3d.git;a=commitdiff_plain;h=f4f24fac9a22e6f05f6e1115d3a578513fbbd03c updated web site publishing script to work with latest javainspect --- diff --git a/tools/update web site b/tools/update web site index 1c90821..5ba0222 100755 --- a/tools/update web site +++ b/tools/update web site @@ -8,9 +8,9 @@ mvn clean package rm -rf doc/graphs/ mkdir -p doc/graphs/ -javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h -javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h -javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h +javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -ho +javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -ho +javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -ho meviz index -w doc/graphs/ -t "Sixth 3D classes"