| commit | 873e206819b4f199fe4c158c2f4306df4e6ebd22 | [log] [tgz] |
|---|---|---|
| author | Benoit Maggi <benoit.maggi@cea.fr> | Mon Aug 24 13:55:17 2015 +0200 |
| committer | Benoit Maggi <benoit.maggi@cea.fr> | Mon Aug 24 13:55:17 2015 +0200 |
| tree | fcbbf940ad08dc1f4a85b77f6abd0432207b95b8 | |
| parent | b298ed555a8f4e354b8a27fed41b75249a4f8ab0 [diff] |
[Quality] Patch many bugs/typo from Sonar - update all activators - reorder manifest import Change-Id: I0b8f52432ce519161988caf6c77dd17dca89270b Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
A Papyrus DSML for the SysML 1.4 OMG norm
This repository is organized around logical software components:
core: The core software components for SysML 1.4 (profile, element type).diagram: Elements related to SysML diagrams (BDD, IBD, Parametric, Requirement)releng: Elements related to the creation of the rcp, update-sitetable: Elements related to SysML tables (Allocation, Requirement)ui: Elements related to other eclipse ui integration.Components in this project are built using Maven and its Tycho plugin for the build of Eclipse artifacts. To build locally, simply execute the command line:
mvn clean install
To build also the modules relatives to RCP and Product, please activate the following profile:
mvn clean install -Psysml-productrcp
To generate the site (documentation, javadoc), please activate the profile documentation
mvn clean site site:stage-deploy scm-publish:publish-scm -Pdocumentation
Have a look to src/site/xdoc/normRequirementExtraction.xml
Build Status :
mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=*new-version*-SNAPSHOT
Manual operation : change all Require-Bundle from bundle-version=“old-version” to bundle-version=“new-version”
Verify that the new version is present in :