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 "Tycho/Migration Howto"

(New page: This page is intended to give existing projects a jumpstart for converting their build to Tycho. Contributor Guide)
 
Line 1: Line 1:
This page is intended to give existing projects a jumpstart for converting their build to Tycho.
+
This page is intended to give existing projects a jumpstart for setting up a Tycho build.
 +
 
 +
== Generating 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 ==
  
  
 
[[Category:Tycho|Contributor Guide]]
 
[[Category:Tycho|Contributor Guide]]

Revision as of 12:26, 4 June 2013

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

Generating 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