Changes between Version 51 and Version 52 of WikiStart

Show
Ignore:
Timestamp:
09.10.2009 16:54:40 (7 weeks ago)
Author:
toedter_k
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v51 v52  
    33This 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: 
    44 
    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) 
    1011 * Databinding + validation + decoration 
    1112 * Product Branding & Feature Brandings 
     
    3839 
    3940== Compatibility == 
    40  * The current version is compatible to Eclipse 3.4.2 
     41 * The current version is compatible to Eclipse 3.5.1 
    4142 
    4243== Licenses ==