Skip to content

Commit 8d72279

Browse files
flodoloTheoChevalier
authored andcommitted
Remove webapprt (fix issue #773) (#774)
1 parent 132b3d8 commit 8d72279

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Diff for: app/classes/Transvision/VersionControl.php

-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public static function hgPath($locale, $repo, $path)
140140
'testing/extensions/community/chrome/',
141141
'toolkit/',
142142
'toolkit/content/tests/fennec-tile-testapp/chrome/',
143-
'webapprt/',
144143
];
145144

146145
// Desktop repos

Diff for: app/config/list_rep_mozilla-central.txt

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
./security/manager/locales/en-US
2525
./services/sync/locales/en-US
2626
./toolkit/locales/en-US
27-
./webapprt/locales/en-US

Diff for: app/scripts/tmx_products.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def create_directories_list(locale_repo, reference_repo, repository):
102102
dirs_reference = [
103103
'browser', 'calendar', 'chat', 'devtools', 'dom', 'editor',
104104
'extensions', 'mail', 'mobile', 'netwerk', 'other-licenses',
105-
'security', 'services', 'suite', 'toolkit', 'webapprt'
105+
'security', 'services', 'suite', 'toolkit'
106106
]
107107
dirs = filter(lambda x: x in dirs_locale, dirs_reference)
108108

0 commit comments

Comments
 (0)