source: release-kits/shared/linux/ant-scripts/linux-targets.xml@ 19153

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

linux-only targets

File size: 276 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="linux-targets">
3
4 <target name="copy-compiled-to-dist">
5 <delete dir="distributions/web"/>
6 <mkdir dir="distributions"/>
7 <exec executable="cp"><arg line="-r compiled distributions/web"/></exec>
8 </target>
9
10</project>
Note: See TracBrowser for help on using the repository browser.