Ignore:
Timestamp:
2012-08-07T11:46:36+12:00 (12 years ago)
Author:
xiao
Message:

added a step specially for flax to replace 'localsite' with 'flax' in greenstone3.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r25956 r26076  
    244244        <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@gsdl3webhome@" replacement="${installDir.local}${file.separator}web" />
    245245        <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="@privilegedattribute@" replacement="privileged='true'" />
     246
     247        <!-- FLAX START -->
     248        <rsr file="${installDir}/packages/tomcat/conf/Catalina/localhost/greenstone3.xml" pattern="localsite" replacement="flax" />
     249        <!-- FLAX END -->
     250
    246251        <echo>Set binaries to executable</echo>
    247252        <chmod dir="${installDir}/packages/tomcat/bin" includes="*.sh" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.