| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html"
- name="html2image.PRODUCT">
-
- <include file="../build.WPS_Functions.PRODUCT.xml"/>
-
- <property name="html2image.basedir"
- location="${WPS_Functions.basedir}/html2image"/>
- <property name="html2image.temp"
- location="${WPS_Functions.temp}/html2image"/>
- <property name="html2image.repository"
- location="${WPS_Functions.repository}/html2image"/>
-
-
-
- <!--#64 apiname-->
- <!--#64 syntaxdiagram-->
- <!--#64 apiname-->
- <!--#64 steps-->
- <!--#64 step-->
- <!--#72__AC cmd ;
- id=ditafiles_d14e17 @format=ditamap @scope=-->
- <!--#82-B-1100 due to not @format=dita not keyword-->
-
- <condition property="html2image.application.google_chrome.install_dest_on_macOS" value="/usr/bin/google-chrome">
- <available file="/usr/bin/google-chrome"/>
- </condition>
- <condition property="html2image.application.google_chrome.install_dest_on_macOS" value="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome">
- <available file="/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"/>
- </condition>
-
- <fail unless="html2image.application.google_chrome.install_dest_on_macOS"> Not found google-chrome nor on test paths
- /usr/bin/google-chrome
- /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
- </fail>
-
- <!--#64 apiname-->
- <!--#64 info-->
- <!--#64 syntaxdiagram-->
- <!--#64 groupcomp-->
- <!--#72__AC var ;
- id=ditafiles_d14e17 @format=ditamap @scope=-->
- <!--#76 problem - missing force keyref wrong - -window-size ditamap-->
- <!--#82 used keyword-->
- <property name="html2image.application.google_chrome.--headless" value="--headless"/>
- <!--#72__AC var ;
- id=ditafiles_d14e17 @format=ditamap @scope=-->
- <!--#76 problem - missing force keyref wrong - -window-size ditamap-->
- <!--#82 used keyword-->
- <property name="html2image.application.google_chrome.--disable-gpu" value="--disable-gpu"/>
- <!--#72__AC var ;
- id=ditafiles_d14e17 @format=ditamap @scope=-->
- <!--#76 problem - missing force keyref wrong - -window-size ditamap-->
- <!--#82 used keyword-->
- <property name="html2image.application.google_chrome.--screenshot" value="--screenshot"/>
- <!--#72__AC var ;
- id=ditafiles_d14e17 @format=ditamap @scope=-->
- <!--#76 problem - missing force keyref wrong - -window-size ditamap-->
- <!--#82 used keyword-->
-
- <property name="html2image.window-size.x" value="1600"/>
- <property name="html2image.window-size.y" value="700"/>
-
- <property name="html2image.application.google_chrome.--window-size" value="--window-size=${html2image.window-size.x},${html2image.window-size.y}"/>
-
- <!--#72__AC var ;
- id=ditafiles_d14e17 @format=ditamap @scope= id=ditafiles_d203835e22 @format=ditamap @scope=-->
- <!--#82-B due to not @format=dita not keyword-->
- <property name="html2image.module.bocian-graph-to-html.example-graph-api-id-12.html"
- location="/Users/a.binder/procesy5-dita-templates-druki/xmlschema_procesy5/src-xmlschema/public_html/WPS_Functions/bocian-graph-to-html/example-graph-api-id-12.html"/>
- </project>
|