source: release-kits/wirk3/ant-scripts/create-distribution.xml@ 19936

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

changes to wirk3 comparable to the ones just done on lirk3

File size: 563 bytes
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<project name="wirk3-create-distribution" default="create-distribution">
3
4 <target name="create-distribution">
5 <!-- create distribution -->
6 <antcall target="copy-compiled-to-dist"/> <!-- from init -->
7 <antcall target="insert-uninstaller"><param name="script-format" value="sh"/></antcall> <!-- from init -->
8 <antcall target="clean-user-manual"/>
9 <antcall target="clean-uninstaller"/>
10 <antcall target="strip-svn-dirs"><param name="dir" value="distributions"/></antcall> <!-- from init -->
11 </target>
12
13</project>
Note: See TracBrowser for help on using the repository browser.