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,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.application.update</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362533</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/flintstones.feature.helper_1.0.0.qualifier.jar" id="flintstones.feature.helper" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.model_1.0.0.qualifier.jar" id="flintstones.feature.model" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.libraries_1.0.0.qualifier.jar" id="flintstones.feature.libraries" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.valuation_1.0.0.qualifier.jar" id="flintstones.feature.valuation" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.application_1.0.0.qualifier.jar" id="flintstones.feature.application" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.method_1.0.0.qualifier.jar" id="flintstones.feature.method" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.domain_1.0.0.qualifier.jar" id="flintstones.feature.domain" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.operator_1.0.0.qualifier.jar" id="flintstones.feature.operator" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.entity_1.0.0.qualifier.jar" id="flintstones.feature.entity" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.quantifiers_1.0.0.qualifier.jar" id="flintstones.feature.quantifiers" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.element_1.0.0.qualifier.jar" id="flintstones.feature.element" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.external_1.0.0.qualifier.jar" id="flintstones.feature.external" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.engine_1.0.0.qualifier.jar" id="flintstones.feature.engine" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<feature url="features/flintstones.feature.theme_1.0.0.qualifier.jar" id="flintstones.feature.theme" version="1.0.0.qualifier">
<category name="tychoexample"/>
</feature>
<category-def name="tychoexample" label="Tycho example"/>
</site>
@@ -0,0 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.application.update</artifactId>
<!--<version>1.0.0-SNAPSHOT</version>-->
<packaging>eclipse-repository</packaging>
</project>
@@ -0,0 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.application.update</artifactId>
<!--<version>1.0.0-SNAPSHOT</version>-->
<packaging>eclipse-repository</packaging>
</project>