[go: up one dir, main page]

Menu

Commit [r35]  Maximize  Restore  History

Working on OSMORC-3.

* Introduced an interface and a registry for framework integrators (First implementation will be an integrator for Equinox)
* Started working on a tool used to define different framework instances and to choose a specific framework instance for a project (aka. define a target platform)

rbeeger 2008-02-04

changed /trunk/META-INF/plugin.xml
changed /trunk/Osmorc.ipr
added /trunk/src/net/beeger/osmorc/frameworkintegration
added /trunk/src/net/beeger/osmorc/frameworkintegration/FrameworkIntegrator.java
added /trunk/src/net/beeger/osmorc/frameworkintegration/FrameworkIntegratorRegistry.java
added /trunk/src/net/beeger/osmorc/frameworkintegration/impl
added /trunk/src/net/beeger/osmorc/frameworkintegration/impl/equinox
added /trunk/src/net/beeger/osmorc/frameworkintegration/impl/equinox/EquinoxIntegrator.java
added /trunk/src/net/beeger/osmorc/settings
added /trunk/src/net/beeger/osmorc/settings/ApplicationSettings.java
added /trunk/src/net/beeger/osmorc/settings/FrameworkInstanceDefinition.java
added /trunk/src/net/beeger/osmorc/settings/ProjectSettings.java
added /trunk/src/net/beeger/osmorc/settings/SettingsEditor.form
added /trunk/src/net/beeger/osmorc/settings/SettingsEditor.java