Author: twerner
Date: 2007-10-29 06:15:57 +0000 (Mon, 29 Oct 2007)
New Revision: 4484

Modified:
   trunk/libjgroups-java/debian/orig-tar.sh
Log:
remove class files from orig.tar.gz


Modified: trunk/libjgroups-java/debian/orig-tar.sh
===================================================================
--- trunk/libjgroups-java/debian/orig-tar.sh    2007-10-28 18:23:58 UTC (rev 
4483)
+++ trunk/libjgroups-java/debian/orig-tar.sh    2007-10-29 06:15:57 UTC (rev 
4484)
@@ -7,7 +7,7 @@
 # clean up the upstream tarball
 unzip $3
 mv JGroups-* $DIR
-tar -c -z -f $TAR --exclude '*.jar' $DIR
+tar -c -z -f $TAR --exclude '*.jar' --exclude '*/out/*' $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to