AdeleResearchGroup / iCasa-IDE

iCasa Integrated Development Environment.
1 stars 2 forks source link

Deployment and editor functions #35

Closed chaphe closed 11 years ago

chaphe commented 11 years ago

Deployment functions should be independent of editor functions. A new Eclipse plugin should be created a deployment functions migrated to it.

chaphe commented 11 years ago

Currently preferences are shared by the two features: iPOJO Editor and Bundle Deployment. The most important preference is the “OSGi directory platform”, use in compilation by the Editor (iPOJO Nature Builder) and by deployment to put bundle files in the right platform. Should each feature have its own preferences, a OSGi platform to compilation and other for deployment?

tleveque commented 11 years ago

Decided to keep shared preferences.