mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2025-12-31 22:09:57 +01:00
26 lines
673 B
XML
26 lines
673 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<?eclipse version="3.2"?>
|
||
|
|
<plugin>
|
||
|
|
|
||
|
|
|
||
|
|
<extension
|
||
|
|
point="org.eclipse.jdt.core.classpathContainerInitializer">
|
||
|
|
<classpathContainerInitializer
|
||
|
|
class="org.lwjgl.tools.LWJGLClasspathContainerInitializer"
|
||
|
|
id="org.lwjgl.LWJGL_CONTAINER">
|
||
|
|
</classpathContainerInitializer>
|
||
|
|
</extension>
|
||
|
|
|
||
|
|
<extension
|
||
|
|
point="org.eclipse.jdt.ui.classpathContainerPage">
|
||
|
|
<classpathContainerPage
|
||
|
|
class="org.lwjgl.tools.LWJGLClasspathContainerPage"
|
||
|
|
id="org.lwjgl.LWJGL_CONTAINER"
|
||
|
|
name="LWJGL Library">
|
||
|
|
</classpathContainerPage>
|
||
|
|
</extension>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</plugin>
|