Skip to content

Instantly share code, notes, and snippets.

@ockie1729
Created September 24, 2016 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ockie1729/3615889c6ce8b16d9d4a0d412c4dc09c to your computer and use it in GitHub Desktop.
Save ockie1729/3615889c6ce8b16d9d4a0d412c4dc09c to your computer and use it in GitHub Desktop.
BombertoonのEclipse用設定ファイル
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jar/AppleJavaExtensions.jar"/>
<classpathentry kind="lib" path="jar/asm-debug-all.jar"/>
<classpathentry kind="lib" path="jar/jinput.jar"/>
<classpathentry kind="lib" path="jar/jogg-0.0.7.jar"/>
<classpathentry kind="lib" path="jar/jorbis-0.0.17.jar"/>
<classpathentry kind="lib" path="jar/lwjgl_test.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jar/lwjgl_util_applet.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jar/lwjgl_util.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jar/lwjgl-debug.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="slick/lib/lwjgl.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="コピー - bomber/native/windows"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="jar/lzma.jar"/>
<classpathentry kind="lib" path="jar/slick.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Slick2D">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="/home/yusuke/slick/lwjgl/native/lmw"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Bombertoon</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment