[java-package] 02/02: Wrap the error message when no matching packaging method is found on two lines

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Aug 28 17:53:48 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository java-package.

commit 4fc21d8ca66a8c52b82f85dec9ff1d11e97131d8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 28 19:37:08 2013 +0200

    Wrap the error message when no matching packaging method is found on two lines
---
 make-jpkg |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/make-jpkg b/make-jpkg
index 101d697..f22594a 100755
--- a/make-jpkg
+++ b/make-jpkg
@@ -235,7 +235,8 @@ done
 echo
 
 if [[ -z "$j2se_found" ]]; then
-    echo "No matching packaging method was found for $archive_name. Please make sure you are using a tar.gz or self-extracting archive"
+    echo "No matching packaging method was found for $archive_name."
+    echo "Please make sure you are using a tar.gz or a self-extracting archive"
 fi
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git



More information about the pkg-java-commits mailing list