From 131361662434338530b4ffdc6b16a130bb34516f Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" Date: Tue, 29 Jun 2004 23:00:54 +0000 Subject: [PATCH] don't need to store defs files in CVS? --- .../download-stats/defs/thunderbird-stats.pl | 56 ------------------- 1 file changed, 56 deletions(-) delete mode 100755 tools/download-stats/defs/thunderbird-stats.pl diff --git a/tools/download-stats/defs/thunderbird-stats.pl b/tools/download-stats/defs/thunderbird-stats.pl deleted file mode 100755 index 33749da23c75..000000000000 --- a/tools/download-stats/defs/thunderbird-stats.pl +++ /dev/null @@ -1,56 +0,0 @@ -@stats = ( - { - name => 'Thunderbird', - version => '0.4', - isactive => 1, - path => '/pub/mozilla.org/thunderbird/releases/0.4', - platforms => { - Windows => { - standard => { name => "thunderbird-0.4-win32.zip" } - }, - Mac => { - standard => { name => "thunderbird-0.4-macosx.dmg.gz" } - }, - Linux => { - standard => { name => "thunderbird-0.4-i686-pc-linux-gtk2-gnu.tar.bz2" } - } - } - }, - { - name => 'Thunderbird', - version => '0.5', - isactive => 1, - path => '/pub/mozilla.org/thunderbird/releases/0.5', - platforms => { - Windows => { - standard => { name => "thunderbird-0.5-win32.zip" } - }, - Mac => { - standard => { name => "thunderbird-0.5-macosx.dmg.gz" } - }, - Linux => { - standard => { name => "thunderbird-0.5-i686-pc-linux-gtk2-gnu.tar.bz2" } - } - } - }, - { - name => 'Thunderbird', - version => '0.6', - isactive => 1, - path => '/pub/mozilla.org/thunderbird/releases/0.6', - platforms => { - Windows => { - standard => { name => "thunderbird-0.6-win32.zip" }, - installer => { name => "ThunderbirdSetup-0.6.exe" } - }, - Mac => { - standard => { name => "thunderbird-0.6-macosx.dmg.gz" } - }, - Linux => { - standard => { name => "thunderbird-0.6-i686-linux-gtk2+xft.tar.gz" } - } - } - } -); - -1;