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/lirk3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3

    • 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
        33greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
        4 uninstaller http://svn.greenstone.org/release-kits/shared/uninstaller
        5 language-strings http://svn.greenstone.org/release-kits/shared/language-strings
        6 
  • release-kits/lirk3/ant-scripts

    • Property svn:externals deleted
  • release-kits/lirk3/ant-scripts/create-installer.xml

    r18283 r19006  
    1515        </copy>
    1616
    17         <unjar src="${lirk3.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
     17        <unjar src="${lirk3.home}/core/ant-tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    1818        <delete dir="${basedir}/installer/classes/META-INF"/>
    1919
    20         <unjar src="${lirk3.home}/ant-scripts/tasks/7z-ant/7z.jar" dest="${basedir}/installer/classes"/>
     20        <unjar src="${lirk3.home}/core/ant-tasks/7z-ant/7z.jar" dest="${basedir}/installer/classes"/>
    2121        <delete dir="${basedir}/installer/classes/META-INF"/>
    2222
Note: See TracChangeset for help on using the changeset viewer.