| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../."
- xmlns:p5up5b="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/upgrade_procesy5_bocian.xsd"
- name="p5up5b.remote.SYSTEM" > <!-- default="INSTALL.p5up5b.INSTALL" -->
- <include file="build.p5up5b.PRODUCT.xml" optional="true"/>
-
- <echo>#7 2018-01-28 to be automated from public_html/config/SystemsBindings.xml</echo>
-
- <!--<property name="p5up5b.remote.basedir" value="/var/spool/p5/src-xmlschema/public_html/p5build_SE"/>-->
- <property name="p5up5b.remote.basedir" value="${p5build_SE.INSTALL_ROOT.basedir}"/>
- <property name="p5up5b.remote.configuration.dir" value="${p5build_SE.INSTALL_ROOT.configuration.dir}"/>
-
- <property name="p5up5b.remote.temp" value="${p5build_SE.INSTALL_ROOT.temp}"/> <!-- ${p5up5b.local.SYSTEM.BuildBase.directory}/temp -->
- <property name="p5up5b.remote.repository" value="${p5build_SE.INSTALL_ROOT.repository}"/>
- <property name="p5up5b.remote.properties" value="${p5build.opt__local}/${p5build.INSTALL_PREFIX.name}/basedir/.build_SE.properties"/>
- <property name="p5up5b.remote.build" value="${p5up5b.remote.basedir}/../build_SE.xml"/>
-
-
-
- <property name="p5up5b.remote.p5build.basedir" value="${p5up5b.remote.basedir}/public_html"/>
- <property name="p5up5b.remote.WPS_Functions.basedir" value="${p5up5b.remote.p5build.basedir}/WPS_Functions"/>
-
- <property name="p5up5b.remote.p5build.remote.SE" value="/Library/Server/Web/Data/Sites/SE-production-git/se/SE"/> <!-- ${Shared_Git_Root}/se/SE -->
- <property name="p5up5b.remote.p5build.remote" value="/Library/Server/Web/Data/Sites/SE-production-git/se/SE/schema"/> <!-- ${Shared_Git_Root}/se/SE/schema -->
- <property name="p5up5b.remote.p5wc.basedir" value="${p5up5b.remote.WPS_Functions.basedir}/workflow_controller"/> <!-- ${p5up5b.local.SYSTEM.build_SE}/WPS_Functions/workflow_controller -->
-
- <property name="p5up5b.remote.p5up5b.repository" value="${p5up5b.remote.WPS_Functions.basedir}/upgrade_procesy5_bocian/repository"/> <!-- to be automated from -->
-
- <property name="p5up5b.remote.p5up5b.process_table.sql" value="${p5up5b.remote.SYSTEM.repository}/p5up5b.remote.SYSTEM.process_table.sql"/><!-- for backups etc -->
-
- <!--<property name="p5up5b.pid" location="${p5up5b.repository}/p5up5b.speech.pid"/>-->
-
-
-
-
-
- </project>
|