Bug 483588 - [RobotML][releng] deploy an update site at
downloads.eclipse.org

- adding a dependency on papyrus sdk until RobotML has resolved its
architecture
- switching to last targe, adding lazyy parameter
- excluding papyrus feature from tycho source feature
- renaming the rtmaps name

Change-Id: I391fe8f090806500a819b29bb4894ad270a644df
Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
6 files changed
tree: d14ffef3186424f0a1b0291dbef7828b92d40e8b
  1. generators/
  2. org.eclipse.papyrus.robotml/
  3. org.eclipse.papyrus.robotml.deployment/
  4. org.eclipse.papyrus.robotml.diagram.common/
  5. org.eclipse.papyrus.robotml.diagram.ui/
  6. org.eclipse.papyrus.robotml.doc/
  7. org.eclipse.papyrus.robotml.help/
  8. org.eclipse.papyrus.robotml.modelexplorer/
  9. org.eclipse.papyrus.robotml.perspective/
  10. org.eclipse.papyrus.robotml.templaterepository/
  11. org.eclipse.papyrus.robotml.validation/
  12. releng/
  13. src/
  14. targetplatform/
  15. .gitignore
  16. .project
  17. pom.xml
  18. readme.md
readme.md

##RobotML

This projects aims at providing a modeling environment for robotic applications with Papyrus.

How to build

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

### 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