TGG-3.0-Prototype/RefactoringCDGTLConstraint/META-INF/MANIFEST.MF
Maximilian Kratz c84c5b78fa Fixes wrong project names in MANIFEST.MF files
Some of them differed from the .project file and/or folder name
2024-03-08 11:20:05 +01:00

20 lines
657 B
Plaintext

Manifest-Version: 1.0
Automatic-Module-Name: RefactoringCDGTLConstraint
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringCDGTLConstraint
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: RefactoringCDGTLConstraint;singleton:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j,
org.apache.commons.logging
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.emoflon.ibex.common,
org.emoflon.ibex.gt,
org.emoflon.ibex.gt.gtmodel,
org.emoflon.ibex.gt.hipe,
ClassDiagram
Export-Package: refactoringcd.constraints.api,
refactoringcd.constraints.api.match,
refactoringcd.constraints.api.pattern