1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
# Antclipse tasks
antclipse=net.sf.antcontrib.antclipse.ClassPathTask
# AntServer tasks
antserver=net.sf.antcontrib.antserver.server.ServerTask
remoteant=net.sf.antcontrib.antserver.client.ClientTask
# Design Tasks
verifydesign=net.sf.antcontrib.design.VerifyDesign
# IniFile
inifile=net.sf.antcontrib.inifile.IniFileTask
# Logic tasks
if=net.sf.antcontrib.logic.IfTask
for=net.sf.antcontrib.logic.ForTask
foreach=net.sf.antcontrib.logic.ForEach
throw=net.sf.antcontrib.logic.Throw
trycatch=net.sf.antcontrib.logic.TryCatchTask
switch=net.sf.antcontrib.logic.Switch
outofdate=net.sf.antcontrib.logic.OutOfDate
runtarget=net.sf.antcontrib.logic.RunTargetTask
timestampselector=net.sf.antcontrib.logic.TimestampSelector
antcallback=net.sf.antcontrib.logic.AntCallBack
antfetch=net.sf.antcontrib.logic.AntFetch
assert=net.sf.antcontrib.logic.Assert
relentless=net.sf.antcontrib.logic.Relentless
# Math Tasks
math=net.sf.antcontrib.math.MathTask
# Net tasks
post=net.sf.antcontrib.net.PostTask
# Peformance Tasks
stopwatch=net.sf.antcontrib.perf.StopWatchTask
# Platform Tasks
osfamily=net.sf.antcontrib.platform.OsFamily
shellscript=net.sf.antcontrib.platform.ShellScriptTask
# Process Tasks
forget=net.sf.antcontrib.process.ForgetTask
limit=net.sf.antcontrib.process.Limit
# Property Tasks
propertycopy=net.sf.antcontrib.property.PropertyCopy
pathtofileset=net.sf.antcontrib.property.PathToFileSet
propertyselector=net.sf.antcontrib.property.PropertySelector
propertyregex=net.sf.antcontrib.property.RegexTask
sortlist=net.sf.antcontrib.property.SortList
urlencode=net.sf.antcontrib.property.URLEncodeTask
var=net.sf.antcontrib.property.Variable
# Walls Tasks
compilewithwalls=net.sf.antcontrib.walls.CompileWithWalls
|