Blame | Last modification | View Log | RSS feed
<project name="ant-apmcfg"><taskdef name="apmcfg" classname="com.erggroup.mass.ant.tasks.Apmcfg" classpath="${using.ant-apmcfg.basedir}/jar/ant-apmcfg.jar" /><!--APMCFG payload can be generated using the following syntax in an ANT script:<apmcfg version="1" // The overall software build version (req)dir="build"> // Directory to write the @APMCFG.mug file (default: working path)<device type="ATDA" // The device type name, max 9 chars (req)tier="3" // Where the device type is in the network hierarchy (default: 3)version="1"> // Software release version (default: apmcfg version)<module file="avmupg.zip" // The file associated with this module (req)tag="AVMAPP" // Software module name, max 8 chars (default: derived from file name)version=1" // Software module version (default: device type version)type="0" // A bitmap controlling the software module loading process (default: 0)special="0"/> // Indicates if the software module has special memory requirements (default: 0)...</device>...</apmcfg>--></project>