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

Rename plugin.xml -> kobalt-plugin.xml.

This commit is contained in:
Cedric Beust 2015-11-16 03:09:51 -08:00
parent 125868db13
commit 5dc2f9c2e1
5 changed files with 10 additions and 10 deletions

View file

@ -79,7 +79,7 @@ private class Main @Inject constructor(
addReposFromContributors(null)
//
// Add all the plugins read in plugin.xml to the Plugins singleton, so that code
// Add all the plugins read in kobalt-plugin.xml to the Plugins singleton, so that code
// in the build file that calls Plugins.findPlugin() can find them (code in the
// build file do not have access to the KobaltContext).
//