Fixes wrong project names in MANIFEST.MF files

Some of them differed from the .project file and/or folder name
This commit is contained in:
Maximilian Kratz 2024-03-08 11:20:01 +01:00
parent 63c2b3e802
commit c84c5b78fa
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Refactoring
Bundle-Name: RefactoringAC
Bundle-SymbolicName: RefactoringAC
Bundle-Version: 1.0.0.qualifier
Import-Package: refactoringcd.full.api

View file

@ -1,10 +1,10 @@
Manifest-Version: 1.0
Automatic-Module-Name: RefactoringCDGTLFull
Automatic-Module-Name: RefactoringCDGTLConstraint
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringCDGTLConstraints
Bundle-Name: RefactoringCDGTLConstraint
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: RefactoringCDGTLConstraints;singleton:=true
Bundle-SymbolicName: RefactoringCDGTLConstraint;singleton:=true
Bundle-ActivationPolicy: lazy
Import-Package: org.apache.log4j,
org.apache.commons.logging

View file

@ -1,5 +1,5 @@
Manifest-Version: 1.0
Automatic-Module-Name: RefactoringCDGTLFull
Automatic-Module-Name: RefactoringCDGTLRules
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringCDGTLRules
Bundle-Vendor: My Company

View file

@ -1,7 +1,7 @@
Manifest-Version: 1.0
Automatic-Module-Name: RefactoringGTLRule
Automatic-Module-Name: RefactoringGTLRules
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringGTLRule
Bundle-Name: RefactoringGTLRules
Bundle-Vendor: My Company
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: RefactoringGTLRules;singleton:=true