Changes between Version 51 and Version 52 of WikiStart
- Timestamp:
- 09.10.2009 16:54:40 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v51 v52 3 3 This is an Eclipse RCP demo application to showcase many of the Eclipse RCP features. Intentionally I did not focus on business logic, that's why I chose a very simple application, a little MP3 Manager. Another purpose of this application is that new Eclipse RCP developers can take a look at some example implementation of common use cases. I hope to improve the code base over time so that many best Eclipse practices are used. Please support me and file bugs :). Here is a (probably incomplete) list of features: 4 4 5 * '''New:''' Eclipse 3.5.0 compliant and minimum execution environment is now Java 5 6 * '''New:''' MP3 Song "[http://www.toedter.com/blog/?p=72 Another Chance]" included (composed, played and mixed by myself :) 7 * '''New:''' Better project/feature structure 8 * '''New:''' Using latest p2 for self updating (including p2.inf with touchpoint instructions) 9 * '''New:''' 3.5 compliant headless p2-enabled build (simplified using p2.gathering=true) 5 * '''New:''' Eclipse 3.5.1 compliant 6 * Minimum execution environment is now Java 5 7 * MP3 Song "[http://www.toedter.com/blog/?p=72 Another Chance]" included (composed, played and mixed by myself :) 8 * Better project/feature structure 9 * Using latest p2 for self updating (including p2.inf with touchpoint instructions) 10 * 3.5 compliant headless p2-enabled build (simplified using p2.gathering=true) 10 11 * Databinding + validation + decoration 11 12 * Product Branding & Feature Brandings … … 38 39 39 40 == Compatibility == 40 * The current version is compatible to Eclipse 3. 4.241 * The current version is compatible to Eclipse 3.5.1 41 42 42 43 == Licenses ==
