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

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2

    • Property svn:externals
      •  

        old new  
         1core http://svn.greenstone.org/release-kits/shared/core
        12greenstone2 http://svn.greenstone.org/release-kits/shared/greenstone2
        23windows http://svn.greenstone.org/release-kits/shared/windows
        3 lib http://svn.greenstone.org/release-kits/shared/lib
        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/wirk2/ant-scripts

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

    r18283 r19006  
    1212
    1313        <copy todir="${basedir}/installer/classes" overwrite="true">
    14             <fileset dir="${wirk2.home}/packages/7za" includes="7za.exe"/>
     14            <fileset dir="${wirk2.home}/windows/7za" includes="7za.exe"/>
    1515            <fileset file="${basedir}/distributions/web/LICENSE.txt"/>
    1616        </copy>
    1717       
    18         <unjar src="${wirk2.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
     18        <unjar src="${wirk2.home}/core/ant-tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    1919        <delete dir="${basedir}/installer/classes/META-INF"/>
    2020       
    21         <unjar src="${wirk2.home}/lib/crypt.jar" dest="${basedir}/installer/classes"/>
     21        <unjar src="${wirk2.home}/core/lib/crypt.jar" dest="${basedir}/installer/classes"/>
    2222        <delete dir="${basedir}/installer/classes/META-INF"/>
    2323       
Note: See TracChangeset for help on using the changeset viewer.