-
Notifications
You must be signed in to change notification settings - Fork 0
Eclipse
Thomas Czogalik edited this page Mar 19, 2018
·
2 revisions
-
require bundle vs. import package
- require bundle: plug-in depends on another plug-in and all its exported packages
- import package: plug-in depends on the availability of certain packages no matter which plug-in is exporting this package
- how to create Eclipse preferences?
- how to store preferences across workspaces?