root/trunk/deprecated.xml
| Revision 2605, 1.1 kB (checked in by jmoore, 3 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <project name="deprecated" default="usage" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant"> |
| 3 | <!-- |
| 4 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 5 | # |
| 6 | # $Id$ |
| 7 | # |
| 8 | # Copyright 2008 Glencoe Software, Inc. All rights reserved. |
| 9 | # Use is subject to license terms supplied in LICENSE.txt |
| 10 | # |
| 11 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 12 | |
| 13 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 14 | # Written by: Josh Moore, josh at glencoesoftware.com |
| 15 | #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 16 | |
| 17 | --> |
| 18 | <target name="fullbuild" depends="build-default" description="DEPRECATED: Use build-all"/> |
| 19 | <target name="build" depends="build-default" description="DEPRECATED: Use build-default"/> |
| 20 | <target name="dist" description="DEPRECATED: Use build-* targets"/> |
| 21 | <target name="withtools" depends="build-all" description="DEPRECATED: Use build-all or build-[COMPONENT]"/> |
| 22 | <target name="cleantools" depends="clean" description="DEPRECATED: Use clean"/> |
| 23 | |
| 24 | </project> |
Note: See TracBrowser
for help on using the browser.
