Ignore:
Timestamp:
2009-06-26T16:18:44+12:00 (15 years ago)
Author:
oranfry
Message:

it's all good stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/ant-scripts/windows-targets.xml

    r19848 r19935  
    11<?xml version="1.0" encoding="utf-8" ?>
    22<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>
     3
    104   
    115    <target name="get-copy-of-wrapper-source">
Note: See TracChangeset for help on using the changeset viewer.