Changeset 17814 for release-kits/mark3


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

prepare source releases on each os

Location:
release-kits/mark3
Files:
3 edited

Legend:

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

    r17786 r17814  
    1818        <antcall target="prepare-ghostscript-component" />
    1919
    20         <!--<antcall target="prepare-sourcecode-component" />-->
     20        <antcall target="prepare-sourcecode-component" />
     21
     22        <antcall target="prepare-source-release" />
    2123    </target>
    2224
     
    2931
    3032        <!--<antcall target="compress-sourcecode-component" />-->
     33
     34        <antcall target="compress-source-release" />
    3135    </target>
    3236
     
    173177    </target>
    174178
     179    <target name="compress-source-release">
     180        <sevenzip task="encode" input="components/source-release.comp" output="components/source-release.lzma" dictionnary="26"/>
     181    </target>
     182
    175183</project>
  • release-kits/mark3/ant-scripts/create-distribution.xml

    r17786 r17814  
    99        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/distribution/greenstone3/gli"/></antcall>
    1010        <antcall target="insert-user-manual"/>
     11
     12        <antcall target="copy-web-to-source-greenstone3" /> <!-- from gs3-targets -->
    1113
    1214        <ant target="create-distribution-1" antfile="${mark3.home}/ant-scripts/operations-on-gs3home.xml" dir="distribution/greenstone3" inheritAll="false">
  • release-kits/mark3/installer/build.xml

    r17786 r17814  
    5959        <copy file="${installDir}/resources/java/log4j.properties.in" tofile="${installDir}/web/WEB-INF/classes/log4j.properties" overwrite="true"/>
    6060        <rsr file="${installDir}/web/WEB-INF/classes/log4j.properties" pattern="(.*)@gsdl3home@(.*)" replacement="$1${installDir}/web$2" />
     61
     62        <echo>Create usage.txt</echo>
     63        <echo file="${installDir}/gs2build/etc/usage.txt"></echo>
    6164
    6265        <echo>Creating installation properties file</echo>
Note: See TracChangeset for help on using the changeset viewer.