From b39d44db0356c020be24cd5676af65cf3d7e275e Mon Sep 17 00:00:00 2001 From: xhh Date: Wed, 17 Jun 2015 16:16:44 +0800 Subject: [PATCH] Add missing petstore scripts to bin/all-petstore.sh --- bin/all-petstore.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/all-petstore.sh b/bin/all-petstore.sh index 8937200c77f..1ae311848a0 100755 --- a/bin/all-petstore.sh +++ b/bin/all-petstore.sh @@ -18,19 +18,25 @@ if [ ! -d "${APP_DIR}" ]; then fi cd $APP_DIR +./bin/akka-scala-petstore.sh ./bin/android-java-petstore.sh ./bin/csharp-petstore.sh ./bin/dynamic-html.sh ./bin/html-petstore.sh -./bin/jaxrs-petstore-server.sh ./bin/java-petstore.sh -./bin/qt5-petstore.sh +./bin/jaxrs-petstore-server.sh +./bin/nodejs-petstore-server.sh +./bin/objc-petstore.sh ./bin/perl-petstore.sh ./bin/php-petstore.sh ./bin/python-petstore.sh +./bin/python3-petstore.sh +./bin/qt5-petstore.sh ./bin/retrofit-petstore.sh ./bin/ruby-petstore.sh -./bin/objc-petstore.sh +./bin/scala-async-petstore.sh ./bin/scala-petstore.sh +./bin/scalatra-petstore-server.sh ./bin/spring-mvc-petstore-server.sh +./bin/swift-petstore.sh ./bin/tizen-petstore.sh