Skip to content

Commit

Permalink
Move removeAnnotation.xsl into the style directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjones committed May 23, 2017
1 parent dedd0d0 commit 746d46d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<target name="stripdocs" depends="init">
<mkdir dir="${build.stripped}"/>
<style basedir="." destdir="${build.stripped}" extension=".xsd"
style="removeAnnotation.xsl" includes="*.xsd" classpath="${cpath}" processor="trax"/>
style="${style.dir}/removeAnnotation.xsl" includes="*.xsd" classpath="${cpath}" processor="trax"/>
<echo>

******************************************
Expand Down
File renamed without changes.

0 comments on commit 746d46d

Please sign in to comment.