Changeset 19152


Ignore:
Timestamp:
2009-04-21T12:23:41+12:00 (15 years ago)
Author:
oranfry
Message:

added a new 'date' property, and got rid of the linuxy copy-compiled-to-dist target from init.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/core/ant-scripts/init.xml

    r19006 r19152  
    2525        <format property="current.month" pattern="MMM"/>
    2626        <format property="current.year" pattern="yyyy"/>
     27        <format property="date" pattern="yyyy.MM.dd"/>
    2728    </tstamp>
    2829
     
    153154        <echo level="info">Version (version): ${version}</echo>
    154155        <echo level="info">Branch Path (branch.path): ${branch.path}</echo>
     156        <echo level="info">Date (date): ${date}</echo>
    155157        <echo level="info">Current Month (current.month): ${current.month}</echo>
    156158        <echo level="info">Current Year (current.year): ${current.year}</echo>
     
    391393        <unzip src="${rk.home}/windows/perl.zip" dest="${gsdl.basedir}/bin/windows"/>
    392394    </target>
    393     <target name="copy-compiled-to-dist">
    394         <delete dir="distributions/web"/>
    395         <mkdir dir="distributions"/>
    396         <exec executable="cp"><arg line="-r compiled distributions/web"/></exec>
    397     </target>
    398395
    399396</project>
Note: See TracChangeset for help on using the changeset viewer.