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