SysML and RobotML Gendoc templates used by the Papyrus team.
This project is archived, check SysML14-Gendoc-Example for template on Eclipse Oxygen
:warning: templates are coming from an old fork named Gendoc2 2.0.0
:warning: Built against Eclipse Luna
This repository is organized around logical software components:
p2
: The Eclipse update site specification for all the above components.robotml
: The RobotML-related software component for Gendoc. sysml
: The SysML-related software component for Gendoc. 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
A reminder for a standard release
Set the fix version for the release
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=X.Y.Z
Tag the code with X.Y.Z
git tag -l "X.Y.Z"
Set the new snapshot version
mvn org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=X.Y.Z-SNAPSHOT
Install the latest stable version from http://bmaggi.github.io/Eclipse-Gendoc-Templates/repository/
Or once the projects are build you need: