Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d036150cd30f6d4c84570f9fbf97681f7933184c (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
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.java.profile.feature" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">

   <description url="http://www.example.com/description">
      Profile for the Java language.
This profile allows to add properties regarding Java classes,
packages and project to a UML model.
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      #################################################################################
# Copyright (c) 2011 Nicolas Deblock &amp; Manuel Giles.
#
# 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
#
# Contributors:
# Nicolas Deblock  nico.deblock@gmail.com  - Initial API and
implementation
#  Manuel Giles  giles.manu@live.fr   - Initial API and implementation
#  Cedric Dumoulin  Cedric.dumoulin@lifl.fr - Idea of the java
generator project &amp; help for the conception 
#
#################################################################################
   </copyright>

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

   <requires>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.emf.ecore"/>
      <import plugin="org.eclipse.emf.ecore.xmi"/>
      <import plugin="org.eclipse.uml2.uml"/>
      <import plugin="org.eclipse.emf.edit"/>
      <import plugin="org.eclipse.emf.ecore.edit"/>
      <import plugin="org.eclipse.uml2.uml.edit"/>
      <import plugin="org.eclipse.uml2.common.edit"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.emf.edit.ui"/>
      <import plugin="org.eclipse.ui.ide"/>
   </requires>

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

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

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

</feature>

Back to the top