Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
#63 Improved messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcassel committed Mar 15, 2013
1 parent ba86623 commit 568e6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/sample/build.sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ app-type=mvc
rest-options.dir=${basedir}/rest-api

#
# The default values point to Roxy file
# The Roxy rewriter handles both Roxy MVC and the ML REST API
#
url-rewriter=/roxy/rewrite.xqy
error-handler=/roxy/error.xqy
Expand Down
2 changes: 1 addition & 1 deletion ml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ then
# For a REST application, we won't be using the MVC code. Remove it.
# mvc and hybrid apps will use it.
rm -rf src/*
printf "\nNo initial source code is provided for REST apps. You can copy code from Application Builder under the source directory."
printf "\nNo initial source code is provided for REST apps. You can copy code from Application Builder under the source directory.\n"
fi
./ml init ${app_name} --app-type=${APPTYPE}
popd > /dev/null
Expand Down

0 comments on commit 568e6ac

Please sign in to comment.