# HG changeset patch # User suruga # Date 1501063897 -32400 # Node ID f7cdb6374bdb6466972a14037ccdfcad8ba9b08b # Parent 3644acaf2c4a61fa8afca9152988c6289aab8420 fix jungle version diff -r 3644acaf2c4a -r f7cdb6374bdb .idea/modules.xml --- a/.idea/modules.xml Sat Jul 22 20:28:20 2017 +0900 +++ b/.idea/modules.xml Wed Jul 26 19:11:37 2017 +0900 @@ -3,6 +3,8 @@ + + \ No newline at end of file diff -r 3644acaf2c4a -r f7cdb6374bdb bbs.iml --- a/bbs.iml Sat Jul 22 20:28:20 2017 +0900 +++ b/bbs.iml Wed Jul 26 19:11:37 2017 +0900 @@ -1,835 +1,12 @@ - - - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff -r 3644acaf2c4a -r f7cdb6374bdb build.gradle --- a/build.gradle Sat Jul 22 20:28:20 2017 +0900 +++ b/build.gradle Wed Jul 26 19:11:37 2017 +0900 @@ -20,8 +20,7 @@ compile group: 'org.eclipse.jetty', name: 'jetty-webapp', version: '9.3.13.v20161014' compile group: 'junit', name: 'junit', version: '4.11' compile group: 'org.hectorclient', name: 'hector-core', version: '1.1-2' - compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'jungle-core', version: '1.0', ext: 'jar' - compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.1', ext: 'jar' + compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'jungle-core', version: '1.1', ext: 'jar' jar { manifest { attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version, @@ -51,3 +50,4 @@ baseName = "jungleBrowser" from configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } } +} \ No newline at end of file