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
m
Line 31: Line 31:
 
</pre>
 
</pre>
  
 
+
= Accessibility =
 
= API =
 
= API =
 
= Testing =
 
= Testing =

Revision as of 16:10, 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...

Accessibility

API

Testing

Distribution

Capabilities

Usability

Performance

Back to the top