racket/collects/xml/info.rkt
2011-07-02 10:37:53 -04:00

10 lines
321 B
Racket

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