build_html5-webfont.xml 597 B

12345678910111213141516
  1. <?xml version='1.0' encoding='UTF-8'?>
  2. <project>
  3. <target name="dita2html5-webfont"
  4. depends="dita2html5-webfont.init,
  5. dita2html5"/>
  6. <target name="dita2html5-webfont.init">
  7. <property name="args.hdf"
  8. location="${dita.plugin.com.example.html5-webfont.dir}/include/webfont.hdf.xml"/>
  9. <property name="args.cssroot"
  10. location="${dita.plugin.com.example.html5-webfont.dir}/css"/>
  11. <property name="args.css" value="custom.css"/>
  12. <property name="args.copycss" value="yes"/>
  13. <property name="args.csspath" value="css"/>
  14. </target>
  15. </project>