| commit | 5deb7665b4bc54eaad5398e926e72c2a2d84b43e | [log] [tgz] |
|---|---|---|
| author | Francois Le Fevre - CEA <francois.le-fevre@cea.fr> | Fri Sep 04 12:08:38 2015 +0200 |
| committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | Fri Sep 04 10:16:41 2015 -0400 |
| tree | 93927811291965b72a24560680dbb4d8a5831f34 | |
| parent | 39b7ecff2f102c2428581ae583803a3a5859ab35 [diff] |
Bug 476631 - [SysML 1.4] deletion of ui folder Change-Id: I46b70d28c29aa558b8eb007168b300837b1a1b41 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=476631 Signed-off-by: Francois Le Fevre - CEA <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 build also the modules relatives to RCP and Product, please activate the following profile:
mvn clean install -Pproduct
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 at first the “mvn clean install -Pproduct”
mvn site -Pdocumentation,documentation-pdf
In a near feature, we will deploy to a distant web site throught:
mvn site site:stage-deploy scm-publish:publish-scm -Pdocumentation,documentation-pdf
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 :