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/wirk3
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3

    • Property svn:externals
      •  

        old new  
        1 lib http://svn.greenstone.org/release-kits/shared/lib
         1core http://svn.greenstone.org/release-kits/shared/core
        22greenstone3 http://svn.greenstone.org/release-kits/shared/greenstone3
        33windows http://svn.greenstone.org/release-kits/shared/windows
        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/wirk3/ant-scripts

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

    r17898 r19006  
    2222
    2323    <!-- IMPORT OTHER ANT SCRIPTS -->
    24     <import file="shared-ant-scripts/init.xml"/>
    25     <import file="shared-ant-scripts/operations-on-gli.xml"/>
     24    <import file="../core/ant-scripts/init.xml"/>
     25    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    2626    <import file="../greenstone3/ant-scripts/rk3-targets.xml"/>
    2727
  • release-kits/wirk3/ant-scripts/create-installer.xml

    r18283 r19006  
    1313        <!-- some canned resources for the installer -->
    1414        <copy todir="${basedir}/installer/classes" overwrite="true">
    15             <fileset dir="${wirk3.home}/packages/7za" includes="7za.exe"/>
     15            <fileset dir="${wirk3.home}/windows/7za" includes="7za.exe"/>
    1616            <fileset file="${basedir}/distributions/web/LICENSE.txt"/>
    1717        </copy>
    1818
    1919        <!-- some classes from jars, unpacked to be repacked into installer -->
    20         <unjar src="${wirk3.home}/ant-scripts/tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
     20        <unjar src="${wirk3.home}/core/ant-tasks/greenstone/anttasks.jar" dest="${basedir}/installer/classes"/>
    2121        <delete dir="${basedir}/installer/classes/META-INF"/>
    2222       
Note: See TracChangeset for help on using the changeset viewer.