~ubuntu-branches/ubuntu/maverick/adblock-plus/maverick-updates

« back to all changes in this revision

Viewing changes to buildtools/create_xpi.pl

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-07 17:25:17 UTC
  • mfrom: (0.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20100107172517-zvjiuls0mbezz8et
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
my $pkg = Packager->new(\%params);
36
36
$pkg->readVersion('version');
37
37
$pkg->readLocales('chrome/locale') unless exists $params{locales};
 
38
$pkg->readLocaleData('chrome/locale');
38
39
 
39
40
chdir('chrome');
40
 
$pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest', '-/.incomplete');
 
41
$pkg->makeJAR("$baseName.jar", 'content', 'skin', 'locale', '-/tests', '-/mochitest', '-/.incomplete', '-/meta.properties');
41
42
chdir('..');
42
43
 
43
44
my @files = grep {-e $_} ('components', 'defaults', 'install.rdf', 'chrome.manifest', 'icon.png');