-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added capability to automatically load addon library script files.
Adds code in libinit.sh to check for a property 'sys.addon.code.load', which can be defined by an addon in its 'project.properties' file. The introduced property defines a path to a script file, relative to the addon's source tree root, which should be automatically loaded by the init system into the global namespace. The loading must occur before any user-specific properties are loaded in order to avoid redefinitions.
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters