Taking out some of my personal configurations, so that my net diff tonight is only adding the resources directory as a source directory for the eclipse project files

This commit is contained in:
pahimar 2013-09-18 22:16:22 -04:00
parent dcc8e48325
commit 378e6fd3bf

View file

@ -1,12 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="common">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="common"/>
<classpathentry kind="src" path="buildcraft_resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry combineaccessrules="false" kind="src" path="/Minecraft"/>
<classpathentry combineaccessrules="false" kind="src" path="/Forge"/>
<classpathentry kind="output" path="bin"/>
</classpath>