a.binder 8 лет назад
Родитель
Сommit
946cade0d7

+ 1 - 1
SE/projects/bocian

@@ -1 +1 @@
-Subproject commit 2471c059a8bda4378d6026a9aa0215910876eb4e
+Subproject commit d5d6fc961a2240763be3d46e12b7a05467233614

+ 1 - 0
SE/schema/WPS_Functions/default_db/CRM_PROCES_tree/build_CRM_PROCES_tree.xml

@@ -8,6 +8,7 @@
     <include file="build.CRM_PROCES_tree.PRODUCT.xml"/>
     <include file="../recurse_ant/build.recurse_ant.PRODUCT.xml"/>
     <include file="../../mapserver_gml_to_png/build.mapserver_gml_to_png.PRODUCT.xml"/>
+    <include file="../../graph_gnuplot/build.graph_gnuplot.PRODUCT.xml"/>
     <!--<include file="../../build.WPS_Functions.PRODUCT.xml"/>-->
     <!-- modules WPS_Functions - to be copied to any module needed -->
     <!--<property name="WPS_Functions" value="${basedir}/WPS_Functions"/>-->

+ 26 - 0
SE/schema/WPS_Functions/graph_gnuplot/build.graph_gnuplot.PRODUCT.xml

@@ -0,0 +1,26 @@
+<?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>

+ 3 - 3
SE/schema/WPS_Functions/graph_gnuplot/build_graph_gnuplot.xml

@@ -2,8 +2,8 @@
 <project basedir="../../." name="graph_gnuplot" default="graph_to_image">
   <description>to use from to dita conversion from xsl/ant to generate png graphs</description>
     
-    
-    <include file="../build.WPS_Functions.PRODUCT.xml"/>
+    <include file="build.graph_gnuplot.PRODUCT.xml"/>
+    <!--<include file="../build.WPS_Functions.PRODUCT.xml"/>-->
     <!-- modules WPS_Functions - to be copied to any module needed -->
     <property name="WPS_Functions" location="${WPS_Functions.basedir}"/>
     <property name="build_WPS_Functions.xml" location="${WPS_Functions.build}"/> <!-- call it to get properties -->
@@ -12,7 +12,7 @@
     
     
     <!-- local shared module individual properties should contain ${project.name} basedir ant its .temp -->
-    <property name="graph_gnuplot" location="${basedir}/WPS_Functions/graph_gnuplot/build_graph_gnuplot.xml"/>
+    <!--<property name="graph_gnuplot" location="${basedir}/WPS_Functions/graph_gnuplot/build_graph_gnuplot.xml"/>-->
     <property name="build_graph_gnuplot.childproperties" location="${WPS_Functions.childproperties}/build_graph_gnuplot.properties"/>
     <property name="graph_gnuplot_basedir" location="${basedir}/WPS_Functions/graph_gnuplot"  />                         
     <property name="graph_gnuplot_basedir.temp" location="${graph_gnuplot_basedir}/temp"  />