From fb1c78b4daf520cecf5fee0414e44feb03d2457b Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Thu, 2 Apr 2020 11:27:35 -0700 Subject: [PATCH] rename stylesheet to X3dExtrusionCrossSectionToSvg.xslt --- build.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 66bd0ed60b..2618b06199 100644 --- a/build.xml +++ b/build.xml @@ -1385,8 +1385,8 @@ ignoreSetupDownloadErrors=true dest="${stylesheet.dir}/X3dToVrml97.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/> <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dvClassicVrmlEncoding.xslt" dest="${stylesheet.dir}/X3dToX3dvClassicVrmlEncoding.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/> - <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionToSvgViaXslt1.1.xslt" - dest="${stylesheet.dir}/X3dExtrusionToSvgViaXslt1.1.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/> + <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dExtrusionCrossSectionToSvg.xslt" + dest="${stylesheet.dir}/X3dExtrusionCrossSectionToSvg.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/> <get src="${x3d.sourceforge.site}/x3d/stylesheets/X3dToX3dom.xslt" dest="${stylesheet.dir}/X3dToX3dom.xslt" verbose="true" ignoreerrors="${ignoreSetupDownloadErrors}"/> @@ -2348,10 +2348,10 @@ ignoreSetupDownloadErrors=true expand="on"/> <!-- expand:on since DTD defaults needed --> <!-- TODO -dtd:off --> - <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dExtrusionToSvgViaXslt1.1 stylesheet for SVG diagrams of Extrusion crossSection</echo> + <echo>${archive.path}/${relative.path1}/${relative.path2}/${name.short}.x3d processing with X3dExtrusionCrossSectionToSvg stylesheet for SVG diagrams (if Extrusion found)</echo> <!-- Saxon9 is locally defined macro --> <Saxon9 scene="${relative.path1}/${relative.path2}/${name.short}" - stylesheet="${stylesheet.dir}/X3dExtrusionToSvgViaXslt1.1" + stylesheet="${stylesheet.dir}/X3dExtrusionCrossSectionToSvg" extension="svg" expand="on"/> <!-- expand:on since DTD defaults needed --> -- GitLab