build.p5build_SE.INSTALL_ROOT.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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" location="${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" location="${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. <property name="p5build_SE.INSTALL_ROOT.debug" value="${p5build.opt__local}/${p5build_SE.INSTALL_ROOT.prefix}/deug"/>
  19. <property name="p5build_SE.INSTALL_ROOT.debug.symlink" value="${basedir}/debug.symlink"/>
  20. <condition property="p5build_SE.INSTALL_ROOT.configuration.dir.symlink__x3A__exists" value="p5build_SE.INSTALL_ROOT.configuration.dir.symlink__x3A__exists">
  21. <or>
  22. <available file="${basedir}/config.symlink"></available>
  23. <available file="${p5build_SE.INSTALL_ROOT.configuration.dir.symlink}"></available>
  24. <available file="${p5build_SE.INSTALL_ROOT.configuration.dir.symlink}/../config"></available>
  25. </or>
  26. </condition>
  27. <condition property="p5build_SE.INSTALL_ROOT.temp.symlink__x3A__exists" value="p5build_SE.INSTALL_ROOT.temp.symlink__x3A__exists">
  28. <or>
  29. <available file="${basedir}/temp.symlink"></available>
  30. <available file="${p5build_SE.INSTALL_ROOT.temp.symlink}"></available>
  31. <available file="${p5build_SE.INSTALL_ROOT.temp.symlink}/../temp"></available>
  32. </or>
  33. </condition>
  34. <condition property="p5build_SE.INSTALL_ROOT.repository.symlink__x3A__exists" value="p5build_SE.INSTALL_ROOT.repository.symlink__x3A__exists">
  35. <or>
  36. <available file="${basedir}/repository.symlink"></available>
  37. <available file="${p5build_SE.INSTALL_ROOT.repository.symlink}"></available>
  38. <available file="${p5build_SE.INSTALL_ROOT.temp.symlink}/../repository"></available>
  39. </or>
  40. </condition>
  41. <condition property="p5build_SE.INSTALL_ROOT.debug.symlink__x3A__exists" value="p5build_SE.INSTALL_ROOT.debug.symlink__x3A__exists">
  42. <or>
  43. <available file="${basedir}/debug.symlink"></available>
  44. <available file="${p5build_SE.INSTALL_ROOT.debug.symlink}"></available>
  45. <available file="${p5build_SE.INSTALL_ROOT.debug.symlink}/../debug"></available>
  46. </or>
  47. </condition>
  48. </project>