Skip to content

Commit 5b409e4

Browse files
author
Eurymachus
committedDec 31, 2012
Merge branch '2.0.2.0'
Conflicts: .classpath .gitignore .project LB-common/littleblocks/items/ItemLittleBlocksCopier.java
2 parents 3552a2c + fe0a685 commit 5b409e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+323
-178
lines changed
 

‎.classpath

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="LB-common"/>
4-
<classpathentry kind="src" path="LB-client"/>
3+
<classpathentry kind="src" path="LB-source"/>
4+
<classpathentry kind="src" path="LB-resources"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
66
<classpathentry combineaccessrules="false" kind="src" path="/Forge"/>
77
<classpathentry combineaccessrules="false" kind="src" path="/EurysCore-FML"/>
8-
<classpathentry kind="lib" path="/Forge/jars/bin/lwjgl_util.jar"/>
9-
<classpathentry kind="lib" path="/Forge/jars/bin/lwjgl.jar"/>
8+
<classpathentry kind="lib" path="jars/bin/jinput.jar"/>
9+
<classpathentry kind="lib" path="jars/bin/lwjgl_util.jar"/>
10+
<classpathentry kind="lib" path="jars/bin/lwjgl.jar"/>
11+
<classpathentry kind="lib" path="jars/bin/minecraft.jar"/>
12+
<classpathentry kind="lib" path="lib/argo-2.25.jar"/>
13+
<classpathentry kind="lib" path="lib/asm-all-4.0.jar"/>
14+
<classpathentry kind="lib" path="lib/bcprov-jdk15on-147.jar"/>
15+
<classpathentry kind="lib" path="lib/guava-12.0.1.jar"/>
1016
<classpathentry kind="output" path="bin"/>
1117
</classpath>

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/bin
2+
/jars
3+
/lib

0 commit comments

Comments
 (0)