Mercurial > hg > Applications > TreeVNC
diff .classpath @ 79:015321785ddf
remove setType()
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 30 Apr 2014 11:52:34 +0900 |
parents | f1938dd3b518 |
children |
line wrap: on
line diff
--- a/.classpath Wed Apr 30 10:34:07 2014 +0900 +++ b/.classpath Wed Apr 30 11:52:34 2014 +0900 @@ -1,10 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="output" path="bin"/> <classpathentry kind="src" path="src/main/java"/> <classpathentry kind="src" path="src/viewer_swing/java"/> <classpathentry kind="src" path="src/viewer_swing/resources"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" exported="true"/> - <classpathentry kind="lib" path="/Users/one/Documents/workspace/TreeVNC/src/libs/jsch-0.1.50.jar" exported="true"/> - <classpathentry kind="lib" path="/Applications/eclipse/Eclipse.app/Contents/MacOS/unresolved dependency - junit junit 4.+" exported="true"/> + <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="src/libs/jsch-0.1.50.jar"/> + <classpathentry kind="output" path="bin"/> </classpath>