2006-12-07 22:53:50 -05:00
|
|
|
REQUIRES: core/ui ;
|
|
|
|
|
|
|
|
|
|
PROVIDE: core/ui/tools
|
|
|
|
|
{ +files+ {
|
|
|
|
|
"tools.factor"
|
|
|
|
|
"messages.factor"
|
|
|
|
|
"listener.factor"
|
|
|
|
|
"walker.factor"
|
|
|
|
|
"browser.factor"
|
|
|
|
|
"help.factor"
|
|
|
|
|
"dataflow.factor"
|
|
|
|
|
"workspace.factor"
|
|
|
|
|
"search.factor"
|
|
|
|
|
"operations.factor"
|
|
|
|
|
} }
|
|
|
|
|
{ +tests+ {
|
|
|
|
|
"test/listener.factor"
|
2006-12-17 16:23:10 -05:00
|
|
|
"test/workspace.factor"
|
2006-12-07 22:53:50 -05:00
|
|
|
} } ;
|