# HG changeset patch # User suruga # Date 1502102034 -32400 # Node ID 0c7cdb0b280ed79cfb3a1b2c95086e04c037c833 # Parent 956042c74e1366961f05d5b917e223f93496f44b add dependency diff -r 956042c74e13 -r 0c7cdb0b280e bbs.iml --- a/bbs.iml Sun Aug 06 19:18:18 2017 +0900 +++ b/bbs.iml Mon Aug 07 19:33:54 2017 +0900 @@ -14,332 +14,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff -r 956042c74e13 -r 0c7cdb0b280e build.gradle --- a/build.gradle Sun Aug 06 19:18:18 2017 +0900 +++ b/build.gradle Mon Aug 07 19:33:54 2017 +0900 @@ -21,6 +21,8 @@ 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.1', ext: 'jar' + compile group: 'com.massisframework.j3d', name: 'java3d-core', version: '1.6.0' + compile group: 'com.massisframework.j3d', name: 'vecmath', version: '1.6.0.1' jar { manifest { attributes 'Implementation-Title': 'Gradle Quickstart', 'Implementation-Version': version, diff -r 956042c74e13 -r 0c7cdb0b280e scripts/UploadLibs.sh --- a/scripts/UploadLibs.sh Sun Aug 06 19:18:18 2017 +0900 +++ b/scripts/UploadLibs.sh Mon Aug 07 19:33:54 2017 +0900 @@ -1,5 +1,7 @@ #!/bin/zsh +rm -rf $HOME/.gradle/caches + cd $HOME/src/bbs gradle jar