public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="IConfigurationProvider context function">
<implementation class="afryca.consensusmodel.provider.internal.ConfigurationProviderContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.consensusmodel.provider.IConfigurationProvider"/>
<service>
<provide
interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="IConsensusModelProvider context function">
<implementation class="afryca.consensusmodel.provider.internal.ConsensusModelProviderContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.consensusmodel.provider.IConsensusModelProvider"/>
<service>
<provide
interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="IConsensusModelService context function">
<implementation class="afryca.consensusmodel.service.provider.ConsensusModelServiceContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.consensusmodel.service.IConsensusModelService"/>
<service>
<provide
interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>
@@ -0,0 +1,8 @@
#Properties file for afryca.consensusmodel
afryca.consensusmodel.command.open_configuration.description = Open model's configuration
afryca.consensusmodel.command.open_configuration.name = &Open configuration
afryca.consensusmodel.command.save_configuration.description = Save model's configuration
afryca.consensusmodel.command.save_configuration.name = &Save configuration
Bundle-Name = Consensus model
Bundle-Vendor = Sinbad\u00B2
consensus-model.extension-point.name = Consensus model
@@ -0,0 +1,8 @@
#Archivo de propiedades para afryca.consensusmodel
afryca.consensusmodel.command.open_configuration.description = Abrir configuración de modelo de consenso
afryca.consensusmodel.command.open_configuration.name = &Abrir configuración
afryca.consensusmodel.command.save_configuration.description = Guardar configuración de modelo de consenso
afryca.consensusmodel.command.save_configuration.name = &Guardar configuración
Bundle-Name = Modelo de consenso
Bundle-Vendor = Sinbad\u00B2
consensus-model.extension-point.name = Modelo de consenso
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="IVariablesProvider context function">
<implementation class="afryca.consensusmodel.provider.internal.VariablesProviderContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.consensusmodel.provider.IVariablesProvider"/>
<service>
<provide
interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>