Changeset 18154


Ignore:
Timestamp:
2008-12-09T11:05:02+13:00 (15 years ago)
Author:
max
Message:

Don't neet to change values in setup.bat and in gsdlsite.cfg anymore since they are now working the GSDLHOME directory by themselves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/installer/build.xml

    r18067 r18154  
    9191        <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/windows/library.exe"/>
    9292
    93         <echo message="Filling in concrete values in config files"/>
     93        <!--Don't need to change these values anymore-->
     94<!--        <echo message="Filling in concrete values in config files"/>
    9495        <rsr file="${installDir}/setup.bat" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>
    9596        <rsr file="${installDir}/cgi-bin/gsdlsite.cfg">
     
    9899            <job pattern="^(#?httpimg).*" replacement="$1 /gsdl/images"/>
    99100        </rsr>
    100         <rsr file="${installDir}/gsdlsite.cfg" pattern="@gsdlhome@" replacement="${installDir}"/>
     101        <rsr file="${installDir}/gsdlsite.cfg" pattern="@gsdlhome@" replacement="${installDir}"/>-->
    101102
    102103        <echo message="Creating installation properties file"/>
Note: See TracChangeset for help on using the changeset viewer.