racket/collects/xml/info.ss
Eli Barzilay 3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00

9 lines
279 B
Scheme

#lang setup/infotab
(define name "XML")
;; the XML tool has been moved to the stepper collection, so that the
;; stepper can create xml snips. See collects/stepper/tool.ss for (a
;; bit) more information
(define tools '(("text-box-tool.ss")))
(define tool-names '("Text Box"))