blob: 0e4c75d8a9e2a01bd75685db1034bdbb992cce4b [file] [log] [blame]
Stephan Herrmann98502132010-04-02 14:34:38 +00001pluginName=OT/J Examples (Incubation)
2providerName=Eclipse.org - Object Teams
3
Stephan Herrmann01664412010-04-01 20:28:43 +00004category.objectteams = Object Teams
5
6sample.stopwatch.name = Stop Watch Example
7sample.stopwatch.desc = A simple stop watch application demonstrating how the Model-View-Controller pattern can be applied in Object Teams.
8sample.observer.name = Observer Pattern Example
9sample.observer.desc = Implementation and application of the standard Observer pattern with Object Teams.
10sample.flightbooking.name = Flight Bonus Example
11sample.flightbooking.desc = This example demonstrates, how a reusable collaboration for collecting bonus points can be integrated into an existing application for flight booking.
12sample.ordersystem.name = Order System Example
13sample.ordersystem.desc = A comprehensive example showing different patterns of applying Object Teams. It implements three components: a storage, reservations of items, and orders plus a MVC GUI.
14sample.atm.name = ATM Example
15sample.atm.desc = An example showing the use of guard predicates in Object Teams. It implements a simple ATM that adds specific behaviour to specific groups of accounts.