summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/tool/module.shed
blob: 36bf17cdc7e3af91d65c660c489b9733e191b8e8 (plain)
1
2
3
4
5
6
7
8
my shed set name: tool
my shed set origin: http://fossil.etoyoc.com/fossil/tool
my shed set description: {
The base of the TOOL framework
}
foreach file [glob -nocomplain [file join $dir *]] {
  my scan $file {class: source}
}