Changeset 17647 for release-kits/shared


Ignore:
Timestamp:
2008-10-31T13:38:29+13:00 (15 years ago)
Author:
oranfry
Message:

general stuff for the greenstone2 source releases

Location:
release-kits/shared/greenstone2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r17599 r17647  
    2727        <property name="component.size.core" value="${component.megabytesize.core} MB"/>
    2828
     29        <!-- source code core -->
     30        <length property="component.bytesize.sourcecode-core" mode="all"><fileset file="${basedir}/components/sourcecode-core.comp"/></length>
     31        <math result="component.megabytesize.sourcecode-core" operand1="${component.bytesize.sourcecode-core}" operation="/" operand2="1048576" datatype="int"/>
     32        <property name="component.size.sourcecode-core" value="${component.megabytesize.sourcecode-core} MB"/>
     33
    2934        <!-- source code -->
    3035        <length property="component.bytesize.sourcecode" mode="all"><fileset file="${basedir}/components/sourcecode.comp"/></length>
     
    4651            <job pattern="@version@" replacement="${version}"/>
    4752            <job pattern="@component.size.core@" replacement="${component.size.core}"/>
     53            <job pattern="@component.size.sourcecode-core@" replacement="${component.size.sourcecode-core}"/>
    4854            <job pattern="@component.size.sourcecode@" replacement="${component.size.sourcecode}"/>
    4955            <job pattern="@component.size.imagemagick@" replacement="${component.size.imagemagick}"/>
     
    129135    </target>
    130136
    131 
    132 
    133137</project>
  • release-kits/shared/greenstone2/installer-classes/resources/LanguagePack.properties

    r17640 r17647  
    2828</html>
    2929
    30 Installing_Source_Code.displayText = Source code
     30Installing_Source_Code_Core.displayText = Source Code Core
     31Installing_Source_Code_Core.explanatoryText = \
     32<html> \
     33This is the core Greenstone2 system for source releases. It includes config files, macros, images and other files which accompany the source code. \
     34</html>
     35
     36Installing_Source_Code.displayText = Source Code
    3137Installing_Source_Code.explanatoryText = \
    3238<html> \
Note: See TracChangeset for help on using the changeset viewer.