changeset 13:274a24ff98e2

tree.sh
author suruga
date Wed, 02 Aug 2017 17:50:49 +0900
parents f7cdb6374bdb
children a2f683430322
files .idea/copyright/profiles_settings.xml .idea/encodings.xml .idea/libraries/Gradle__cr_ie_u_ryukyu_ac_jp_jungle_core_1_1.xml scripts/tree.sh
diffstat 4 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.idea/copyright/profiles_settings.xml	Wed Aug 02 17:50:49 2017 +0900
@@ -0,0 +1,3 @@
+<component name="CopyrightManager">
+  <settings default="" />
+</component>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.idea/encodings.xml	Wed Aug 02 17:50:49 2017 +0900
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="Encoding">
+    <file url="PROJECT" charset="UTF-8" />
+  </component>
+</project>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.idea/libraries/Gradle__cr_ie_u_ryukyu_ac_jp_jungle_core_1_1.xml	Wed Aug 02 17:50:49 2017 +0900
@@ -0,0 +1,9 @@
+<component name="libraryTable">
+  <library name="Gradle: cr.ie.u_ryukyu.ac.jp:jungle-core:1.1">
+    <CLASSES>
+      <root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/cr.ie.u_ryukyu.ac.jp/jungle-core/1.1/9b1f7a72c78b7926d1216c5a93c3e32fdf167ac2/jungle-core-1.1.jar!/" />
+    </CLASSES>
+    <JAVADOC />
+    <SOURCES />
+  </library>
+</component>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/tree.sh	Wed Aug 02 17:50:49 2017 +0900
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+java -cp ../build/libs/bbs-1.0.jar alice.topology.manager.TopologyManager -p 10000 &
+
+java -cp ../build/libs/bbs-1.0.jar jp.ac.u_ryukyu.ie.cr.bbs.network.DistributeApp -port 10000 -p 10001 -bp 8081 &
+
+java -cp ../build/libs/bbs-1.0.jar jp.ac.u_ryukyu.ie.cr.bbs.network.DistributeApp -port 10000 -p 10002 -bp 8082 &