drop env from build

This commit is contained in:
Mark Harrah 2011-06-02 23:32:34 -04:00
parent 6c5203f160
commit 495a8cba47
1 changed files with 0 additions and 2 deletions

View File

@ -38,8 +38,6 @@ class XSbt(info: ProjectInfo) extends ParentProject(info) with NoCrossPaths
val classfileSub = testedBase(utilPath / "classfile", "Classfile", ioSub, interfaceSub, logSub)
// generates immutable or mutable Java data types according to a simple input format
val datatypeSub = baseProject(utilPath /"datatype", "Datatype Generator", ioSub)
// persisted, hierarchical properties
val envSub= baseProject(utilPath / "env", "Properties", ioSub, logSub, classpathSub)
/***** Intermediate-level Modules *****/