Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EPP/MPC/Contributor Guide

< EPP‎ | MPC
Revision as of 11:05, 18 March 2010 by Dgreen99.gmail.com (Talk | contribs) (add issues section)

Tasks/Issues/Bugs

Issues are tracked in Bugzilla (MPC project).

Obtaining Sources

git clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc mpc

Building

MPC is built using Ant, Maven 3 (>= alpha-5) and Tycho.

  • Building bundles:
[~/mpc] $ mvn clean install
[INFO] Scanning for projects...
...
  • Building an update site:
[~/mpc] $ mvn -f org.eclipse.epp.mpc.releng/pom.xml package
[INFO] Scanning for projects...
...
  • Building a release
[~/mpc/org.eclipse.epp.mpc] $ ant dist
[INFO] Scanning for projects...

Copyright © Eclipse Foundation, Inc. All Rights Reserved.