build.p5build_SE.INSTALL_ROOT.xml 1.7 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../schema" name="build_SE.INSTALL_ROOT"
  3. xmlns:p5build_SE="http://biuro.biall-net.pl/build_SE.xsd"
  4. >
  5. <include optional="true" file="../build.p5build.GLOBALS.xml"/>
  6. <!-- install purposes -->
  7. <property name="p5build_SE.INSTALL_ROOT.name" value="p5build_SE"/>
  8. <property name="p5build_SE.INSTALL_ROOT.vendor-domain" value="pl.procesy5"/>
  9. <property name="p5build_SE.INSTALL_ROOT.prefix" value="${p5build_SE.PRODUCT.vendor-domain}/${p5build_SE.INSTALL_ROOT.name}" /> <!-- for evaluates like /opt/local/p5/src-xmlschema/public_html/p5build_SE -->
  10. <!--<property name="p5build_SE.INSTALL_ROOT.basedir" value="${p5build.opt__local}/${p5build_SE.INSTALL_ROOT.prefix}/basedir"/>-->
  11. <property name="p5build_SE.INSTALL_ROOT.basedir" value="${basedir}"/> <!-- temporary is current basedir working -->
  12. <property name="p5build_SE.INSTALL_ROOT.configuration.dir" value="${p5build.opt__local}/${p5build_SE.INSTALL_ROOT.prefix}/config"/>
  13. <property name="p5build_SE.INSTALL_ROOT.configuration.dir.symlink" value="${basedir}/config.symlink"/>
  14. <property name="p5build_SE.INSTALL_ROOT.temp" value="${p5build.opt__local}/${p5build_SE.INSTALL_ROOT.prefix}/temp"/> <!-- ${p5up5b.local.SYSTEM.BuildBase.directory}/temp -->
  15. <property name="p5build_SE.INSTALL_ROOT.temp.symlink" value="${basedir}/temp.symlink"/>
  16. <property name="p5build_SE.INSTALL_ROOT.repository" value="${p5build.opt__local}/${p5build_SE.INSTALL_ROOT.prefix}/repository"/>
  17. <property name="p5build_SE.INSTALL_ROOT.repository.symlink" value="${basedir}/repository.symlink"/>
  18. </project>