| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project basedir="../../." name="p5pckg.PRODUCT" default="basedir"
- xmlns:p5pckg="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/procesy5_package.xsd"
- >
-
- <include file="../build.WPS_Functions.PRODUCT.xml" as="WPS_Functions"/>
- <include file="../../build.p5build.SYSTEM.xml" optional="true"/>
-
- <property name="p5pckg.PRODUCT.name" value="${WPS_Functions.PRODUCT.name}.procesy5_package"/>
- <property name="p5pckg.PRODUCT.vendor-domain" value="${p5build_SE.PRODUCT.vendor-domain}.procesy5_package"/>
-
- <property name="p5pckg.basedir" value="${WPS_Functions.basedir}/procesy5_package"/>
- <property name="p5pckg.build" value="${p5pckg.basedir}/build_procesy5_package.xml"/>
- <property name="p5pckg.repository" value="${p5pckg.basedir}/repository"/>
- <property name="p5pckg.xsl" value="${p5pckg.basedir}/p5pckg.xsl"/>
- <property name="p5pckg.temp" location="${p5pckg.basedir}/temp"/>
- <property name="p5pckg.childproperties" location="${WPS_Functions.childproperties}/build_procesy5_package.properties"/>
-
-
- <property name="p5pckg.superedit-SQIX_STRUCTURE_DB_SYNC.php" location="${remote.SE}/superedit-SQIX_STRUCTURE_DB_SYNC.php"/>
-
- <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php" location="${remote.SE}/superedit-INSTALL_SES_PROCESY_A.php"/>
- <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.xml"/>
- <property name="p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml" location="${p5pckg.repository}/p5pckg.superedit-INSTALL_SES_PROCESY_A.php.analyze.xml"/>
- <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"/>
-
-
- <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"/>
-
- <target name="basedir" description="to create local dirs">
- <propertyset id="p5pckg.local.properties">
- <propertyref prefix="p5pckg"/>
- <mapper type="glob" from="p5pckg.*" to="local.*"/>
- </propertyset>
- <antcall target="WPS_Functions.basedir.p5bws:dirs" inheritall="false">
- <propertyset refid="p5pckg.local.properties"/>
- </antcall>
- </target>
-
- <target name="clean" description="To delete all temp and repository">
- <antcall target="WPS_Functions.basedir.p5bws:dirs.clean" inheritall="false">
- <propertyset refid="p5pckg.local.properties"/>
- </antcall>
- </target>
-
-
- <target name="clean.temp" description="To delete all temp and repository">
- <antcall target="WPS_Functions.basedir.p5bw.p5bws:dirs.temp.clean" inheritall="false">
- <propertyset refid="p5pckg.local.properties"/>
- </antcall>
- </target>
-
-
-
- </project>
|