summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorGravatar jeff2015-02-08 21:31:44 -0500
committerGravatar jeff2015-02-08 21:31:44 -0500
commit43af90e3489d8bdae75b6c21c4eae6cb1b13cf09 (patch)
tree074b9b8a7eb96ffc356eaaf8c34f440f136bbcc1 /.classpath
parentswitch all classes to new signature/type system (diff)
parentMerge with a04907514a113e299dc667aa221a67573c5faa1b (diff)
downloadenigma-43af90e3489d8bdae75b6c21c4eae6cb1b13cf09.tar.gz
enigma-43af90e3489d8bdae75b6c21c4eae6cb1b13cf09.tar.xz
enigma-43af90e3489d8bdae75b6c21c4eae6cb1b13cf09.zip
Merge with 09538fb039f2e4e5e240cfb331be512ae8740fda
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 1 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index 16e0b310..389aeb52 100644
--- a/.classpath
+++ b/.classpath
@@ -3,9 +3,8 @@
3 <classpathentry kind="src" path="src"/> 3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="conf"/> 4 <classpathentry kind="src" path="conf"/>
5 <classpathentry kind="src" path="test"/> 5 <classpathentry kind="src" path="test"/>
6 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
7 <classpathentry combineaccessrules="false" kind="src" path="/procyon"/>
8 <classpathentry kind="lib" path="lib/deps.jar"/> 6 <classpathentry kind="lib" path="lib/deps.jar"/>
9 <classpathentry kind="lib" path="lib/test-deps.jar"/> 7 <classpathentry kind="lib" path="lib/test-deps.jar"/>
8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-7-openjdk-amd64"/>
10 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="output" path="bin"/>
11</classpath> 10</classpath>