Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a024b074f2d55fb8765205e266a113ff96ed896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
target "staging" with source configurePhase

location "http://download.eclipse.org/releases/staging/" {
	org.eclipse.sdk.ide lazy
	org.eclipse.emf.sdk.feature.group lazy
	org.eclipse.mylyn.commons.sdk.feature.group lazy
	org.eclipse.mylyn.ide_feature.feature.group lazy
	org.eclipse.mylyn.team_feature.feature.group lazy
	org.eclipse.mylyn.context.sdk.feature.group lazy
	org.eclipse.mylyn_feature.feature.group lazy
	org.eclipse.mylyn.context_feature.feature.group lazy
	org.eclipse.mylyn.sdk_feature.feature.group lazy
	org.eclipse.mylyn.wikitext_feature.feature.group lazy
}

Back to the top