4
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!--
|
|
3 |
/**
|
|
4 |
* <copyright>
|
|
5 |
*
|
|
6 |
* Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc. and others.
|
|
7 |
* All rights reserved. This program and the accompanying materials
|
|
8 |
* are made available under the terms of the Eclipse Public License v1.0
|
|
9 |
* which accompanies this distribution, and is available at
|
|
10 |
* http://www.eclipse.org/legal/epl-v10.html
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
* IBM - Initial API and implementation
|
|
14 |
*
|
|
15 |
* </copyright>
|
|
16 |
*/
|
|
17 |
-->
|
|
18 |
<feature
|
|
19 |
id="org.eclipse.emf.transaction"
|
|
20 |
label="%featureName"
|
|
21 |
version="1.3.0.v200901271819-35-8s733L365B4D6D"
|
|
22 |
provider-name="%providerName"
|
|
23 |
image="modeling32.png">
|
|
24 |
|
|
25 |
<description url="http://www.eclipse.org/modeling/emf/?project=transaction">
|
|
26 |
%description
|
|
27 |
</description>
|
|
28 |
|
|
29 |
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
|
30 |
Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc. and others.
|
|
31 |
All rights reserved. This program and the accompanying materials
|
|
32 |
are made available under the terms of the Eclipse Public License v1.0
|
|
33 |
which accompanies this distribution, and is available at
|
|
34 |
http://www.eclipse.org/legal/epl-v10.html
|
|
35 |
</copyright>
|
|
36 |
|
|
37 |
<license url="%licenseURL">
|
|
38 |
%license
|
|
39 |
</license>
|
|
40 |
|
|
41 |
<url>
|
|
42 |
<update label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
|
|
43 |
<discovery label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
|
|
44 |
</url>
|
|
45 |
|
|
46 |
<requires>
|
|
47 |
<import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
|
|
48 |
<import plugin="org.eclipse.emf.edit" version="2.3.0" match="compatible"/>
|
|
49 |
<import plugin="org.eclipse.emf.ecore.change" version="2.3.0" match="compatible"/>
|
|
50 |
<import plugin="org.eclipse.emf.validation" version="1.2.0" match="compatible"/>
|
|
51 |
<import plugin="org.eclipse.emf.edit.ui" version="2.3.0" match="compatible"/>
|
|
52 |
</requires>
|
|
53 |
|
|
54 |
<plugin
|
|
55 |
id="org.eclipse.emf.transaction"
|
|
56 |
download-size="0"
|
|
57 |
install-size="0"
|
|
58 |
version="1.3.0.v200902010221"
|
|
59 |
unpack="false"/>
|
|
60 |
|
|
61 |
<plugin
|
|
62 |
id="org.eclipse.emf.transaction.ui"
|
|
63 |
download-size="0"
|
|
64 |
install-size="0"
|
|
65 |
version="1.3.0.v200901271819"
|
|
66 |
unpack="false"/>
|
|
67 |
|
|
68 |
</feature>
|