1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -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,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