aboutsummaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-02-19 17:38:35 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-02-19 17:38:35 +1000
commit7011e367ac5ccc34473283d6245bc2cec93b835e (patch)
treecc5675471f1101631bec2cde9713cb9c0004cc8f /.classpath
parentc68c67d74f39c3eb075ac29e88936a1976ef089b (diff)
downloadGT5-Unofficial-7011e367ac5ccc34473283d6245bc2cec93b835e.tar.gz
GT5-Unofficial-7011e367ac5ccc34473283d6245bc2cec93b835e.tar.bz2
GT5-Unofficial-7011e367ac5ccc34473283d6245bc2cec93b835e.zip
Removed Hard dependency on gregtech as another Project and added dev versions of all requires libs.
Also started work on GT-EU EnderIO conduits, adding @Optional annotations where possible and a few other nice things.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath12
1 files changed, 4 insertions, 8 deletions
diff --git a/.classpath b/.classpath
index df3a6e66dc..6d6a1a9bdd 100644
--- a/.classpath
+++ b/.classpath
@@ -1,14 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/Java"/>
+ <classpathentry excluding="conduits/|miscutil/enderio/" kind="src" path="src/Java"/>
<classpathentry kind="src" path="src/resources"/>
- <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry combineaccessrules="false" kind="src" path="/Forge"/>
- <classpathentry combineaccessrules="false" kind="src" path="/Gregtech"/>
- <classpathentry kind="lib" path="/Gregtech/libs/dev/industrialcraft-2-2.2.720-experimental-dev.jar"/>
- <classpathentry kind="lib" path="mods/GlassPane-1.0.jar"/>
- <classpathentry kind="lib" path="mods/GUIAPI-1.0.5.jar"/>
- <classpathentry kind="lib" path="mods/buildcraft-6.4.15.jar"/>
- <classpathentry kind="lib" path="mods/forestry_1.7.10-3.5.6.15.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="libs/industrialcraft-2-2.2.720-experimental-dev.jar"/>
+ <classpathentry kind="lib" path="libs/gregtech_1.7.10-5.08.30-dev.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>