Mercurial > hg > Applications > TreeVNC
annotate .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 |
rev | line source |
---|---|
5 | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <classpath> | |
3 <classpathentry kind="src" path="src/main/java"/> | |
4 <classpathentry kind="src" path="src/viewer_swing/java"/> | |
5 <classpathentry kind="src" path="src/viewer_swing/resources"/> | |
70 | 6 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
73 | 7 <classpathentry kind="lib" path="src/libs/jsch-0.1.50.jar"/> |
8 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> | |
7 | 9 <classpathentry kind="output" path="bin"/> |
5 | 10 </classpath> |