Changeset 17956 for release-kits/wirk2


Ignore:
Timestamp:
2008-11-27T17:49:28+13:00 (15 years ago)
Author:
oranfry
Message:

dont try to create the source distibution anymore as that is done by sork

Location:
release-kits/wirk2/ant-scripts
Files:
2 edited

Legend:

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

    r17937 r17956  
    1818        <antcall target="prepare-sourcecode-component" />
    1919
    20         <antcall target="prepare-source-release" />
    2120    </target>
    2221   
     
    2625        <antcall target="compress-ghostscript-component" />
    2726
    28         <antcall target="compress-source-release" />
     27        <antcall target="compress-zipped-binary-release"><param name="format" value="zip"/></antcall> <!-- from init -->
    2928
    3029    </target>
     
    120119        </copy>
    121120               
    122         <!--<zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />-->
    123         <zip destfile="components/Greenstone-${version}-win32-sourcecode.zip" basedir="components/tmp/sourcecode" compress="true"/>
     121        <mkdir dir="products"/>
     122        <zip destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.zip" basedir="components/tmp/sourcecode" compress="true"/>
    124123    </target>
    125124       
    126     <target name="compress-source-release">
    127         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 source-release.lzma source-release.comp"/></exec>
    128     </target>
    129 
    130 
    131125</project>
  • release-kits/wirk2/ant-scripts/create-distribution.xml

    r17954 r17956  
    1313        <antcall target="dist-unzip-packages"/>
    1414       
    15         <antcall target="copy-web-to-source" /> <!-- from init -->
    16    
    1715        <antcall target="drop-in-binaries" />
    1816        <antcall target="drop-in-demo-collection" />
Note: See TracChangeset for help on using the changeset viewer.