Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2f8198e960270bcb41eb3f24c1e4adc6173620f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Target Platform for the Papyrus RT Installer, based on 
// * Eclipse Oomph Installer latest release

target "Papyrus-RT Installer TP" with requirements

// Oomph Installer
location "http://download.eclipse.org/oomph/products/repository/" oomph-updates {
	org.eclipse.oomph.setup.installer.feature.group
}

// Eclipse Platform
location "http://download.eclipse.org/releases/neon/" neon-simrel {
	// For the launcher in the installer product. The
	// Oomph Installer is based on Neon
	org.eclipse.equinox.executable.feature.group
}

Back to the top