Changeset 19768


Ignore:
Timestamp:
2009-06-09T12:58:48+12:00 (15 years ago)
Author:
oranfry
Message:

library.cgi and oaiserver.cgi are os-specific so put them in cdrom components

Location:
release-kits
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/create-cdrom-components.xml

    r19615 r19768  
    3333                <include name="bin/windows"/>
    3434                <include name="bin/windows/**/*"/>
    35                 <include name="apache-httpd/"/>
     35                <include name="cgi-bin/library.cgi"/>
     36                <include name="cgi-bin/oaiserver.cgi"/>
    3637                <include name="apache-httpd/**/*"/>
    3738                <include name="*.sh"/>
  • release-kits/mark2/ant-scripts/create-cdrom-components.xml

    r19615 r19768  
    2727                <include name="bin/windows"/>
    2828                <include name="bin/windows/**/*"/>
     29                <include name="cgi-bin/library.cgi"/>
     30                <include name="cgi-bin/oaiserver.cgi"/>
    2931                <include name="apache-httpd"/>
    3032                <include name="apache-httpd/**/*"/>
     
    5052
    5153    <target name="compile-cdrom-wrapper">
    52        
    5354        <mkdir dir="wrapped-installer/cdrom"/>
    5455        <!-- create app for cdrom installer -->
     
    6364        <rsr file="cdrom/dist/Greenstone-${version}-MacOS.app/Contents/Info.plist" pattern="@jar@" replacement="cdrom.jar"/>
    6465        <rsr file="cdrom/dist/Greenstone-${version}-MacOS.app/Contents/Info.plist" pattern="@version@" replacement="${version}"/>
    65 
    6666    </target>
    6767
     
    7474    </target>
    7575
    76 
    7776</project>
  • release-kits/wirk2/ant-scripts/create-cdrom-components.xml

    r19595 r19768  
    2828                <include name="bin/windows"/>
    2929                <include name="bin/windows/**/*"/>
     30                <include name="cgi-bin/library.cgi"/>
     31                <include name="cgi-bin/oaiserver.cgi"/>
    3032                <include name="*.bat"/>
    3133            </fileset>
Note: See TracChangeset for help on using the changeset viewer.