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:
3 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/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.