Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6e4a1d4913c103a27b59b46e5d8ebfa4e59f2522 (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
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.infra.properties.internal.ui;x-internal:=true,
 org.eclipse.papyrus.infra.properties.internal.ui.extensions;x-friends:="org.eclipse.papyrus.views.properties",
 org.eclipse.papyrus.infra.properties.internal.ui.messages;x-internal:=true,
 org.eclipse.papyrus.infra.properties.internal.ui.observable;x-internal:=true,
 org.eclipse.papyrus.infra.properties.internal.ui.runtime;x-friends:="org.eclipse.papyrus.views.properties.toolsmiths,org.eclipse.papyrus.views.properties",
 org.eclipse.papyrus.infra.properties.ui.creation,
 org.eclipse.papyrus.infra.properties.ui.listeners,
 org.eclipse.papyrus.infra.properties.ui.modelelement,
 org.eclipse.papyrus.infra.properties.ui.preferences,
 org.eclipse.papyrus.infra.properties.ui.providers,
 org.eclipse.papyrus.infra.properties.ui.runtime,
 org.eclipse.papyrus.infra.properties.ui.util,
 org.eclipse.papyrus.infra.properties.ui.widgets,
 org.eclipse.papyrus.infra.properties.ui.widgets.layout,
 org.eclipse.papyrus.infra.properties.ui.xwt
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.papyrus.infra.properties;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.widgets;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.emf;bundle-version="[3.0.0,4.0.0)";visibility:=reexport,
 org.eclipse.papyrus.infra.widgets.toolbox;bundle-version="[2.0.0,3.0.0)",
 org.eclipse.xwt;bundle-version="[1.3.1,2.0.0)",
 org.eclipse.papyrus.infra.ui.emf;bundle-version="[2.0.0,3.0.0)";visibility:=reexport
Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 3.3.0.qualifier
Eclipse-BuddyPolicy: dependent
Bundle-Activator: org.eclipse.papyrus.infra.properties.internal.ui.Activator
Bundle-ManifestVersion: 2
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.infra.properties.ui;singleton:=true
Automatic-Module-Name: org.eclipse.papyrus.infra.properties.ui

Back to the top