[go: up one dir, main page]

Menu

Commit [r53]  Maximize  Restore  History

OSMORC-19:

* Libraries are now created and deleted immediately after the creation or removal of a framework instance. When the settings editor is canceled a cleanup is run to recreate deleted libraries and delete created libraries.
* Now not only the commit of library changes is run in a writeAction, the writeActions now runs from the start of the action until it is finished.
* Found and fixed a bug in the copying of application settings that prevented canceling changes in the list of framework instances.

rbeeger 2008-04-11

changed /trunk/Osmorc.ipr
changed /trunk/src/net/beeger/osmorc/frameworkintegration/FrameworkInstanceManager.java
changed /trunk/src/net/beeger/osmorc/frameworkintegration/impl/equinox/EquinoxFrameworkInstanceManager.java
changed /trunk/src/net/beeger/osmorc/frameworkintegration/impl/felix/FelixFrameworkInstanceManager.java
changed /trunk/src/net/beeger/osmorc/frameworkintegration/impl/knopflerfish/KnopflerfishFrameworkInstanceManager.java
changed /trunk/src/net/beeger/osmorc/settings/ApplicationSettings.java
changed /trunk/src/net/beeger/osmorc/settings/SettingsEditor.java
added /trunk/src_test/net/beeger/osmorc/settings
added /trunk/src_test/net/beeger/osmorc/settings/ApplicationSettingsTest.java