This commit is contained in:
Project516 2024-09-20 18:24:59 -05:00
parent b99dce0a38
commit 8f5610d122
8 changed files with 24 additions and 2 deletions

View File

@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
<filteredResources>
<filter>
<id>1726874673097</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>

View File

@ -18,12 +18,23 @@
<link>
<name>src_lwjgl_java</name>
<type>2</type>
<location>${LWJGL_SRC_FOLDER}</location>
<locationURI>$%7BLWJGL_SRC_FOLDER%7D</locationURI>
</link>
<link>
<name>src_main_java</name>
<type>2</type>
<location>${MAIN_SRC_FOLDER}</location>
<locationURI>$%7BMAIN_SRC_FOLDER%7D</locationURI>
</link>
</linkedResources>
<filteredResources>
<filter>
<id>1726874673112</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>