Changeset 17652 for release-kits/lirk2


Ignore:
Timestamp:
2008-10-31T15:08:31+13:00 (15 years ago)
Author:
oranfry
Message:

started source releases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r17649 r17652  
    1111        <antcall target="remove-unneeded-files-1" />
    1212
    13         <antcall target="copy-web-to-source" />
     13        <antcall target="copy-web-to-source" /> <!-- from init -->
    1414
    1515        <antcall target="drop-in-binaries" />
     
    8686    </target>
    8787
    88     <target name="copy-web-to-source">
    89         <copy todir="distributions/source"><fileset dir="distributions/web"/></copy>
    90     </target>
    91 
    9288    <target name="drop-in-binaries">
    9389        <echo level="info">Dropping compiled binaries into distribution</echo>
Note: See TracChangeset for help on using the changeset viewer.