Changes between Version 8 and Version 9 of PLUGIN_MODULE_STRUCTURE_R1
- Timestamp:
- 01/09/09 14:18:38 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_MODULE_STRUCTURE_R1
v8 v9 67 67 * create archive with the proto.project module in dev-tools so that the creation of the new module will not break the build anymore. It should contain at least one class for example Hello.java. (There is such in org.sophie2.base.scene.jogl module) 68 68 * explain how to create new module with correct structure (See [wiki:PLATFORM_DEPLOYMENT_BUILD_ECLIPSE] for help. 69 * explain what is extension/extension point and how to create and use them. 69 70 * use the table in impementation idea and write more detailed explanation about their usage and functions. 70 71 * see the result of [wiki:PLUGIN_SUPPORT_LIB_BASE_R1] and describe how the shared resources are used and where are stored. … … 83 84 |__Functionality 84 85 |__Built Structure 86 |_Extension/Extension Points 87 |__Description 88 |__Usage 89 |__Examples 85 90 |_Shared Resources 86 91 }}}