Changing unstable, xml, html, and web-server to be rackety

original commit: 7d1c7d874b6693e9d74722149a40ae43ac56e90f
This commit is contained in:
Jay McCarthy 2010-04-28 13:21:30 -06:00
263 changed files with 21 additions and 16 deletions

View File

@ -996,7 +996,7 @@
(mixin (basic<%>) (pasteboard-info<%>)
(super-new)))
(include "standard-menus.ss")
(include "standard-menus.rkt")
(define -editor<%> (interface (standard-menus<%>)
get-entire-label

4
collects/mred/info.rkt Normal file
View File

@ -0,0 +1,4 @@
#lang setup/infotab
(define version '(400))
(define post-install-collection "installer.rkt")

Some files were not shown because too many files have changed in this diff Show More