<antactions>

  <!-- Make the bin scripts executable -->
  <pack name="jmx-core">
    <antcall order="afterpacks" buildfile="${INSTALL_PATH}/scripts/as/ant-chmod.xml">
             verbose="false">
       <property name="INSTALL_PATH" value="${INSTALL_PATH}"/>
       <target name="chmod-bin"/>
    </antcall>
  </pack>

</antactions>
