Changeset 18870 for release-kits/wirk2


Ignore:
Timestamp:
2009-04-02T10:51:49+13:00 (15 years ago)
Author:
oranfry
Message:

sorting out the mess of library and oaiserver being renamed and being needlessly copied around

Location:
release-kits/wirk2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/compile.xml

    r18531 r18870  
    3939        <exec dir="${basedir}/compiled" executable="${basedir}/compiled/compile.bat" />
    4040        <move file="${basedir}/compiled/server.exe" todir="${basedir}/compiled/bin/windows"/>
    41         <move todir="${basedir}/compiled/bin/windows">
    42             <fileset dir="${basedir}/compiled/cgi-bin" includes="library.exe,oaiserver.exe"/>
    43         </move>
    4441    </target>
    4542   
  • release-kits/wirk2/ant-scripts/create-distribution.xml

    r18705 r18870  
    2828            <fileset dir="${basedir}/compiled/bin/windows" includes="**/*"/>
    2929        </copy>
    30         <copy todir="${basedir}/distributions/web" file="${basedir}/compiled/bin/windows/server.exe"/>
     30        <copy todir="distributions/web" file="compiled/bin/windows/server.exe"/>
     31        <copy todir="distributions/web/cgi-bin/library" file="compiled/cgi-bin/library.cgi"/>
     32        <copy todir="distributions/web/cgi-bin/oaiserver" file="compiled/cgi-bin/oaiserver.cgi"/>
    3133       
    3234        <echo level="info">Dropping LuceneWrapper.jar in place</echo>
  • release-kits/wirk2/installer/build.xml

    r18705 r18870  
    8686            comment="Dummy 'demo' user with password 'demo' for authen-e collection"/>
    8787
    88         <echo message="Installing Servers"/>
    89         <copy todir="${installDir}" file="${installDir}/bin/windows/server.exe"/>
    90         <copy tofile="${installDir}/cgi-bin/oaiserver" file="${installDir}/bin/windows/oaiserver.exe"/>
    91         <copy tofile="${installDir}/cgi-bin/library" file="${installDir}/bin/windows/library.exe"/>
    92 
    9388        <echo message="Creating installation properties file"/>
    9489        <echo file="${installDir}\etc\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo>
Note: See TracChangeset for help on using the changeset viewer.