Skip to content

Commit

Permalink
Fixed missing tachyon library in the eclipse configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Jun 13, 2014
1 parent 830af4e commit d1b3e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<classpathentry kind="lib" path="lib/jogamp/gluegen-rt-natives-linux-amd64.jar"/>
<classpathentry kind="lib" path="lib/jogamp/gluegen-rt.jar" sourcepath="lib/jogamp/gluegen-rt-sources.jar"/>
<classpathentry kind="lib" path="lib/joda/joda-time-2.3.jar"/>
<classpathentry kind="lib" path="lib/json/JSON-java.jar"/>
<classpathentry kind="lib" path="lib/json/JSON-java.jar"/>
<classpathentry kind="lib" path="lib/tachyon/tachyon-0.4.1-thrift.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit d1b3e31

Please sign in to comment.