Changes between Version 4 and Version 5 of PLUGIN_MODULE_STRUCTURE_R1


Ignore:
Timestamp:
12/22/08 12:59:40 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R1

    v4 v5  
    99 * List elements that are obligatory for each module  
    1010  * link explanations of them if any 
    11   * write expanations 
     11  * write explanations 
    1212{{{ 
    1313org.sophie2.m1 
     
    2828|__test classes 
    2929}}} 
    30  
     30 * List available modules now 
     31 * Describe specific information about available modules. 
     32 * Include the information from [wiki:PLUGIN_MODULE_STRUCTURE_R0] 
     33 * Explain differences between module in the repository and in the distribution.  
    3134== Task result == 
    32 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 
     35[wiki:PLUGIN_MODULE_STRUCTURE] 
    3336 
    3437== Implementation idea == 
    35 ^(It is advisable to include some rough implementations ideas.)^ 
     38Implement this task in parallel with [wiki:PLATFORM_STUCTURE_R2]. Use  
     39{{{ 
     40/trunk/sophie2-platform/modules/org.sophie2.*/ 
     41/trunk/sophie2-platform/modules/org.sophie2.*/.settings project settings configurations for Eclipse. They must be synchronized with the sophie2-platform project settings 
     42/trunk/sophie2-platform/modules/org.sophie2.*/target    contains compiled classes 
     43/trunk/sophie2-platform/modules/org.sophie2.*/src       contains sources and configuration files 
     44/trunk/sophie2-platform/modules/org.sophie2.*/src/test/java     contains unit tests 
     45/trunk/sophie2-platform/modules/org.sophie2.*/src/test/resources        contains unit tests' tools (scripts, documentation, needed files for the tests) 
     46/trunk/sophie2-platform/modules/org.sophie2.*/src/main 
     47/trunk/sophie2-platform/modules/org.sophie2.*/src/main/resources        contains the resources which the module uses 
     48/trunk/sophie2-platform/modules/org.sophie2.*/src/main/resources/distrib        each module contains its own distrib folder it is used it contains the files which will be installed on the users machine in order each module to be completely funtional 
     49/trunk/sophie2-platform/modules/org.sophie2.*/src/main/java 
     50/trunk/sophie2-platform/modules/org.sophie2.*/src/main/java/org 
     51/trunk/sophie2-platform/modules/org.sophie2.*/src/main/java/org/sophie2 contains application sources 
     52}}} 
    3653 
    3754== Related == 
     
    4057 
    4158== How to demo == 
    42 ^(In this section you must add instructions for the demo of the task.)^ 
     59Present [wiki:PLUGIN_MODULE_STRUCTURE] 
    4360 
    4461= Design =