diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000000..580a8e91c4 --- /dev/null +++ b/.classpath @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="src" path="src/main/resources"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry combineaccessrules="false" kind="src" path="/Forge"/> + <classpathentry kind="lib" path="lib/gregtech-5.09.32-dev.jar" sourcepath="lib/gregtech-5.09.32-dev-src.zip"/> + <classpathentry kind="lib" path="lib/industrialcraft-2-2.2.828a-experimental-deobf.jar"/> + <classpathentry kind="lib" path="lib/NotEnoughItems-1.7.10-1.0.5.120-dev.jar"/> + <classpathentry kind="lib" path="lib/CodeChickenCore-1.7.10-1.0.7.47-dev.jar"/> + <classpathentry kind="lib" path="lib/CodeChickenLib-1.7.10-1.1.3.140-dev.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |