[Pkg-mozext-commits] [adblock-plus] 05/464: Converting unit tests into mochitest format
David Prévot
taffit at moszumanska.debian.org
Tue Jul 22 20:43:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus.
commit 7eabecf080354e1754078937a0731f85f3bc595f
Author: Wladimir Palant <trev at gtchat.de>
Date: Wed Oct 22 13:38:35 2008 +0000
Converting unit tests into mochitest format
--HG--
extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40978
---
Packager.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Packager.pm b/Packager.pm
index 2e78d5c..f52ca1d 100644
--- a/Packager.pm
+++ b/Packager.pm
@@ -251,7 +251,7 @@ sub makeJAR
}
chdir('tmp');
- print `zip -rX0 $jarFile @files`;
+ print `zip -rX0 $jarFile @include`;
chdir('..');
rename("tmp/$jarFile", "$jarFile");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git
More information about the Pkg-mozext-commits
mailing list