mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-14 05:44:52 +00:00
e85cdacbc5
Added the complete source code to ComputerCraft 1.79 for Minecraft 1.8.9, plus newly written README and LICENSE files for the open source release.
20 lines
1002 B
XML
20 lines
1002 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src/core"/>
|
|
<classpathentry excluding="org/luaj/vm2/luajc/antlr/|org/luaj/vm2/luajc/lst/|org/luaj/vm2/luajc/JavaCodeGenerator.java" kind="src" path="src/jse"/>
|
|
<classpathentry kind="src" path="src/jme"/>
|
|
<classpathentry kind="src" path="test/java"/>
|
|
<classpathentry kind="src" path="test/junit"/>
|
|
<classpathentry kind="src" path="test/lua"/>
|
|
<classpathentry kind="src" path="examples/jse"/>
|
|
<classpathentry kind="src" path="examples/jme"/>
|
|
<classpathentry kind="src" path="examples/lua"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
|
<classpathentry kind="lib" path="lib/midpapi20.jar"/>
|
|
<classpathentry kind="lib" path="lib/cldcapi11.jar"/>
|
|
<classpathentry kind="lib" path="lib/bcel-5.2.jar"/>
|
|
<classpathentry kind="var" path="JRE_LIB"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|