Changes between Version 10 and Version 11 of PLATFORM_STRUCTURE_R1


Ignore:
Timestamp:
11/25/08 14:22:12 (17 years ago)
Author:
todor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STRUCTURE_R1

    v10 v11  
    2929 
    3030There must be 2 main paragraphs in the updated document: '''Development Structure''' and '''Runtime Structure'''. [[BR]] 
    31 '''Development''': describe what you see in the "trunk/sophie2-platform" directory, without the "target" dir. 
    32  * Use the current [wiki:PLATFORM_STRUCTURE] document for folders descriptions; 
    33  * Changes: "old" dir is added(contains older version of Sophie); "dev-tools" contains eclipse templates, too; "main" is located in "src" in each module, not in the module root. 
    34  * Align the folder names and their descriptions, so they can be more readable. Using tables may be a good idea. [[BR]] 
     31 * '''Development''': describe what you see in the "trunk/sophie2-platform" directory, without the "target" dir. 
     32  * Use the current [wiki:PLATFORM_STRUCTURE] document for folders descriptions; 
     33  * Changes: "old" dir is added(contains older version of Sophie); "dev-tools" contains eclipse templates, too; "main" is located in "src" in each module, not in the module root. 
     34  * Align the folder names and their descriptions, so they can be more readable. Using tables may be a good idea. [[BR]] 
    3535 * '''Runtime''': use "mvn clean install" to build the project, then describe what you see in each module's "target" dir. 
    3636  * Form the outline as in the previous paragraph.