Changeset 17814 for release-kits/mark2


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

prepare source releases on each os

Location:
release-kits/mark2
Files:
3 edited

Legend:

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

    r17786 r17814  
    1616        <antcall target="prepare-ghostscript-component" />
    1717
    18         <!--<antcall target="prepare-sourcecode-component" />-->
     18        <antcall target="prepare-sourcecode-component" />
     19
     20        <antcall target="prepare-source-release" />
    1921    </target>
    2022   
     
    2527
    2628        <!--<antcall target="compress-sourcecode-component" />-->
     29
     30        <antcall target="compress-source-release" />
    2731    </target>
    2832
     
    129133    </target>
    130134
     135    <target name="compress-source-release">
     136        <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
     137    </target>
     138
     139
    131140</project>
  • release-kits/mark2/ant-scripts/create-distribution.xml

    r17786 r17814  
    1010        <antcall target="tweak-files" />
    1111        <antcall target="remove-unneeded-files-1" />
     12
     13        <antcall target="copy-web-to-source" /> <!-- from init -->
     14
    1215        <antcall target="drop-in-binaries" />
    1316        <antcall target="drop-in-demo-collection" />
  • release-kits/mark2/installer/build.xml

    r17786 r17814  
    7474        <delete file="${installDir}/resources/*.png"/>
    7575
     76        <echo>Create usage.txt</echo>
     77        <echo file="${installDir}/etc/usage.txt"></echo>
     78
    7679        <echo>Creating installation properties file</echo>
    7780        <echo file="${installDir}/etc/installation.properties">#this file is just a placeholder for now</echo>
Note: See TracChangeset for help on using the changeset viewer.