diff options
| author | 2015-02-03 22:02:40 -0500 | |
|---|---|---|
| committer | 2015-02-03 22:02:40 -0500 | |
| commit | 4a71742fed192bee96ce70c10a85dd2d855ec684 (patch) | |
| tree | f8aa8c31c5e85366f5a510f2d5e2012a27de6f14 | |
| parent | oops, don't depend on local procyon project (diff) | |
| download | enigma-4a71742fed192bee96ce70c10a85dd2d855ec684.tar.gz enigma-4a71742fed192bee96ce70c10a85dd2d855ec684.tar.xz enigma-4a71742fed192bee96ce70c10a85dd2d855ec684.zip | |
explicitly add jre 7 to classpath
| -rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,8 +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 kind="lib" path="lib/deps.jar"/> | 6 | <classpathentry kind="lib" path="lib/deps.jar"/> |
| 8 | <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"/> | ||
| 9 | <classpathentry kind="output" path="bin"/> | 9 | <classpathentry kind="output" path="bin"/> |
| 10 | </classpath> | 10 | </classpath> |