mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Plugin lwjgl.org contains a binary version of LWJGL for development purposes (of this plugin) only. This binary version is ignored by the build script.
14 lines
859 B
XML
14 lines
859 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
|
|
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
|
<classpathentry kind="src" path="src/java"/>
|
|
<classpathentry exported="true" kind="lib" path="AppleJavaExtensions.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="jinput.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lwjgl.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lwjgl_test.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lwjgl_util.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lwjgl_util_applet.jar"/>
|
|
<classpathentry exported="true" kind="lib" path="lzma.jar"/>
|
|
<classpathentry kind="output" path="build/classes"/>
|
|
</classpath>
|