build.p5pckg.PRODUCT.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project basedir="../../." name="p5pckg.PRODUCT" default="basedir"
  3. xmlns:p5pckg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/procesy5_package.xsd"
  4. >
  5. <include file="../build.WPS_Functions.PRODUCT.xml" as="WPS_Functions"/>
  6. <include file="../../build.p5build.SYSTEM.xml" optional="true"/>
  7. <property name="p5pckg.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.procesy5_package"/>
  8. <property name="p5pckg.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}.procesy5_package"/>
  9. <property name="p5pckg.basedir" value="${WPS_Functions.basedir}/procesy5_package"/>
  10. <property name="p5pckg.build" value="${p5pckg.basedir}/build_procesy5_package.xml"/>
  11. <property name="p5pckg.repository" value="${p5pckg.basedir}/repository"/>
  12. <property name="p5pckg.xsl" value="${p5pckg.basedir}/p5pckg.xsl"/>
  13. <property name="p5pckg.temp" location="${p5pckg.basedir}/temp"/>
  14. <property name="p5pckg.childproperties" location="${WPS_Functions.childproperties}/build_procesy5_package.properties"/>
  15. <property name="p5pckg.superedit-SQIX_STRUCTURE_DB_SYNC.php" location="${remote.SE}/superedit-SQIX_STRUCTURE_DB_SYNC.php"/>
  16. <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php" location="${remote.SE}/superedit-INSTALL_SES_PROCESY_A.php"/>
  17. <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml"/>
  18. <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml"/>
  19. <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-flat.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-flat.xml"/>
  20. <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze-functions-modules.xml"/>
  21. <target name="basedir" description="to create local dirs">
  22. <propertyset id="p5pckg.local.properties">
  23. <propertyref prefix="p5pckg"/>
  24. <mapper type="glob" from="p5pckg.*" to="local.*"/>
  25. </propertyset>
  26. <antcall target="WPS_Functions.basedir.p5bws:dirs" inheritall="false">
  27. <propertyset refid="p5pckg.local.properties"/>
  28. </antcall>
  29. </target>
  30. <target name="clean" description="To delete all temp and repository">
  31. <antcall target="WPS_Functions.basedir.p5bws:dirs.clean" inheritall="false">
  32. <propertyset refid="p5pckg.local.properties"/>
  33. </antcall>
  34. </target>
  35. <target name="clean.temp" description="To delete all temp and repository">
  36. <antcall target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean" inheritall="false">
  37. <propertyset refid="p5pckg.local.properties"/>
  38. </antcall>
  39. </target>
  40. </project>