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,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="sensitive analysis problem context function">
<implementation class="flintstones.entity.sensitiveanalysisproblem.provider.SensitiveAnalysisProblemServiceContextFunction"/>
<property name="service.context.key" type="String" value="flintstones.entity.sensitiveanalysisproblem.service.ISensitiveAnalysisProblemService"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>