Mercurial > hg > Members > shoshi > jungle > jungle-core
changeset 336:a8e96203367d
msp0.6.0
author | suruga |
---|---|
date | Tue, 08 Aug 2017 16:30:08 +0900 |
parents | 851886eef334 (current diff) bd7abea6df90 (diff) |
children | c90d9c64aeda |
files | build.gradle |
diffstat | 5 files changed, 51 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/.idea/gradle.xml Wed Jul 26 19:05:28 2017 +0900 +++ b/.idea/gradle.xml Tue Aug 08 16:30:08 2017 +0900 @@ -3,8 +3,22 @@ <component name="GradleSettings"> <option name="linkedExternalProjectsSettings"> <GradleProjectSettings> - <option name="createEmptyContentRootDirectories" value="true" /> - <option name="distributionType" value="WRAPPED" /> + <option name="distributionType" value="DEFAULT_WRAPPED" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/../Alice" /> + <option name="gradleHome" value="/usr/local/share/gradle" /> + <option name="modules"> + <set> + <option value="$PROJECT_DIR$/../Alice" /> + </set> + </option> + <option name="myModules"> + <set> + <option value="$PROJECT_DIR$/../Alice" /> + </set> + </option> + </GradleProjectSettings> + <GradleProjectSettings> + <option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="gradleHome" value="/usr/local/share/gradle" /> <option name="gradleJvm" value="1.8" />
--- a/.idea/modules.xml Wed Jul 26 19:05:28 2017 +0900 +++ b/.idea/modules.xml Tue Aug 08 16:30:08 2017 +0900 @@ -2,6 +2,7 @@ <project version="4"> <component name="ProjectModuleManager"> <modules> + <module fileurl="file://$PROJECT_DIR$/../Alice/Alice.iml" filepath="$PROJECT_DIR$/../Alice/Alice.iml" /> <module fileurl="file://$PROJECT_DIR$/jungle-core.iml" filepath="$PROJECT_DIR$/jungle-core.iml" /> </modules> </component>
--- a/.idea/vcs.xml Wed Jul 26 19:05:28 2017 +0900 +++ b/.idea/vcs.xml Tue Aug 08 16:30:08 2017 +0900 @@ -2,5 +2,9 @@ <project version="4"> <component name="VcsDirectoryMappings"> <mapping directory="" vcs="hg4idea" /> + <mapping directory="$PROJECT_DIR$/../Alice" vcs="hg4idea" /> + <mapping directory="$PROJECT_DIR$/../Alice" vcs="hg4idea" /> + <mapping directory="$PROJECT_DIR$" vcs="hg4idea" /> + <mapping directory="$PROJECT_DIR$" vcs="hg4idea" /> </component> </project> \ No newline at end of file
--- a/build.gradle Wed Jul 26 19:05:28 2017 +0900 +++ b/build.gradle Tue Aug 08 16:30:08 2017 +0900 @@ -21,7 +21,8 @@ compile group: 'com.google.guava', name: 'guava', version: '20.0' compile fileTree(dir: 'lib', include: '*.jar') compile group: 'junit', name: 'junit', version: '4.11' - compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.1', ext: 'jar' +// compile group: 'cr.ie.u_ryukyu.ac.jp', name: 'Alice', version: '1.1', ext: 'jar' + compile group: 'org.msgpack', name: 'msgpack', version: '0.6.0' } jar {
--- a/jungle-core.iml Wed Jul 26 19:05:28 2017 +0900 +++ b/jungle-core.iml Tue Aug 08 16:30:08 2017 +0900 @@ -59,12 +59,14 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="Gradle: cr.ie.u_ryukyu.ac.jp:Alice:1.1"> + <library name="Gradle: org.msgpack:msgpack:0.6.12"> <CLASSES> - <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/cr.ie.u_ryukyu.ac.jp/Alice/1.1/1126c20d0f85a42311de52be6eef42ec325d4e11/Alice-1.1.jar!/" /> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.msgpack/msgpack/0.6.12/6a0c88fe022993c490011c3dce7127b29f9a9b3b/msgpack-0.6.12.jar!/" /> </CLASSES> <JAVADOC /> - <SOURCES /> + <SOURCES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.msgpack/msgpack/0.6.12/d884987a52e47f566c6356ce948edbf546616072/msgpack-0.6.12-sources.jar!/" /> + </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> @@ -89,5 +91,28 @@ </SOURCES> </library> </orderEntry> + <orderEntry type="module-library"> + <library name="Gradle: com.googlecode.json-simple:json-simple:1.1.1"> + <CLASSES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.googlecode.json-simple/json-simple/1.1.1/c9ad4a0850ab676c5c64461a05ca524cdfff59f1/json-simple-1.1.1.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.googlecode.json-simple/json-simple/1.1.1/15bba08e3a239d54b68209c001f9c911559d2fed/json-simple-1.1.1-sources.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library name="Gradle: org.javassist:javassist:3.18.1-GA"> + <CLASSES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.18.1-GA/d9a09f7732226af26bf99f19e2cffe0ae219db5b/javassist-3.18.1-GA.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES> + <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.javassist/javassist/3.18.1-GA/d8d089f3a8845cce22d3006e02ab1403dd73b5b6/javassist-3.18.1-GA-sources.jar!/" /> + </SOURCES> + </library> + </orderEntry> + <orderEntry type="module" module-name="Alice" /> </component> </module> \ No newline at end of file