lib/origen/application.rb in origen-0.7.27 vs lib/origen/application.rb in origen-0.7.28

- old
+ new

@@ -38,10 +38,11 @@ if Origen.plugins_loaded? && !Origen.loading_top_level? # This situation of a plugin being loaded after the top-level app could occur if the app # doesn't require the plugin until later, in that case there is nothing the plugin owner # can do and we just need to accept that this can happen. # Origen.log.warning "The #{app.name} plugin is using a non-standard loading mechanism, upgrade to a newer version of it to get rid of this warning (please report a bug to its owner if this warning persists)" - Origen.app.plugins << app + Origen.register_application(app) + # Origen.app.plugins << app else Origen.register_application(app) end app.add_lib_to_load_path! end