Changeset 19627


Ignore:
Timestamp:
2009-05-27T16:23:18+12:00 (15 years ago)
Author:
oranfry
Message:

language strings for the documented examples component

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

Legend:

Unmodified
Added
Removed
  • release-kits/shared/core/ant-scripts/init.xml

    r19624 r19627  
    152152    <target name="compile-binary-installer">
    153153
    154         <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-binary.xml"/>
    155         <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
    156         <dcff file="${basedir}/installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
    157 
    158         <copy file="${basedir}/installer/build.xml" tofile="${basedir}/installer/build-binary.xml"/>
    159         <dcff file="${basedir}/installer/build-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
    160 
    161 
    162 
    163         <installer file="${basedir}/installer/Greenstone-${version}-${os.suffix}.jar"
     154        <copy file="installer/antinstall-config.xml" tofile="installer/antinstall-config-binary.xml"/>
     155        <dcff file="installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
     156        <dcff file="installer/antinstall-config-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
     157
     158        <copy file="${rk.home}/installer/build.xml" tofile="installer/build-binary.xml"/>
     159        <dcff file="installer/build-binary.xml" startTag=".*&lt;!-- start cdrom --&gt;.*" endTag=".*&lt;!-- end cdrom --&gt;.*" />
     160
     161
     162
     163        <installer file="installer/Greenstone-${version}-${os.suffix}.jar"
    164164            compress="true"
    165165            extractType="NonExtractor"
    166             installConfig="${basedir}/installer/antinstall-config-binary.xml"
    167             buildFile="${basedir}/installer/build-binary.xml"
     166            installConfig="installer/antinstall-config-binary.xml"
     167            buildFile="installer/build-binary.xml"
    168168            antInstallLib="${rk.home}/core/ant-installer/lib"
    169169            antLib="${rk.home}/core/ant/lib"
     
    171171            icons="bluecurve">
    172172
    173             <zipfileset dir="${basedir}/installer/classes" includes="**/*" />
    174             <zipfileset dir="${basedir}/components" includes="*.lzma" excludes="source-release.lzma" />
     173            <zipfileset dir="installer/classes" includes="**/*" />
     174            <zipfileset dir="components" includes="*.lzma" excludes="source-release.lzma" />
    175175
    176176        </installer>
     
    180180    <target name="compile-cdrom-installer">
    181181
    182         <copy file="${basedir}/installer/antinstall-config.xml" tofile="${basedir}/installer/antinstall-config-cdrom.xml"/>
    183         <dcff file="${basedir}/installer/antinstall-config-cdrom.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
    184         <dcff file="${basedir}/installer/antinstall-config-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
    185 
    186         <copy file="${basedir}/installer/build.xml" tofile="${basedir}/installer/build-cdrom.xml"/>
    187         <dcff file="${basedir}/installer/build-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
    188 
    189         <installer file="${basedir}/installer/cdrom.jar"
     182        <copy file="installer/antinstall-config.xml" tofile="installer/antinstall-config-cdrom.xml"/>
     183        <dcff file="installer/antinstall-config-cdrom.xml" startTag=".*&lt;!-- start source release --&gt;.*" endTag=".*&lt;!-- end source release --&gt;.*" />
     184        <dcff file="installer/antinstall-config-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
     185
     186        <copy file="${rk.home}/installer/build.xml" tofile="installer/build-cdrom.xml"/>
     187        <dcff file="installer/build-cdrom.xml" startTag=".*&lt;!-- start web --&gt;.*" endTag=".*&lt;!-- end web --&gt;.*" />
     188
     189        <installer file="installer/cdrom.jar"
    190190            compress="true"
    191191            extractType="NonExtractor"
    192             installConfig="${basedir}/installer/antinstall-config-cdrom.xml"
    193             buildFile="${basedir}/installer/build-cdrom.xml"
     192            installConfig="installer/antinstall-config-cdrom.xml"
     193            buildFile="installer/build-cdrom.xml"
    194194            antInstallLib="${rk.home}/core/ant-installer/lib"
    195195            antLib="${rk.home}/core/ant/lib"
    196196            validateConfig="true"
    197197            icons="bluecurve">
    198             <zipfileset dir="${basedir}/installer/classes" includes="**/*" />
     198            <zipfileset dir="installer/classes" includes="**/*" />
    199199        </installer>
    200200       
  • release-kits/shared/core/language-strings/LanguagePack.properties

    r19519 r19627  
    5555Installing_Ant.displayText=Apache Ant (@bundled.version.ant@)
    5656Installing_Ant.explanatoryText=<html> Greenstone3 requires Apache Ant to start and stop the Tomcat web server, to recompile <br> the source code, and to perform some maintainence tasks. If you already have Ant installed, <br> you can safely opt not to install this component. </html>
     57
     58Installing_Documented_Examples.displayText=Documented Example Collections
     59Installing_Documented_Examples.explanatoryText=<html>A set of example collections, whose 'about' pages describe how they were created. Even if you don't install the Documented Examples now, you can get them from http://www.greenstone.org/ or from the greenstone CD-ROM.</html>
     60
    5761
    5862### Admin password page
Note: See TracChangeset for help on using the changeset viewer.