Changeset 19413 for release-kits


Ignore:
Timestamp:
2009-05-13T09:34:59+12:00 (15 years ago)
Author:
oranfry
Message:

corrected path to 7zip binary

File:
1 edited

Legend:

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

    r17956 r19413  
    7878   
    7979    <target name="compress-core-component">
    80         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 core.lzma core.comp"/></exec>
     80        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 core.lzma core.comp"/></exec>
    8181    </target>
    8282   
     
    9696       
    9797    <target name="compress-imagemagick-component">
    98         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 imagemagick.lzma imagemagick.comp"/></exec>
     98        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 imagemagick.lzma imagemagick.comp"/></exec>
    9999    </target>
    100100   
     
    114114       
    115115    <target name="compress-ghostscript-component">
    116         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 ghostscript.lzma ghostscript.comp"/></exec>
     116        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 ghostscript.lzma ghostscript.comp"/></exec>
    117117    </target>
    118118   
     
    134134       
    135135    <target name="compress-sourcecode-component">
    136         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode.lzma sourcecode.comp"/></exec>
     136        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode.lzma sourcecode.comp"/></exec>
    137137    </target>
    138138   
     
    151151       
    152152    <target name="compress-ant-component">
    153         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 ant.lzma ant.comp"/></exec>
     153        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 ant.lzma ant.comp"/></exec>
    154154    </target>
    155155       
     
    167167       
    168168    <target name="compress-tomcat-component">
    169         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 tomcat.lzma tomcat.comp"/></exec>
     169        <exec executable="${wirk3.home}/windows/7za/7za.exe" dir="components"><arg line="a -t7z -mx=9 tomcat.lzma tomcat.comp"/></exec>
    170170    </target>   
    171171
Note: See TracChangeset for help on using the changeset viewer.