Changeset 19008 for release-kits/wirk3


Ignore:
Timestamp:
2009-04-16T14:16:08+12:00 (15 years ago)
Author:
oranfry
Message:

more changes for the new shared code layout

Location:
release-kits/wirk3/ant-scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/ant-scripts/create-installer.xml

    r19006 r19008  
    2222       
    2323        <!--
    24         <unjar src="${wirk3.home}/ant-scripts/tasks/orangevolt/roxes-win32forjava-1.1.1.jar" dest="${basedir}/installer/classes"/>
     24        <unjar src="${wirk3.home}/core/ant-tasks/orangevolt/roxes-win32forjava-1.1.1.jar" dest="${basedir}/installer/classes"/>
    2525        <delete dir="${basedir}/installer/classes/META-INF"/>
    2626       
    27         <unjar src="${wirk3.home}/ant-scripts/tasks/orangevolt/orangevolt-ant-tasks-1.3.8.jar" dest="${basedir}/installer/classes"/>
     27        <unjar src="${wirk3.home}/core/ant-tasks/orangevolt/orangevolt-ant-tasks-1.3.8.jar" dest="${basedir}/installer/classes"/>
    2828        <delete dir="${basedir}/installer/classes/META-INF"/>
    2929        -->
  • release-kits/wirk3/ant-scripts/wrap.xml

    r18499 r19008  
    1414        <mkdir dir="${basedir}/wrapped-installer/build"/>
    1515        <copy todir="${basedir}/wrapped-installer/build" file="${wirk3.home}/windows/wrapper/wrapper.cpp"/>
    16         <copy todir="${basedir}/wrapped-installer/build" file="${wirk3.home}/packages/search4j/libsearch4j.cpp"/>
    17         <copy todir="${basedir}/wrapped-installer/build" file="${wirk3.home}/packages/search4j/libsearch4j.h"/>
     16        <copy todir="${basedir}/wrapped-installer/build" file="${wirk3.home}/core/search4j/libsearch4j.cpp"/>
     17        <copy todir="${basedir}/wrapped-installer/build" file="${wirk3.home}/core/search4j/libsearch4j.h"/>
    1818    </target>
    1919   
Note: See TracChangeset for help on using the changeset viewer.