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

Move the file to the correct location.

This commit is contained in:
Cedric Beust 2017-03-15 10:54:01 -07:00
parent 33f7d4bd9f
commit 72bcffab2c
4 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package com.beust.kobalt.plugin.packaging
package com.beust.kobalt
import com.beust.kobalt.api.KobaltContext
import com.beust.kobalt.api.Project

View file

@ -8,7 +8,6 @@ import com.beust.kobalt.archive.Zip
import com.beust.kobalt.maven.DependencyManager
import com.beust.kobalt.maven.aether.Scope
import com.beust.kobalt.misc.*
import com.beust.kobalt.plugin.packaging.ArchiveFileFinder
import com.google.inject.Inject
import java.io.File
import java.io.FileInputStream

View file

@ -1,5 +1,6 @@
package com.beust.kobalt.plugin.packaging
import com.beust.kobalt.ArchiveFileFinder
import com.beust.kobalt.IFileSpec
import com.beust.kobalt.JarGenerator
import com.beust.kobalt.api.IClasspathDependency

View file

@ -1,5 +1,6 @@
package com.beust.kobalt.plugin.packaging
import com.beust.kobalt.ArchiveFileFinder
import com.beust.kobalt.JarGenerator
import com.beust.kobalt.api.KobaltContext
import com.beust.kobalt.api.Project