Mercurial > hg > Applications > TreeVNC
diff .classpath @ 73:35f761bcb12c
fix path and messages
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Apr 2014 11:17:34 +0900 |
parents | 1370ef754bcf |
children | f1938dd3b518 |
line wrap: on
line diff
--- a/.classpath Thu Apr 17 20:14:19 2014 +0900 +++ b/.classpath Fri Apr 18 11:17:34 2014 +0900 @@ -4,7 +4,7 @@ <classpathentry kind="src" path="src/viewer_swing/java"/> <classpathentry kind="src" path="src/viewer_swing/resources"/> <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry exported="true" kind="lib" path="/Users/one/Documents/workspace/TreeVNC/src/libs/jsch-0.1.50.jar"/> - <classpathentry kind="lib" path="/Applications/eclipse/plugins/org.junit_4.11.0.v201303080030/junit.jar"/> + <classpathentry kind="lib" path="src/libs/jsch-0.1.50.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="output" path="bin"/> </classpath>