Changeset 17653 for release-kits/shared


Ignore:
Timestamp:
2008-10-31T15:08:48+13:00 (15 years ago)
Author:
oranfry
Message:

started source releases

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

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r17600 r17653  
    2626        <math result="component.megabytesize.core" operand1="${component.bytesize.core}" operation="/" operand2="1048576" datatype="int"/>
    2727        <property name="component.size.core" value="${component.megabytesize.core} MB"/>
     28
     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"/>
    2833
    2934        <!-- source code -->
     
    7479            <job pattern="@version@" replacement="${version}"/>
    7580            <job pattern="@component.size.core@" replacement="${component.size.core}"/>
     81            <job pattern="@component.size.sourcecode-core@" replacement="${component.size.sourcecode-core}"/>
    7682            <job pattern="@component.size.sourcecode@" replacement="${component.size.sourcecode}"/>
    7783            <job pattern="@component.size.tomcat@" replacement="${component.size.tomcat}"/>
     
    146152    </target>
    147153
     154    <target name="copy-web-to-source-greenstone3">
     155        <copy todir="distribution/source"><fileset dir="distribution/greenstone3"/></copy>
     156    </target>
     157
     158
    148159</project>
  • release-kits/shared/greenstone3/installer-classes/resources/LanguagePack.properties

    r17635 r17653  
    3232This is the core Greenstone3 system. It is a required component. \
    3333</html>
     34
     35Installing_Source_Code_Core.displayText = Source Code Core
     36Installing_Source_Code_Core.explanatoryText = \
     37<html> \
     38This is the core Greenstone3 system for source releases. It includes supporting files to accompany the source code. \
     39</html>
     40
    3441
    3542Installing_Tomcat.displayText = Apache Tomcat (@bundled.version.tomcat@)
Note: See TracChangeset for help on using the changeset viewer.