Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 64d3a5a0f93fa3dfbc7ec42e9d7d2a8655ac5029 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ALF Transaction (Incubation)
Bundle-SymbolicName: org.eclipse.papyrus.uml.alf.transaction;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.papyrus.uml.alf.transaction.ActivatorTransaction
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.uml2.uml;bundle-version="5.1.0",
 org.eclipse.papyrus.uml.alf.libraries;bundle-version="1.1.0",
 org.eclipse.gmf.runtime.emf.commands.core,
 org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.emf;bundle-version="1.1.0",
 org.eclipse.gmf.runtime.common.ui.services,
 org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0",
 org.eclipse.papyrus.uml.xtext.integration.ui;bundle-version="1.1.0",
 org.eclipse.xtext.ui;bundle-version="2.8.0",
 org.eclipse.papyrus.uml.alf;bundle-version="1.1.0",
 org.eclipse.papyrus.uml.alf.text;bundle-version="0.7.0",
 org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0",
 org.eclipse.compare
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.papyrus.uml.alf.transaction,
 org.eclipse.papyrus.uml.alf.transaction.commands,
 org.eclipse.papyrus.uml.alf.transaction.commit,
 org.eclipse.papyrus.uml.alf.transaction.job,
 org.eclipse.papyrus.uml.alf.transaction.observation.listener.filter
Bundle-Vendor: Eclipse Modeling Project

Back to the top