Skip to content
Snippets Groups Projects
Commit 21d5bc12 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

include X3dTidy.xslt parameter reviseCurrentDate

parent 6f64e6b7
No related branches found
No related tags found
No related merge requests found
...@@ -425,6 +425,7 @@ Key references: ...@@ -425,6 +425,7 @@ Key references:
<arg value="-xsl:${stylesheet.dir}/X3dTidy.xslt"/> <!-- regular stylesheet --> <arg value="-xsl:${stylesheet.dir}/X3dTidy.xslt"/> <!-- regular stylesheet -->
<arg value="title=@{title}"/> <arg value="title=@{title}"/>
<arg value="conversionRequired=true"/> <arg value="conversionRequired=true"/>
<arg value="reviseCurrentDate=true"/>
<arg value="fixMFStringQuotes=true"/> <arg value="fixMFStringQuotes=true"/>
<arg value="fixUrlAdditionHttpAddresses=true"/> <arg value="fixUrlAdditionHttpAddresses=true"/>
<arg value="appendMissingMetaLicense=true"/> <arg value="appendMissingMetaLicense=true"/>
...@@ -3713,7 +3714,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos ...@@ -3713,7 +3714,7 @@ app.replica.args=-mode scene -mipmaps -antialias 8 -anisotropicDegree 16 -verbos
</target> </target>
<target name="processScenes.X3dTidy" description="Apply x3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)" depends="clean.X3dTidy,clean.duplicates"> <target name="processScenes.X3dTidy" description="Apply x3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)" depends="clean.X3dTidy,clean.duplicates">
<echo message="Apply x3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)"/> <echo message="Apply X3D-Tidy.xslt to clean up X3D scene errors (when .x3d is more recent than .html)"/>
<echo message="Verifying Apache Ant XML Catalog resolver classpath: ${resolver.dir}/resolver.jar (${resolver.jar.length} bytes)"/> <echo message="Verifying Apache Ant XML Catalog resolver classpath: ${resolver.dir}/resolver.jar (${resolver.jar.length} bytes)"/>
<for param="file.path.name"> <for param="file.path.name">
<path> <path>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment