carbidecpp20devenv/features/org.eclipse.xsd.mapping_2.4.0.v200808251517/feature.xml
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <feature |
|
3 id="org.eclipse.xsd.mapping" |
|
4 label="%featureName" |
|
5 version="2.4.0.v200808251517" |
|
6 provider-name="%providerName"> |
|
7 |
|
8 <description> |
|
9 %description |
|
10 </description> |
|
11 |
|
12 <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
|
13 Copyright (c) 2002-2007 IBM Corporation and others. |
|
14 All rights reserved. This program and the accompanying materials |
|
15 are made available under the terms of the Eclipse Public License v1.0 |
|
16 which accompanies this distribution, and is available at |
|
17 http://www.eclipse.org/legal/epl-v10.html |
|
18 </copyright> |
|
19 |
|
20 <license url="%licenseURL"> |
|
21 %license |
|
22 </license> |
|
23 |
|
24 <url> |
|
25 <update label="%XSDUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/> |
|
26 <discovery label="%XSDUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/> |
|
27 <discovery label="%MDTUpdateSiteName" url="http://download.eclipse.org/modeling/mdt/updates/"/> |
|
28 </url> |
|
29 |
|
30 <requires> |
|
31 <import plugin="org.eclipse.core.runtime"/> |
|
32 <import plugin="org.eclipse.emf.ecore.xmi"/> |
|
33 <import plugin="org.eclipse.emf.ecore.edit"/> |
|
34 <import plugin="org.eclipse.emf.mapping"/> |
|
35 <import plugin="org.eclipse.xsd"/> |
|
36 <import plugin="org.eclipse.xsd.edit"/> |
|
37 </requires> |
|
38 |
|
39 <plugin |
|
40 id="org.eclipse.xsd.mapping" |
|
41 download-size="0" |
|
42 install-size="0" |
|
43 version="2.4.0.v200808251517" |
|
44 unpack="false"/> |
|
45 |
|
46 <plugin |
|
47 id="org.eclipse.emf.mapping.xsd2ecore" |
|
48 download-size="0" |
|
49 install-size="0" |
|
50 version="2.4.0.v200808251517" |
|
51 unpack="false"/> |
|
52 |
|
53 </feature> |