1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-29 17:38:12 -07:00

Move files into the internal.build package.

This commit is contained in:
Cedric Beust 2015-11-27 09:16:12 -08:00
parent 43ccceb71e
commit 146d6702c5
9 changed files with 6 additions and 437 deletions

View file

@ -7,8 +7,8 @@ import com.beust.kobalt.internal.PluginInfo
import com.beust.kobalt.internal.TaskManager
import com.beust.kobalt.internal.remote.KobaltClient
import com.beust.kobalt.internal.remote.KobaltServer
import com.beust.kobalt.kotlin.BuildFile
import com.beust.kobalt.kotlin.BuildFileCompiler
import com.beust.kobalt.kotlin.internal.build.BuildFile
import com.beust.kobalt.kotlin.internal.build.BuildFileCompiler
import com.beust.kobalt.maven.DepFactory
import com.beust.kobalt.maven.Http
import com.beust.kobalt.maven.LocalRepo