remove unused paths

This commit is contained in:
Eugene Yokota 2015-09-14 03:36:36 -04:00
parent 4053ea92ba
commit 1b55efaf10
1 changed files with 0 additions and 3 deletions

View File

@ -276,11 +276,8 @@ def fullDocSettings = Util.baseScalacOptions ++ Docs.settings ++ Sxr.settings ++
/* Nested Projproject paths */
def sbtPath = file("sbt")
def cachePath = file("cache")
def tasksPath = file("tasks")
def launchPath = file("launch")
def utilPath = file("util")
def compilePath = file("compile")
def mainPath = file("main")
lazy val safeUnitTests = taskKey[Unit]("Known working tests (for both 2.10 and 2.11)")