Mercurial > hg > Applications > TreeVNC
changeset 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 | 50a14eeb080b |
children | f1938dd3b518 |
files | .classpath build.gradle src/viewer_swing/java/com/glavsoft/viewer/TreeViewer.java |
diffstat | 3 files changed, 13 insertions(+), 13 deletions(-) [+] |
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>
--- a/build.gradle Thu Apr 17 20:14:19 2014 +0900 +++ b/build.gradle Fri Apr 18 11:17:34 2014 +0900 @@ -76,14 +76,14 @@ archives noSshJar } -uploadArchives { - repositories { - add(new org.apache.ivy.plugins.resolver.FileSystemResolver()) { - addArtifactPattern("$projectDir/dist/${project.baseName}-${project.version}/[artifact].[ext]") - } - } - uploadDescriptor = false -} +//uploadArchives { +// repositories { +// add(new org.apache.ivy.plugins.resolver.FileSystemResolver()) { +// addArtifactPattern("$projectDir/dist/${project.baseName}-${project.version}/[artifact].[ext]") +// } +// } +// uploadDescriptor = false +//} task dist(dependsOn: uploadArchives)
--- a/src/viewer_swing/java/com/glavsoft/viewer/TreeViewer.java Thu Apr 17 20:14:19 2014 +0900 +++ b/src/viewer_swing/java/com/glavsoft/viewer/TreeViewer.java Fri Apr 18 11:17:34 2014 +0900 @@ -66,9 +66,9 @@ + "-v: VNCViewer\n" + "-r: TreeVNCProxy for RemoteHost. you should input parameter host and port\n" + "--host hostname: set host name\n" - + "--retina: TreeVNC proxy for retina.this mode can select screen range." - + "--width w: set display width" - + "--height h: set display height"); + + "--retina: TreeVNC proxy for retina.this mode can select screen range.\n" + + "--width w: set display width\n" + + "--height h: set display height\n"); } } }