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

Move KobaltPluginXml to internal.

This commit is contained in:
Cedric Beust 2015-11-08 17:21:00 -08:00
parent bd65591b0f
commit 2c1421863e
10 changed files with 11 additions and 7 deletions

View file

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