Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 59bccc7c1e138cae0cc655d28293fd37e5e4eaa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<cs:cspec xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0" name="org.eclipse.mdt.papyrus.releng.buckminster"
	componentType="buckminster" version="0.9.0.qualifier">
	<cs:dependencies>
	
        <cs:dependency name="org.eclipse.sdk" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.pde.junit.runtime" componentType="osgi.bundle"/>
        <cs:dependency name="org.eclipse.papyrus.extra.build.feature" componentType="eclipse.feature"/>
        <cs:dependency name="org.eclipse.acceleo.feature" componentType="eclipse.feature"/>

	</cs:dependencies>
</cs:cspec>

Back to the top