Organize dist-specs; remove bogus collection.

Merge to 5.0.2.
(cherry picked from commit 91f9f0c2d3)
This commit is contained in:
Eli Barzilay 2010-10-25 02:42:16 -04:00 committed by Ryan Culpepper
parent dbddb4a5ae
commit 48752d84f7
2 changed files with 3 additions and 4 deletions

View File

@ -660,8 +660,10 @@ plt-extras :+= (package: "deinprogramm/")
(collects: "teachpack/deinprogramm/")
(doc: "DMdA-lib")
;; -------------------- unstable
;; -------------------- data
mz-extras :+= (package: "data")
;; -------------------- unstable
mz-extras :+= (- (package: "unstable")
;; should "gui" mean DrRacket or GRacket? It's not
;; obvious that "framework" is only in DrRacket.

View File

@ -1,3 +0,0 @@
#lang racket
(provide y)
(define y 1)