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,23 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: flintstones.application.perspective.frameworkstructuring.ui;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: flintstones.element.common.ui,
flintstones.helper.ui,
flintstones.helper.debug,
flintstones.model.problemelement.service,
javax.inject,
org.eclipse.e4.core.services,
org.eclipse.e4.core.contexts,
flintstones.model.domain.service,
org.eclipse.e4.core.di,
flintstones.entity.valuation,
flintstones.model.valuation.service,
javax.annotation,
flintstones.model.ui.service,
flintstones.application.perspective.framework.ui,
org.lorissecuro.ui
Automatic-Module-Name: flintstones.frameworkstructuring.ui
Bundle-RequiredExecutionEnvironment: JavaSE-11