Changes between Version 5 and Version 6 of PLUGIN_DECOMPOSITION_R0
- Timestamp:
- 09/23/08 19:14:22 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLUGIN_DECOMPOSITION_R0
v5 v6 5 5 * think about initial plug-in decomposition 6 6 * decompose to base modules and in which each class goes 7 * integrate the essential existing code with the JPF library7 * integrate the JPF library in the project so it can run through JPF which activate the current plug-ins 8 8 * follow the dev_doc diagrams 9 9 == Task result == 10 Integrated code with JPF library, base plug-ins created - new project structure. 10 New project structure, boot.properties file 11 11 12 12 == Implementation idea == … … 30 30 * use Maven JPF Plugin to integrate the JPF in Maven 31 31 * make new run configuration to run the project using JPF 32 * make boot.properties file and plugin.xml file for every module you made. See http://jpf.sourceforge.net/tutorial.html32 * make boot.properties file. See http://jpf.sourceforge.net/tutorial.html 33 33 34 34 = Implementation =