mirror of https://github.com/sbt/sbt.git
drop env from build
This commit is contained in:
parent
6c5203f160
commit
495a8cba47
|
|
@ -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 *****/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue