| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5dg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/documentation_generator/documentation_generator.xsd"
- xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
- xmlns:p5ant="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache.public/ant/ant.xsd"
- xmlns:d2a="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita-to-ant/d2a.xsd"
- basedir="../../."
- default="default"
- name="html2image">
- <include file="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/html2image/build_html2image_0.dita.PRODUCT.xml"
- as="PRODUCT"/>
- <target name="default"><!--#38 syntaxdiagram mode="d2a:new_ant_project.child.task.bash"-->
- <exec executable="${application.google_chrome.install_dest_on_macOS}"
- dir="${html2image.basedir}">
- <arg value="-c"/>
- <arg value="${application.google_chrome.--headless}"/>
- <arg value="${application.google_chrome.--disable-gpu}"/>
- <arg value="${application.google_chrome.--screenshot}"/>
- <arg value="${application.google_chrome.--window-size}"/>
- <arg value="${module.bocian-graph-to-html.example-graph-api-id-12.html}"/>
- </exec>
- </target>
- </project>
|