Skip to content
Snippets Groups Projects
.classpath 732 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
    	<classpathentry kind="src" path="src"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Plugins"/>
    	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/YML"/>
    	<classpathentry kind="lib" path="j4n/jni4net.j-0.8.8.0.jar"/>
    	<classpathentry kind="lib" path="j4n/NativeAudio.j4n.jar"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/PlayWallCore"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/libUtils"/>
    	<classpathentry combineaccessrules="false" kind="src" path="/Updater"/>
    	<classpathentry kind="output" path="bin"/>
    </classpath>