Changeset 19396


Ignore:
Timestamp:
2009-05-12T09:33:46+12:00 (15 years ago)
Author:
oranfry
Message:

don't make the source components of binary zips anymore

Location:
release-kits
Files:
3 edited

Legend:

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

    r18767 r19396  
    1515        <antcall target="prepare-core-component" />
    1616        <antcall target="prepare-imagemagick-component" />
    17        
    18         <antcall target="prepare-sourcecode-component" />
    1917    </target>
    2018
     
    2220        <antcall target="compress-core-component" />
    2321        <antcall target="compress-imagemagick-component" />
    24 
    25         <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    2622    </target>
    2723
  • release-kits/mark2/ant-scripts/create-components.xml

    r18049 r19396  
    1515        <antcall target="prepare-imagemagick-component" />
    1616        <antcall target="prepare-ghostscript-component" />
    17 
    18         <antcall target="prepare-sourcecode-component" />
    19 
    2017    </target>
    2118   
     
    2421        <antcall target="compress-imagemagick-component" />
    2522        <antcall target="compress-ghostscript-component" />
    26 
    27         <antcall target="compress-zipped-binary-release" /> <!-- from init -->
    2823    </target>
    2924
  • release-kits/wirk2/ant-scripts/create-components.xml

    r19012 r19396  
    1616        <antcall target="prepare-imagemagick-component" />
    1717        <antcall target="prepare-ghostscript-component" />
    18 
    19         <antcall target="prepare-sourcecode-component" />
    20 
    2118    </target>
    2219   
     
    2522        <antcall target="compress-imagemagick-component" />
    2623        <antcall target="compress-ghostscript-component" />
    27 
    28         <antcall target="compress-zipped-binary-release"><param name="format" value="zip"/></antcall> <!-- from init -->
    29 
    3024    </target>
    3125   
Note: See TracChangeset for help on using the changeset viewer.