aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/Examples/ModelGenExampleFAM_plugin/META-INF/MANIFEST.MF
blob: f1f5d18c04a2e4a259d66533129b881a08289950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: ModelGenExampleFAM_plugin;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: functionalarchitecture,
  functionalarchitecture.impl,
  functionalarchitecture.util,
  hu.bme.mit.inf.dslreasoner.domains.transima.fam
Require-Bundle: ModelGenExampleFAM_plugin,
  org.eclipse.viatra.addon.querybasedfeatures.runtime,
  org.eclipse.viatra.query.runtime,
  org.apache.log4j;bundle-version="1.2.15",
  com.google.guava;bundle-version="15.0.0",
  org.eclipse.core.runtime,
  org.eclipse.emf.ecore;visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: ModelGenExampleFAM_plugin