From 07df7d47ebb08f8bb6bbb939f7fe22083a11c87e Mon Sep 17 00:00:00 2001 From: wing328 Date: Wed, 17 May 2017 22:12:06 +0800 Subject: [PATCH] update shell scripts, remove execute permission for json files --- bin/java-petstore-all.sh | 1 + bin/java-petstore-resteasy.json | 0 bin/jaxrs-resteasy-joda-petstore-server.json | 0 bin/spring-all-pestore.sh | 3 ++- bin/springboot-petstore-server-implicitHeaders.json | 0 bin/typescript-petstore-npm.json | 0 6 files changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 bin/java-petstore-resteasy.json mode change 100755 => 100644 bin/jaxrs-resteasy-joda-petstore-server.json mode change 100755 => 100644 bin/springboot-petstore-server-implicitHeaders.json mode change 100755 => 100644 bin/typescript-petstore-npm.json diff --git a/bin/java-petstore-all.sh b/bin/java-petstore-all.sh index 226d7eaabc9..d0211895700 100755 --- a/bin/java-petstore-all.sh +++ b/bin/java-petstore-all.sh @@ -9,6 +9,7 @@ ./bin/java-petstore-retrofit.sh ./bin/java-petstore-retrofit2.sh ./bin/java-petstore-retrofit2rx.sh +./bin/java-petstore-retrofit2rx2.sh ./bin/java8-petstore-jersey2.sh ./bin/java-petstore-retrofit2-play24.sh ./bin/java-petstore-jersey2-java6.sh diff --git a/bin/java-petstore-resteasy.json b/bin/java-petstore-resteasy.json old mode 100755 new mode 100644 diff --git a/bin/jaxrs-resteasy-joda-petstore-server.json b/bin/jaxrs-resteasy-joda-petstore-server.json old mode 100755 new mode 100644 diff --git a/bin/spring-all-pestore.sh b/bin/spring-all-pestore.sh index d14665c42d5..77d67ec37d7 100755 --- a/bin/spring-all-pestore.sh +++ b/bin/spring-all-pestore.sh @@ -7,4 +7,5 @@ ./bin/spring-mvc-petstore-j8-async-server.sh ./bin/springboot-petstore-server.sh ./bin/spring-mvc-petstore-server.sh -./bin/springboot-petstore-server-beanvalidation.sh \ No newline at end of file +./bin/springboot-petstore-server-beanvalidation.sh +./bin/springboot-petstore-server-implicitHeaders.sh diff --git a/bin/springboot-petstore-server-implicitHeaders.json b/bin/springboot-petstore-server-implicitHeaders.json old mode 100755 new mode 100644 diff --git a/bin/typescript-petstore-npm.json b/bin/typescript-petstore-npm.json old mode 100755 new mode 100644