| commit | b5b1bacf6ba86557006863dbebe666c7678e2421 | [log] [tgz] |
|---|---|---|
| author | Francois Le Fevre - CEA <francois.le-fevre@cea.fr> | Fri Dec 04 13:17:43 2015 +0100 |
| committer | Benoit Maggi <benoit.maggi@cea.fr> | Mon Dec 07 08:54:41 2015 -0500 |
| tree | 90197f80dfcee6be083f25c4d8880cc390d7a2a3 | |
| parent | 9db03c64800fa371fd8b250dad9d6bc4728d80e3 [diff] |
Bug 479621 - [SysML 1.4][icons] duplicated icons - removing the emf icons folder by a sym links -> avoir many icons - changing the default location of icons from resources/icons to resources/icons/full/obj16 the one generated by emf - adding the icons in the newchild menu Change-Id: Iad970b7f68ad1e106fb972cb12865220ca252226 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=479621 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 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 ### Building against a specific Eclipse Release ### By default SysML14 is build against Eclipse Mars. If you want to build it against Neon, add the following parameter:
-Declipse.release=neon
### Building for Eclipser server ### If you want to pack and sign the project, you have to use the following profiles:
-Peclipse-pack
and
-Peclipse-sign
### How to extract basic requirements from normative pdf ### Have a look to src/site/xdoc/developer/normRequirementExtraction.xml ## Hudson CI Build Status :  ### How to change version ###
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 : - All Manifest.MF - the root pom.xml