Added comment about needing package name to be same as NBM name

This commit is contained in:
Brian Carrier 2013-09-12 16:13:38 -04:00
parent e50da488f9
commit ebb7c2e28a

View File

@ -475,6 +475,9 @@ public final class IngestModuleLoader {
for (final ModuleInfo moduleInfo : moduleInfos) { for (final ModuleInfo moduleInfo : moduleInfos) {
if (moduleInfo.isEnabled()) { if (moduleInfo.isEnabled()) {
/* NOTE: We have an assumption here that the modules in an NBM will
* have the same package name as the NBM name. This means that
* an NBM can have only one package with modules in it. */
String basePackageName = moduleInfo.getCodeNameBase(); String basePackageName = moduleInfo.getCodeNameBase();
// skip the standard ones // skip the standard ones