commit | a1db82d2934d334b18f97b072959d103d0010551 | [log] [tgz] |
---|---|---|
author | Benoit maggi <benoit.maggi@cea.fr> | Thu May 18 11:43:31 2017 +0200 |
committer | Benoit Maggi <benoit.maggi@cea.fr> | Fri May 19 06:59:03 2017 -0400 |
tree | 58b602d46e541c6a10cfc40f6fba7b43a0931c89 | |
parent | a6c2b2569aafe178dc7d14e020fe0af231db9d10 [diff] |
Bug 516944 - [SysML 1.4] Migrate from neon to oxygen - update the target platform to oxygen - fix all dependencies in Manifest.MF - change namespace of required extensionpoint - fix API code change in java - migrate all metat models - replace all viewpoints by one architecture - temporary disable RcpTT tests Change-Id: I71bae6a6c5992ca16ca88294d2be527dc9abb881 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr> Signed-off-by: Francois Le Fevre <francois.le-fevre@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 also build the modules relative to RCP and Product, please activate the following profile:
mvn clean install -Pproduct
If you are building inside a specific Eclipse version (plugins), you will need to specify:
mvn clean install -Pproduct -Dtycho.localArtifacts=ignore
To generate the site (documentation, javadoc, pdf), please activate the profile documentation and the one specific for pdf generation. Several images are exported directly from Rcptt tests, so if you want to integrate them in the web site or pdf, please run first the “mvn clean install -Pproduct”
mvn site -Pdocumentation,documentation-pdf
In a near feature, we will deploy to a distant web site through:
mvn site site:stage-deploy scm-publish:publish-scm -Pdocumentation,documentation-pdf It is possible that you encounter some difficulties if you are working with several version of Papyrus in your Maven and Eclipse workspace. So you can force tycho to download the right version by using:
mvn clean install -Dtycho.localArtifacts=ignore
By default SysML14 is build against Eclipse Neon.
If you want to pack and sign the project, you have to use the following profiles:
-Peclipse-pack
and
-Peclipse-sign
Have a look to src/site/xdoc/developer/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 :