Changes between Version 2 and Version 3 of GROUP_PLUGINS_R0


Ignore:
Timestamp:
03/19/09 17:38:33 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_PLUGINS_R0

    v2 v3  
    1111 * Provide an API for dealing with shared resources: 
    1212  * Resources that will be used by the application should go in the /src/main/resources/distrib folder of each module. 
     13  * Resources used in testing should be in the /src/test/resources/distrib folder of the tested module. 
     14  * Paths containing resources at runtime should also be considered (these are in the target directory). 
    1315  * A resource manager should be implemented - it should be able to get these resources. 
    1416  * All existing static paths should be changed to use the newly written functionality. 
     
    1719  * Define how plugins will be configured. 
    1820  * Provide the classes/iterfaces necessary for plugin configuration support. 
    19   * Choose a plugin that will be configured and define what will be configured about it. 
     21  * Choose a plugin that will be configured and define what will be configured about it. (Optional) 
    2022 * Add a plugin configuration palette to the application: 
    2123  * Make sure it works in the TrueAuthorMain (currently the plugin info palette that exist works in the FakeAuthor only). 
    2224  * It should allow configuring of the selected plugin if the plugin supports it. 
    23   * At least one plugin should be configurable at this iteration. 
     25  * At least one plugin should be configurable at this iteration. (Optional) 
    2426 
    2527== Task result == 
     
    3739 
    3840== How to demo == 
    39  * Configure a plugin from the plugin configuration palette. 
     41 * Configure a plugin from the plugin configuration palette. (Optional) 
    4042 * Show and briefly describe the code of the plugin support library. 
    4143