Ignore:
Timestamp:
2008-11-11T15:18:40+13:00 (15 years ago)
Author:
oranfry
Message:

prepare source releases on each os

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-components.xml

    r17786 r17814  
    1717        <antcall target="prepare-ant-component" />
    1818        <antcall target="prepare-tomcat-component" />
    19         <!--<antcall target="prepare-sourcecode-component" />-->
     19
     20        <antcall target="prepare-sourcecode-component" />
     21
     22        <antcall target="prepare-source-release" />
    2023    </target>
    2124   
     
    2629        <antcall target="compress-ant-component" />
    2730        <antcall target="compress-tomcat-component" />
     31
    2832        <!--<antcall target="compress-sourcecode-component" />-->
     33
     34        <antcall target="compress-source-release" />
     35
    2936    </target>
    3037   
     
    165172        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 tomcat.lzma tomcat.comp"/></exec>
    166173    </target>   
     174
     175    <target name="compress-source-release">
     176        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 source-release.lzma source-release.comp"/></exec>
     177    </target>
    167178   
    168179</project>
Note: See TracChangeset for help on using the changeset viewer.