Changes between Version 2 and Version 3 of PLUGIN_MODULE_STRUCTURE_R1


Ignore:
Timestamp:
12/21/08 12:16:09 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLUGIN_MODULE_STRUCTURE_R1

    v2 v3  
    66This revision should explain throughly the structure of the module, what is inside a module, where are stored different components, what defines external and shared components, how are they loaded, etc. Each module has different structure in development, compiled and runtime stages. This revision should explain the differences between them. 
    77== Task requirements == 
    8 ^(Necessary requirements that the task must fulfill.)^ 
     8 * Explain the structure of an example module 
     9 * List elements that are obligatory for each module  
     10  * link explanations of them if any 
     11  * write expanations 
     12{{{ 
     13org.sophie2.m1 
     14|_pom.xml 
     15|_src 
     16|__main 
     17|___java 
     18|____*.java 
     19|___resources 
     20|____*.png 
     21|__test 
     22|___java 
     23|____*.java 
     24|___resources 
     25|____*.png 
     26|_target 
     27|__classes 
     28|__test classes 
     29}}} 
     30}}} 
    931 
    1032== Task result ==