MANIFEST.MF 851 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.buildingphysics.edit;singleton:=true
Automatic-Module-Name: de.hftstuttgart.buildingphysics.edit
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: de.hftstuttgart.buildingphysics.provider.BuildingPhysicsEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: de.hftstuttgart.buildingphysics.provider
Require-Bundle: org.eclipse.core.runtime,
 de.hftstuttgart.buildingphysics;visibility:=reexport,
14
 org.eclipse.emf.edit;visibility:=reexport,
15
16
 de.hftstuttgart.cityunits.model;bundle-version="1.0.1";visibility:=reexport,
 de.hftstuttgart.cityunits.model.edit;bundle-version="1.0.1";visibility:=reexport
17
Bundle-ActivationPolicy: lazy
18
Bundle-RequiredExecutionEnvironment: JavaSE-15