Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0260afcedc272ec38f318e0367aaac9b27ada8e1 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.papyrus.sdk.feature"
      label="Papyrus for UML"
      version="4.0.0.qualifier"
      provider-name="Eclipse Modeling Project"
      plugin="org.eclipse.papyrus.sdk">

   <description url="https://eclipse.org/papyrus/">
      Papyrus for UML provides a UML 2 modeling environment that conforms to the OMG specification.
Papyrus for UML notably features diagram editors for UML 2 diagrams, rich model editing facilities, and the glue required to integrate with other model-based tools. 
It also offers a very advanced support of UML profiles that enables users to define UML-based domain-specific modeling languages. 
To complement the UML profiles support, Papyrus provides very powerful customization mechanisms which can be leveraged to create user-defined Papyrus perspectives and give it the same look and feel as a native DSL editor.
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2010, 2017 CEA LIST, Christian W. Damus, and others
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">
      %license
   </license>


   <!-- Core features -->

   <includes
         id="org.eclipse.papyrus.infra.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.editor.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.emf.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.emf.facet.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.uml.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.views.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.doc.feature"
         version="0.0.0"/>


   <!-- External Dependencies -->

   <plugin
         id="com.google.guava"
         download-size="0"
         install-size="0"
         version="21.0.0.v20170206-1425"
         unpack="false"/>

   <plugin
         id="com.google.gson"
         download-size="0"
         install-size="0"
         version="2.7.0.v20170129-0911"
         unpack="false"/>


   <!-- Branding Plugin -->

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

</feature>

Back to the top