source: release-kits/shared/windows/ant-scripts/windows-targets.xml@ 19848

Last change on this file since 19848 was 19848, checked in by oranfry, 15 years ago

changes that went in for the 2.82cd release

File size: 701 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="windows-targets">
3 <target name="copy-compiled-to-dist">
4 <delete dir="distributions/web"/>
5 <mkdir dir="distributions"/>
6 <copy todir="distributions/web">
7 <fileset dir="compiled" includes="**/*"/>
8 </copy>
9 </target>
10
11 <target name="get-copy-of-wrapper-source">
12 <copy todir="${todir}" overwrite="true">
13 <fileset dir="${wirk2.home}/windows/wrapper"/>
14 <fileset dir="${wirk2.home}/greenstone2/wrapper" includes="*.bmp"/>
15 <fileset dir="${wirk2.home}/greenstone2/icon" includes="icon.ico"/>
16 <fileset dir="${wirk2.home}/core/search4j" includes="libsearch4j.cpp,libsearch4j.h"/>
17 </copy>
18 </target>
19
20</project>
Note: See TracBrowser for help on using the repository browser.