X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=tools%2Fupdate%20web%20site;h=5ba0222669ed5a9f7b61982f30c6c782c666e633;hb=HEAD;hp=f4ff6e05c09b273b682022d49a5b78aaa6467f56;hpb=968fe6fc2df43441dca03d50d9fbc0cf41c746b4;p=sixth-3d.git diff --git a/tools/update web site b/tools/update web site index f4ff6e0..5ba0222 100755 --- a/tools/update web site +++ b/tools/update web site @@ -8,13 +8,12 @@ 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" - rm -rf doc/apidocs/ cp -r target/apidocs/ doc/