Ignore:
Timestamp:
2008-08-29T16:24:07+12:00 (16 years ago)
Author:
oranfry
Message:

changed build scripts and create-installer targets after the greenstone ant tasks were moved. also, greenstone2 installer now creates admin and demo users at install

Location:
release-kits/lirk3/installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/installer/antinstall-config.xml

    r16686 r17107  
    3838        <target target="install-java"               diskRequirement="@component.size.linux-java@"   defaultValue="true" displayText="" /> <!-- bundled java only -->
    3939        <target target="install-tomcat"             diskRequirement="@component.size.tomcat@"           defaultValue="true" displayText="" />
    40         <target target="install-ant"                    diskRequirement="@component.size.ant@"              defaultValue="true" displayText="" />
     40        <target target="install-ant"                diskRequirement="@component.size.ant@"              defaultValue="true" displayText="" />
    4141        <target target="install-source-code"        diskRequirement="@component.size.sourcecode@"   defaultValue="false"    displayText="" />
    4242
  • release-kits/lirk3/installer/build.xml

    r17051 r17107  
    1414
    1515    <!-- custom tasks -->
    16     <typedef name="rsr" classname="RegexSearchReplace" classpathref="project.classpath"/>
     16    <typedef name="rsr" classname="org.greenstone.anttasks.RegexSearchReplace" classpathref="project.classpath"/>
    1717
    1818    <target name="install-core-components" depends="">
Note: See TracChangeset for help on using the changeset viewer.