[go: up one dir, main page]

Menu

Commit [r137]  Maximize  Restore  History

* start levels are now built into all framework runners, except for Concierge which does strange things when the levels are set.

* Refactored addtional run properties support - run properties can now be edited for all framworks
* Found more-or-less-optimal type of settings for Knopflerfish (it seems that Knopflerfish's support for fragment packages is limited)
* Added clone option for Library bundling rules
* Refactored some dialogs to use jgoodies binding internally, which is cleaner and less code than before
* Renamed "Addtionalxxx" classes so framework name is now again at the start of the class name.
* commented out the Error handler as it seems to produce endless loops in case of an error, at least on mac os x

derkork 2008-11-13

1 2 > >> (Page 1 of 2)
changed /trunk/META-INF/plugin.xml
changed /trunk/Osmorc.iml
changed /trunk/Osmorc.ipr
changed /trunk/OsmorcIssueSubmitter/OsmorcIssueSubmitter.iml
changed /trunk/src/org/osmorc/frameworkintegration/FrameworkIntegrator.java
changed /trunk/src/org/osmorc/frameworkintegration/FrameworkRunner.java
changed /trunk/src/org/osmorc/frameworkintegration/LibraryBundlificationRule.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/AbstractFrameworkIntegrator.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/AbstractFrameworkRunner.java
added /trunk/src/org/osmorc/frameworkintegration/impl/GenericRunProperties.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ConciergeFrameworkRunner.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ConciergeIntegrator.java
added /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ui
added /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ui/ConciergeRunPropertiesEditor.form
added /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ui/ConciergeRunPropertiesEditor.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/equinox/AdditionalEquinoxPropertiesHandler.java
copied /trunk/src/org/osmorc/frameworkintegration/impl/equinox/AdditionalEquinoxPropertiesHandler.java -> /trunk/src/org/osmorc/frameworkintegration/impl/concierge/ConciergeRunProperties.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/equinox/EquinoxFrameworkRunner.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/equinox/EquinoxIntegrator.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/equinox/ui/AdditionalEquinoxRunPropertiesEditor.form
renamed /trunk/src/org/osmorc/frameworkintegration/impl/equinox/ui/AdditionalEquinoxRunPropertiesEditor.java -> /trunk/src/org/osmorc/frameworkintegration/impl/equinox/ui/EquinoxRunPropertiesEditor.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/felix/FelixFrameworkRunner.java
changed /trunk/src/org/osmorc/frameworkintegration/impl/felix/FelixIntegrator.java
added /trunk/src/org/osmorc/frameworkintegration/impl/felix/FelixRunProperties.java
1 2 > >> (Page 1 of 2)