Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tycho/Migration Howto"

Line 1: Line 1:
 
This page is intended to give existing projects a jumpstart for setting up a Tycho build.
 
This page is intended to give existing projects a jumpstart for setting up a Tycho build.
  
== Generating pom.xml files ==
+
== Scaffolding: generate pom.xml files ==
  
 
=== Manual adjustments ===
 
=== Manual adjustments ===

Revision as of 12:27, 4 June 2013

This page is intended to give existing projects a jumpstart for setting up a Tycho build.

Scaffolding: generate pom.xml files

Manual adjustments

Adding p2 repositories to resolve external dependencies

Getting tests to run

Generating source bundles and features

Building a p2 repository

Back to the top