[SCM] UNNAMED PROJECT branch, master, updated. 0.31-44-gf88696b
    Niels Thykier 
    nthykier at alioth.debian.org
       
    Thu Feb 17 17:27:15 UTC 2011
    
    
  
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, master has been updated
       via  f88696bc11f28f4c0bed73365850e287fe9538c2 (commit)
      from  110bfef5ff51ecaf9582e755e662276a4c1cda34 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f88696bc11f28f4c0bed73365850e287fe9538c2
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Feb 17 18:25:04 2011 +0100
    Update  usage in jh_build.
-----------------------------------------------------------------------
Summary of changes:
 jh_build |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/jh_build b/jh_build
index 1ee94b6..8c8edda 100755
--- a/jh_build
+++ b/jh_build
@@ -130,15 +130,15 @@ function dobuild()
 	(
 		cd debian/_jh_build.$ext;
 		if [ -z "`getarg q quiet`" ]; then
-			echo $JAR -c -f "$jarpath" -m ../_jh_manifest.$ext *   
+			echo $JAR cfm "$jarpath" ../_jh_manifest.$ext *
 		fi
-		$JAR -c -f "$jarpath" -m ../_jh_manifest.$ext *
+		$JAR cfm  "$jarpath" ../_jh_manifest.$ext *
 	)
 	if [ -n "$JH_JAR_EXTRA" ]; then
 		if [ -z "`getarg q quiet`" ]; then
-			echo $JAR -u -f "$jarpath" -@
+			echo $JAR uf "$jarpath" $JH_JAR_EXTRA
 		fi
-		echo "$JH_JAR_EXTRA" | sed 's/ /\n/g' | $JAR -u -f "$jarpath" -@ 
+		$JAR uf "$jarpath" $JH_JAR_EXTRA
 	fi
 
 }
hooks/post-receive
-- 
UNNAMED PROJECT
    
    
More information about the pkg-java-commits
mailing list