blob: 73d769800f866940a5be216bd623c09a2a6ba7b5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Version: $Id: build.xml,v 1.2 2006/01/04 16:26:56 ryman Exp $
Ant build script for WTP Plan Web pages.
ChangeLog:
2006-01-06: Arthur Ryman <ryman@ca.ibm.com>
- Added WTP 1.5 plans.
2005-09-22: Arthur Ryman <ryman@ca.ibm.com>
- Reorganized the Web pages so they can be built independently.
-->
<project name="WTP Plans" default="main" basedir=".">
<target name="main" description="Build WTP Plans Web pages.">
<ant dir="1.0" description="Builds the WTP 1.0 plans."/>
<ant dir="1.5" description="Builds the WTP 1.5 plans."/>
</target>
</project>