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="IAttitudeProvider context function">
<implementation class="afryca.behavior.provider.internal.AttitudeProviderContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.behavior.provider.IAttitudeProvider"/>
<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="IBehaviorProvider context function">
<implementation class="afryca.behavior.provider.internal.BehaviorProviderContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.behavior.provider.IBehaviorProvider"/>
<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="IBehaviorService context function">
<implementation class="afryca.behavior.service.provider.BehaviorServiceContextFunction"/>
<property
name="service.context.key"
type="String"
value="afryca.behavior.service.IBehaviorService"/>
<service>
<provide
interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>
</scr:component>
@@ -0,0 +1,8 @@
#Properties file for afryca.behavior
afryca.behavior.command.open_attitude.description = Open attitude
afryca.behavior.command.open_attitude.name = &Open attitude
afryca.behavior.command.save_attitude.description = Save attitude
afryca.behavior.command.save_attitude.name = &Save attitude
behavior.extension-point.name = Behavior
Bundle-Name = Behavior
Bundle-Vendor = Sinbad\u00B2
@@ -0,0 +1,8 @@
#Archivo de propiedades para afryca.behavior
afryca.behavior.command.open_attitude.description = Abrir actitud
afryca.behavior.command.open_attitude.name = &Abrir actitud
afryca.behavior.command.save_attitude.description = Guardar actitud
afryca.behavior.command.save_attitude.name = &Guardar actitud
behavior.extension-point.name = Comportamiento
Bundle-Name = Comportamiento
Bundle-Vendor = Sinbad\u00B2