1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# phing default types
description=Phing\Type\Description
dirset=Phing\Type\DirSet
filelist=Phing\Type\FileList
fileset=Phing\Type\FileSet
filterchain=Phing\Type\FilterChain
filterreader=Phing\Type\FilterReader
mapper=Phing\Type\Mapper
param=Phing\Type\Parameter
path=Phing\Type\Path
patternset=Phing\Type\PatternSet
regexp=Phing\Type\RegularExpression
selector=Phing\Type\Selector\SelectSelector
tarfileset=Phing\Task\Ext\Archive\TarFileSet
zipfileset=Phing\Task\Ext\Archive\ZipFileSet
sshconfig=Phing\Task\Ext\Ssh\Ssh2MethodParam
|