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

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

windows-specific ant scripts

File size: 299 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</project>
Note: See TracBrowser for help on using the repository browser.