Changes between Version 1 and Version 2 of PLUGIN_DECOMPOSITION_R2
- Timestamp:
- 01/07/09 14:30:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_DECOMPOSITION_R2
v1 v2 19 19 A diagram stored in the repository and linked in the wiki. New modules (source code). 20 20 == Implementation idea == 21 ^(It is advisable to include some rough implementations ideas.)^ 21 * You can generate dependency tree in plain text format using the command mvn dependency:tree. 22 * Use the dependency plugin 23 * Describe the new modules created. 24 * Rename the wrong named modules (org.sophie2.func.file to org.sophie2.main.func.file, layout.vldocking to main.layout.vldocking, base.scene.jogl to main.scene.jogl 22 25 23 26 == Related == … … 26 29 27 30 == How to demo == 28 ^(In this section you must add instructions for the demo of the task.)^ 31 Show the new modules and the dependancy diagram. 29 32 30 33 = Design =