diff build.gradle @ 61:d9cf08c6415c

During implementation change screen.
author Taninari YU <you@cr.ie.u-ryukyu.ac.jp>
date Tue, 31 Dec 2013 09:13:07 +0900
parents 433c79184c05
children 35f761bcb12c
line wrap: on
line diff
--- a/build.gradle	Sat Dec 21 18:46:54 2013 +0900
+++ b/build.gradle	Tue Dec 31 09:13:07 2013 +0900
@@ -37,12 +37,13 @@
 }
 
 dependencies {
-    viewerSwingCompile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar'
+    //viewerSwingCompile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar'
+    compile group: 'com.jcraft', name: 'jsch', version: '0.1.+', ext: 'jar'
     viewerSwingRuntime configurations.viewerSwingCompile
     testCompile group: 'junit', name: 'junit', version: '4.+'
 }
 
-def manifestAttributes = ['Main-Class': 'com.glavsoft.viewer.Viewer',
+def manifestAttributes = ['Main-Class': 'com.glavsoft.viewer.TreeViewer',
         'Implementation-Version': "${project.version} (${buildNo})",
         'Implementation-Title': 'TightVNC Viewer',
         'Implementation-Vendor': 'GlavSoft LLC.']