Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5f6cdafc2a4de96e4d3b07a122e35e49d0f62c37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<release>
	<feature name="org.eclipse.emf.base" version="2.10.0">
		<feature name="org.eclipse.emf.license" version="2.8.0" license="true"/>
		<feature name="org.eclipse.emf.common" version="2.10.0"/>
		<feature name="org.eclipse.emf.ecore" version="2.10.0"/>
	</feature>
	<feature name="org.eclipse.emf.base.build" version="2.10.0">
		<feature name="org.eclipse.emf.license" version="2.8.0" license="true"/>
		<feature name="org.eclipse.emf.base" version="2.10.0"/>
	</feature>
	<feature name="org.eclipse.emf.common" version="2.10.0">
		<feature name="org.eclipse.emf.license" version="2.8.0" license="true"/>
		<plugin name="org.eclipse.emf.common" version="2.10.0"/>
	</feature>
	<feature name="org.eclipse.emf.ecore" version="2.10.0">
		<feature name="org.eclipse.emf.license" version="2.8.0" license="true"/>
		<plugin name="org.eclipse.emf.ecore" version="2.10.0"/>
		<plugin name="org.eclipse.emf.ecore.change" version="2.10.0"/>
		<plugin name="org.eclipse.emf.ecore.xmi" version="2.10.0"/>
	</feature>
	<feature name="org.eclipse.emf.license" version="2.8.0"/>
	<plugin name="org.eclipse.emf.common" version="2.10.0"/>
	<plugin name="org.eclipse.emf.ecore" version="2.10.0"/>
	<plugin name="org.eclipse.emf.ecore.change" version="2.10.0"/>
	<plugin name="org.eclipse.emf.ecore.xmi" version="2.10.0"/>
</release>

Back to the top