Mercurial > public > ssdtant
annotate src/org/ssdt_ohio/tools/ant/antlib.xml @ 7:418ba4cfc553 tip
USASR-644: preserve dependencies in replaced target
author | smith@nwoca.org |
---|---|
date | Wed, 12 Oct 2011 18:12:17 -0400 |
parents | c989b9aa8820 |
children |
rev | line source |
---|---|
0 | 1 <antlib> |
2 <taskdef name="add-dependency" classname="org.ssdt_ohio.tools.ant.AddDependencyTask" onerror="ignore" /> | |
6
c989b9aa8820
USASR-644: Add ant task to replace existing ant targets
smith@nwoca.org
parents:
2
diff
changeset
|
3 <taskdef name="replace-target" classname="org.ssdt_ohio.tools.ant.ReplaceTargetTask" onerror="ignore" /> |
2
09f9f3d5c507
CM-127: Move wsdlsetup and wsd2html.xsl from Tools
smith@nwoca.org
parents:
0
diff
changeset
|
4 <taskdef name="wsdlsetup" classname="org.ssdt_ohio.tools.ant.WsdlSetup" onerror="ignore" /> |
0 | 5 </antlib> |