annotate .classpath @ 390:dc168770dbe3
Add flag useHostName is call getHostName() method
author |
innparusu |
date |
Tue, 22 Sep 2015 16:18:55 +0900 |
parents |
015321785ddf |
children |
|
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"/>
|
79
|
6 <classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
7 <classpathentry kind="lib" path="src/libs/jsch-0.1.50.jar"/>
|
|
8 <classpathentry kind="output" path="bin"/>
|
5
|
9 </classpath>
|