Fixes package/plug-in vendor information

This commit is contained in:
Maximilian Kratz 2022-07-28 10:23:38 +02:00
parent 94c094789c
commit 4aab4d5e88
8 changed files with 686 additions and 678 deletions

View file

@ -16,3 +16,4 @@ Require-Bundle: org.emoflon.gips.intermediate;bundle-version="0.1.0",
org.emoflon.ibex.gt,
org.moflon.core.plugins,
org.emoflon.gips.core.dependencies
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt

View file

@ -65,3 +65,4 @@ Export-Package: gurobi;version="9.5.1",
org.logicng.util
Automatic-Module-Name: org.emoflon.gips.core.dependencies
Require-Bundle: org.antlr.runtime;visibility:=reexport
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt

View file

@ -12,3 +12,4 @@ Export-Package: org.emoflon.gips.core,
org.emoflon.gips.core.api,
org.emoflon.gips.core.gt,
org.emoflon.gips.core.ilp
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt

View file

@ -1,4 +1,9 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.
.,\
src/,\
build.properties,\
.settings/,\
.project,\
.classpath

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.emoflon.gips.gipsl.ide
Bundle-ManifestVersion: 2
Bundle-Name: org.emoflon.gips.gipsl.ide
Bundle-Vendor: My Company
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.emoflon.gips.gipsl.ide; singleton:=true
Bundle-ActivationPolicy: lazy

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Automatic-Module-Name: org.emoflon.gips.gipsl.ui
Bundle-ManifestVersion: 2
Bundle-Name: org.emoflon.gips.gipsl.ui
Bundle-Vendor: My Company
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.emoflon.gips.gipsl.ui; singleton:=true
Bundle-ActivationPolicy: lazy

View file

@ -5,7 +5,7 @@ Bundle-SymbolicName: org.emoflon.gips.intermediate;singleton:=true
Automatic-Module-Name: org.emoflon.gips.intermediate
Bundle-Version: 0.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Vendor: Real-Time Systems Lab - TU Darmstadt
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.emoflon.gips.intermediate.GipsIntermediate,