
1) How to rebuild the SSME environment in batch mode:
   -------------------------------------------------
        - Goto the org.eclipse.pop.ssme.parent directory 
        - and execute the Maven command: mvn clean verify
    The result (update site) will be in org.eclipse.pop.ssme.site/target/org.eclipse.pop.ssme.site-X.Y.Z-SNAPSHOT.zip file
    where X.Y.Z denotes the number of the version.
    For more details, see for example:
          http://www.vogella.com/tutorials/EclipseTycho/article.html
          http://www.vogella.com/tutorials/
    
2) Documentations:
   ---------------
This directory contains the following documentation of POP (Polychrony on Polarsys):
	- POP_SSME_Spec_Vx.y.odt(.pdf): The POP Specification of SSME
	- POP_SSME_Design_Vx.y.odt (.pdf): The POP tool design of SSME
    - POLYCHRONY-VERIFIER-TVCP-xxx.doc(.pdf): The Tool Verification Case and Procedures for Polychrony, 
           provided for the qualification of Polychrony on the experimental Polarsys platform (Opees project: http://www.opees.org).
    - POLYCHRONY-VERIFIER-TVCP-xxx.doc(.pdf): The Tool Verification Results for Polychrony 
           provided for the qualification of Polychrony on the experimental Polarsys platform (Opees project: http://www.opees.org).
   
   
    - The following documents are not up to date (they must be conformed to the Eclipse policy):
  	   - POP_SSME_SCP_Vx.y.odt: The POP Software Plan of SSME            (***MUST BE COMPLETED***)
  	   - POP_SSME_InstallationGuideVx.y.odt: the POP installation guide  (***MUST BE COMPLETED***)
 
  
    - The directory impl contains some internal documentations for implementation.
 
 Note: The documentation of the source are in some plugins (doc directory): for more details, see the POP_SSME_Design_Vx.y.odt document.