1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Move classes to the app package.

This commit is contained in:
Cedric Beust 2015-12-15 03:10:11 +04:00
parent fac616c235
commit 259d4a3cba
10 changed files with 18 additions and 179 deletions

View file

@ -1,5 +1,6 @@
package com.beust.kobalt
import com.beust.kobalt.Args
import com.beust.kobalt.maven.LocalRepo
import com.beust.kobalt.misc.MainModule
import com.google.inject.Scopes

View file

@ -2,7 +2,7 @@ package com.beust.kobalt.maven
import com.beust.kobalt.Args
import com.beust.kobalt.KobaltTest
import com.beust.kobalt.ProjectGenerator
import com.beust.kobalt.app.ProjectGenerator
import com.beust.kobalt.internal.PluginInfo
import com.google.inject.Inject
import org.testng.Assert