| 1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns:graph_gnuplot="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/graph_gnuplot/graph_gnuplot.xsd"
- xmlns:p5xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsl_interface/xsl_interface.xsd"
- basedir="../../."
- name="graph_gnuplot.PRODUCT">
-
- <include as="WPS_Functions" file="../build.WPS_Functions.PRODUCT.xml"/>
-
- <property name="graph_gnuplot.PRODUCT.name"
- value="${WPS_Functions.PRODUCT.name}.graph_gnuplot"/>
- <property name="graph_gnuplot.PRODUCT.vendor-domain"
- value="${WPS_Functions.PRODUCT.name}.graph_gnuplot"/>
- <property name="graph_gnuplot.basedir"
- value="${WPS_Functions.basedir}/graph_gnuplot"/>
- <property name="graph_gnuplot.repository"
- value="${WPS_Functions.repository}/graph_gnuplot"/>
-
-
- <property name="graph_gnuplot.build.xml" location="${basedir}/WPS_Functions/graph_gnuplot/build_graph_gnuplot.xml"/>
-
-
- <property name="graph_gnuplot" location="${graph_gnuplot.build.xml}"/>
-
-
-
- </project>
|