-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.classpath was for my pc specifically, though it should be modified manually
- Loading branch information
1 parent
72fde57
commit 4dbcaf4
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry excluding="com/jacoco/mcdata/nbtparser/" kind="src" path="src"/> | ||
<classpathentry kind="src" path="resources"/> | ||
<classpathentry kind="lib" path="D:/Development/json-simple-1.1.jar"/> | ||
<classpathentry kind="lib" path="D:/Source Code/enigma/enigma-0.15.153-all.jar"/> | ||
<classpathentry kind="lib" path="D:/Development/jd-core-1.1.3.jar"/> | ||
<classpathentry kind="lib" path="D:/Development/rsyntaxtextarea-3.0.4.jar"/> | ||
<classpathentry kind="lib" path="D:/Development/antlr-4.5-complete.jar"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |