annotate src/org/ssdt_ohio/tools/ant/antlib.xml @ 6:c989b9aa8820

USASR-644: Add ant task to replace existing ant targets
author smith@nwoca.org
date Wed, 12 Oct 2011 12:59:32 -0400
parents 09f9f3d5c507
children
rev   line source
0
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
1 <antlib>
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
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
1918a6aed50a Initial ant tasks for SSDT develkit
smith@nwoca.org
parents:
diff changeset
5 </antlib>