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

File:
1 edited

Legend:

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

    r17898 r17956  
    2020        <antcall target="prepare-sourcecode-component" />
    2121
    22         <antcall target="prepare-source-release" />
    2322    </target>
    2423   
     
    3029        <antcall target="compress-tomcat-component" />
    3130
    32         <!--<antcall target="compress-sourcecode-component" />-->
    33 
    34         <antcall target="compress-source-release" />
     31        <antcall target="compress-zipped-binary-release"><param name="format" value="zip"/></antcall> <!-- from init -->
    3532
    3633    </target>
     
    131128                </fileset>
    132129        </copy>
    133                
    134         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
    135         <zip destfile="components/Greenstone-${version}-win32-sourcecode.zip" basedir="components/tmp/sourcecode" compress="true"/>
     130
     131        <mkdir dir="products"/>
     132        <zip destfile="products/Greenstone-${version}-${os.suffix}-sourcecode-component.zip" basedir="components/tmp/sourcecode" compress="true"/>
    136133    </target>
    137134       
     
    173170    </target>   
    174171
    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>
    178    
    179172</project>
Note: See TracChangeset for help on using the changeset viewer.