Version 2.0 of sigIRC rewritten and remastered for Java. Includes "Modules" which can be enabled/disabled to modify functionality of the program.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
|
|
|
<classpathentry kind="src" path="lib"/>
|
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-io-2.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/twitch-api-wrapper-0.3-jar-with-dependencies.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-glfw.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-linux.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-macos.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-glfw-natives-windows.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-natives-linux.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-natives-macos.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/lwjgl-natives-windows.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/jna-4.5.0.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/jna-platform-4.5.0.jar"/>
|
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|