public code v1

This commit is contained in:
Francisco Jesús Martínez Mimbrera
2026-05-23 00:32:57 +02:00
commit 759a8968a2
4357 changed files with 163763 additions and 0 deletions
@@ -0,0 +1,19 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Provider
Bundle-SymbolicName: flintstones.model.domain.provider
Bundle-Version: 1.0.0.qualifier
Automatic-Module-Name: flintstones.model.domain.provider
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: javax.inject,
org.eclipse.e4.core.contexts,
flintstones.model.domain.service,
flintstones.entity.domain,
org.eclipse.e4.core.di,
org.eclipse.e4.ui.model.workbench,
flintstones.helper.extensionpoint,
javax.annotation
Service-Component: component.xml
Bundle-ActivationPolicy: lazy
Export-Package: flintstones.model.domain.provider
Import-Package: org.eclipse.e4.core.services.nls