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

Difference between revisions of "EPP/MPC/Contributor Guide"

< EPP‎ | MPC
(add issues section)
m
Line 30: Line 30:
 
[INFO] Scanning for projects...
 
[INFO] Scanning for projects...
 
</pre>
 
</pre>
 +
 +
 +
= API =
 +
= Testing =
 +
= Distribution =
 +
= Capabilities =
 +
= Usability =

Revision as of 14:21, 30 April 2010

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


API

Testing

Distribution

Capabilities

Usability

Copyright © Eclipse Foundation, Inc. All Rights Reserved.