Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a3b7d61a246beab2a60de9f5021f15df0ba978e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13



                                                                
                                                                                                             







                                                                                                   
<?xml version="1.0" encoding="UTF-8"?>
<cspecExtension
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
	xmlns="http://www.eclipse.org/buckminster/CSpec-1.0" componentType="eclipse.feature" version="1.1.0">
    <dependencies>
		<dependency name="org.eclipse.equinox.executable" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.platform" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.emf.ecore" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.emf.edit" componentType="eclipse.feature"/>
		<dependency name="org.eclipse.emf.transaction" componentType="eclipse.feature"/>
    </dependencies>
</cspecExtension>

Back to the top