Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4b559495cb8e0caf816aa1e82669b87a125297f8 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.papyrus.rcp.feature"
      label="Papyrus RCP Feature"
      version="2.0.1.qualifier"
      provider-name="Eclipse Modeling Project">

   <description url="http://www.eclipse.org/papyrus">
      This package contains Papyrus and a collection of Eclipse Modeling
Project components, including EMF, MDT XSD/OCL/UML2 elements. 
It includes a complete SDK, developer tools and source code. 
Note that the Modeling package includes some incubating components, 
as indicated by feature numbers less than 1.0.0 on the feature list.
   </description>

   <copyright>
      Copyright (c) 2015 CEA LIST.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License
v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
   </copyright>

   <license url="%licenseURL">
      %licence
   </license>

   <url>
      <discovery label="Neon" url="http://download.eclipse.org/releases/neon/"/>
      <discovery label="Eclipse Platform 4.6" url="http://download.eclipse.org/eclipse/updates/4.6"/>
   </url>

   <requires>
      <import feature="org.eclipse.equinox.p2.user.ui"/>
      <import feature="org.eclipse.help"/>
      <import feature="org.eclipse.jdt"/>
      <import feature="org.eclipse.pde"/>
      <import feature="org.eclipse.sdk"/>
      <import feature="org.eclipse.e4.core.tools.feature"/>
      <import feature="org.eclipse.rcp"/>
      <import feature="org.eclipse.mylyn.ide_feature"/>
      <import feature="org.eclipse.mylyn.java_feature"/>
      <import feature="org.eclipse.mylyn.pde_feature"/>
      <import feature="org.eclipse.mylyn.bugzilla_feature"/>
      <import feature="org.eclipse.mylyn.context_feature"/>
      <import feature="org.eclipse.mylyn_feature"/>
      <import feature="org.eclipse.mylyn.wikitext_feature"/>
      <import feature="org.eclipse.emf.sdk"/>
      <import feature="org.eclipse.gef.sdk"/>
      <import feature="org.eclipse.uml2.sdk"/>
      <import feature="org.eclipse.ocl.all.sdk"/>
      <import feature="org.eclipse.emf.transaction.sdk"/>
      <import feature="org.eclipse.emf.query.sdk"/>
      <import feature="org.eclipse.xsd.sdk"/>
      <import feature="org.eclipse.emf.validation.sdk"/>
      <import feature="org.eclipse.emf.compare.source"/>
      <import feature="org.eclipse.emf.compare.ide.ui.source"/>
      <import feature="org.eclipse.emf.cdo.epp"/>
      <import feature="org.eclipse.gmf.runtime.sdk"/>
      <import feature="org.eclipse.egit"/>
      <import feature="org.eclipse.egit.import"/>
      <import feature="org.eclipse.epp.logging.aeri.feature"/>
      <import feature="org.eclipse.papyrus.sdk.feature.source"/>
   </requires>

   <plugin
         id="org.eclipse.papyrus.rcp"
         download-size="0"
         install-size="0"
         version="0.0.0"/>

</feature>

Back to the top