Initial commit

This commit is contained in:
Eagle517
2026-01-14 10:27:57 -06:00
commit c1576fee30
11290 changed files with 1552799 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<fragment
id="FRAGMENT_ID"
name="%pluginName"
version="FRAGMENT_VERSION"
provider-name="Eclipse.org"
plugin-id="PLUGIN_ID"
plugin-version="PLUGIN_VERSION">
<runtime>
</runtime>
<extension point = "org.eclipse.pde.core.source">
<location path="src" />
</extension>
</fragment>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
name="%pluginName"
id="PLUGIN_ID"
version="PLUGIN_VERSION"
provider-name="%providerName">
<extension point = "org.eclipse.pde.core.source">
<location path="src" />
</extension>
</plugin>