mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Removed comments.
This commit is contained in:
parent
9594cbce79
commit
d2c71a843c
1 changed files with 2 additions and 2 deletions
|
@ -81,14 +81,14 @@ class PluginInfo(val xml: KobaltPluginXml, val classLoader: ClassLoader?) {
|
||||||
/**
|
/**
|
||||||
* Where plug-ins define their plug-in actors.
|
* Where plug-ins define their plug-in actors.
|
||||||
*/
|
*/
|
||||||
val PLUGIN_XML = "META-INF/kobalt-plugin.xml" // Plugins.PLUGIN_XML)
|
val PLUGIN_XML = "META-INF/kobalt-plugin.xml"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Kobalt's core XML file needs to be different from kobalt-plugin.xml because classloaders
|
* Kobalt's core XML file needs to be different from kobalt-plugin.xml because classloaders
|
||||||
* can put a plug-in's jar file in front of Kobalt's, which means we'll read
|
* can put a plug-in's jar file in front of Kobalt's, which means we'll read
|
||||||
* that one instead of the core one.
|
* that one instead of the core one.
|
||||||
*/
|
*/
|
||||||
val PLUGIN_CORE_XML = "META-INF/kobalt-core-plugin.xml" // Plugins.PLUGIN_XML)
|
val PLUGIN_CORE_XML = "META-INF/kobalt-core-plugin.xml"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read Kobalt's own kobalt-plugin.xml.
|
* Read Kobalt's own kobalt-plugin.xml.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue