Changeset 19006 for release-kits/lirk2


Ignore:
Timestamp:
2009-04-16T13:37:26+12:00 (15 years ago)
Author:
oranfry
Message:

changed the release kits to use the new shared code structure

Location:
release-kits/lirk2
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2

    • Property svn:externals
      •  

        old new  
        1 lib http://svn.greenstone.org/release-kits/shared/lib
         1core http://svn.greenstone.org/release-kits/shared/core
        22linux http://svn.greenstone.org/release-kits/shared/linux
        33greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
        4 uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        5 language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        64
  • release-kits/lirk2/ant-scripts

    • Property svn:externals deleted
  • release-kits/lirk2/ant-scripts/build.xml

    r17996 r19006  
    2020   
    2121    <!-- IMPORT OTHER ANT SCRIPTS -->
    22     <import file="shared-ant-scripts/init.xml"/>
    23     <import file="shared-ant-scripts/operations-on-gli.xml"/>
     22    <import file="../core/ant-scripts/init.xml"/>
     23    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    2424    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
    2525
  • release-kits/lirk2/ant-scripts/create-installer.xml

    r18283 r19006  
    1515        </copy>
    1616
    17         <unjar src="${lirk2.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
     17        <unjar src="${lirk2.home}/core/ant-tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    1818        <delete dir="${basedir}/installer/classes/META-INF"/>
    1919
    20         <unjar src="${lirk2.home}/ant-scripts/tasks/7z-ant/7z.jar" dest="${basedir}/installer/classes"/>
     20        <unjar src="${lirk2.home}/core/ant-tasks/7z-ant/7z.jar" dest="${basedir}/installer/classes"/>
    2121        <delete dir="${basedir}/installer/classes/META-INF"/>
    2222
    23         <unjar src="${lirk2.home}/lib/crypt.jar" dest="${basedir}/installer/classes"/>
     23        <unjar src="${lirk2.home}/core/lib/crypt.jar" dest="${basedir}/installer/classes"/>
    2424        <delete dir="${basedir}/installer/classes/META-INF"/>
    2525
  • release-kits/lirk2/ant-scripts/wrap.xml

    r18500 r19006  
    1313        <mkdir dir="${basedir}/wrapped-installer/build"/>
    1414        <copy todir="${basedir}/wrapped-installer/build" file="${lirk2.home}/linux/wrapper.cpp"/>
    15         <copy todir="${basedir}/wrapped-installer/build" file="${lirk2.home}/packages/search4j/libsearch4j.cpp"/>
    16         <copy todir="${basedir}/wrapped-installer/build" file="${lirk2.home}/packages/search4j/libsearch4j.h"/>
     15        <copy todir="${basedir}/wrapped-installer/build" file="${lirk2.home}/core/search4j/libsearch4j.cpp"/>
     16        <copy todir="${basedir}/wrapped-installer/build" file="${lirk2.home}/core/search4j/libsearch4j.h"/>
    1717
    1818        <!-- copy bundled files -->
Note: See TracChangeset for help on using the changeset viewer.