Add missing meta information for the new "future-visualizer" collection.

(cherry picked from commit 1635ac1bc5)
This commit is contained in:
Eli Barzilay 2012-07-18 22:15:40 -04:00 committed by Ryan Culpepper
parent a0f7f72780
commit 9ba9ffb957
2 changed files with 5 additions and 1 deletions

View File

@ -694,6 +694,9 @@ plt-extras :+= (package: "datalog/")
;; -------------------- db ;; -------------------- db
mz-extras :+= (package: "db/") (lib: "sqlite*") mz-extras :+= (package: "db/") (lib: "sqlite*")
;; -------------------- future-visualizer
plt-extras :+= (package: "future-visualizer/")
;; ============================================================================ ;; ============================================================================
;; Readme header ;; Readme header

View File

@ -749,6 +749,7 @@ path/s is either such a string or a list of them.
"collects/frtime/demos/ufo.rkt" drdr:command-line (mzc *) "collects/frtime/demos/ufo.rkt" drdr:command-line (mzc *)
"collects/frtime/gui/demo" drdr:command-line (mzc *) "collects/frtime/gui/demo" drdr:command-line (mzc *)
"collects/frtime/gui.rkt" drdr:command-line (mzc *) "collects/frtime/gui.rkt" drdr:command-line (mzc *)
"collects/future-visualizer" responsible (jamesswaine)
"collects/games" responsible (mflatt robby) "collects/games" responsible (mflatt robby)
"collects/games/chat-noir" responsible (robby matthias) "collects/games/chat-noir" responsible (robby matthias)
"collects/games/gobblet/check.rkt" drdr:command-line (mzc "-k" *) "collects/games/gobblet/check.rkt" drdr:command-line (mzc "-k" *)