| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name="graph.PRODUCT">
-
- <include file="build.p5dg.PRODUCT.xml" optional="true"/>
-
-
-
-
- <property name="graph.PRODUCT.name" value="${p5dg.PRODUCT.name}.graph"/>
- <property name="graph.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}.graph"/>
-
- <property name="graph.basedir" value="${p5dg.basedir}"/>
- <property name="graph.repository" value="${p5dg.repository}"/>
- <property name="graph.temp" location="${graph.basedir}/temp"/>
-
- <property name="graph.xsl" location="${graph.basedir}/graph.xsl"/>
- <property name="graph.graph-to-analyze-evaluated.xsl" location="${graph.basedir}/graph.graph-to-analyze-evaluated.xsl"/>
- <property name="graph.graph_tree_yed_from_wfs.xsl" location="${WPS_Functions.basedir}/graph_tree_TODO_PROJ6806/graph_tree_yed_from_wfs.xsl"/>
-
- <property name="graph.graph-to-analyze.xml" location="${graph.repository}/graph.graph-to-analyze.xml"/>
- <property name="graph.graph-to-analyze-property.xml" location="${graph.repository}/graph.graph-to-analyze-property.xml"/>
- <property name="graph.graph-to-analyze-evaluated.xml" location="${graph.repository}/graph.graph-to-analyze-evaluated.xml"/>
- <property name="graph.graph.graph-to-nodes.xml" location="${graph.repository}/graph.graph.graph-to-nodes.xml"/>
-
-
-
- <!--<property name="p5suis.pid" location="${p5suis.repository}/p5suis.speech.pid"/>-->
-
- <!--
- <property name="p5dg.StandardOutPath" location="${p5build_SE.SYSTEM.StandardOutPath}/${p5dg.PRODUCT.name}.log"/>
- <property name="p5dg.StandardErrorPath" location="${p5build_SE.SYSTEM.StandardErrorPath}/${p5dg.PRODUCT.name}.log"/>
- -->
-
-
-
-
- </project>
|