4
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<feature
|
|
3 |
id="org.eclipse.xsd.edit"
|
|
4 |
label="%featureName"
|
|
5 |
version="2.5.0.v200906151043"
|
|
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.edit"/>
|
|
33 |
<import plugin="org.eclipse.xsd"/>
|
|
34 |
</requires>
|
|
35 |
|
|
36 |
<plugin
|
|
37 |
id="org.eclipse.xsd.edit"
|
|
38 |
download-size="0"
|
|
39 |
install-size="0"
|
|
40 |
version="2.5.0.v200906151043"
|
|
41 |
unpack="false"/>
|
|
42 |
|
|
43 |
</feature>
|