removed some more pointless info names
svn: r9998
This commit is contained in:
parent
6441d98428
commit
a299e333ba
|
@ -1,5 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define compile-omit-paths '("demo"))
|
||||
|
||||
(define name "gui wrapper")
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "Graphical Debugger")
|
||||
(define tools '(("debug-tool.ss")))
|
||||
(define tool-names '("Graphical Debugger"))
|
||||
(define tool-icons '(("clanbomber-32x32.png" "gui-debugger" "icons")))
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "stxclass")
|
||||
;; Not ready yet
|
||||
#;(define scribblings '(("stxclass.scrbl")))
|
||||
(define compile-omit-paths '("test.ss"))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define name "Calltrace")
|
||||
(define scribblings '(("trace.scrbl" () (tool-library))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user