From 801d5d338853ad93bbd1372ac588ee23fb7ff5b9 Mon Sep 17 00:00:00 2001 From: Mikio Takeuchi Date: Thu, 9 Jun 2016 14:46:37 +0900 Subject: [PATCH 1/3] update README.md to describe newer X10 versions are supported --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cee882..3bc2d10 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ An agent in a place can communicate with an agent in another place by sending a 1. Set up build environment - Java Development Kit (JDK) 6 or later (JDK 8 is recommended) - Ant 1.9.6 or later - - X10 2.5.4 - - Download a prebuilt binary for your platform from http://x10-lang.org/releases/x10-release-254.html + - X10 2.5.4 or later + - Download the latest prebuilt binary for your platform from http://x10-lang.org/software/download-x10/latest-release.html - After downloading, untar and see the INSTALL file for further instructions. 2. cd src 3. execute ./build.sh From 16a69eaccee95786cea4da3c481f1902a5a13d46 Mon Sep 17 00:00:00 2001 From: Hideyuki Mizuta Date: Fri, 16 Sep 2016 17:49:14 +0900 Subject: [PATCH 2/3] Update build.sh modify build.sh for bridge to generate api doc. --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.sh b/src/build.sh index 601ba3d..0418344 100755 --- a/src/build.sh +++ b/src/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash echo "Building XASDI Java API..." -(cd bridge; ant clean build) +(cd bridge; ant clean dist) echo "...DONE" From 0ba06be0955577b3e6d7755a79875353f7eb594c Mon Sep 17 00:00:00 2001 From: Hideyuki Mizuta Date: Fri, 23 Sep 2016 19:34:10 +0900 Subject: [PATCH 3/3] Modified the title of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bc2d10..c9c54ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## IBM X10-based Agent Simulation on Distributed Infrastructure (XASDI) +## X10-based Agent Simulation on Distributed Infrastructure (XASDI) ### About XASDI