Skip to content

Commit

Permalink
Remove webapprt (fix issue #773) (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
flodolo authored and TheoChevalier committed Jul 13, 2016
1 parent 132b3d8 commit 8d72279
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/classes/Transvision/VersionControl.php
Expand Up @@ -140,7 +140,6 @@ public static function hgPath($locale, $repo, $path)
'testing/extensions/community/chrome/',
'toolkit/',
'toolkit/content/tests/fennec-tile-testapp/chrome/',
'webapprt/',
];

// Desktop repos
Expand Down
1 change: 0 additions & 1 deletion app/config/list_rep_mozilla-central.txt
Expand Up @@ -24,4 +24,3 @@
./security/manager/locales/en-US
./services/sync/locales/en-US
./toolkit/locales/en-US
./webapprt/locales/en-US
2 changes: 1 addition & 1 deletion app/scripts/tmx_products.py
Expand Up @@ -102,7 +102,7 @@ def create_directories_list(locale_repo, reference_repo, repository):
dirs_reference = [
'browser', 'calendar', 'chat', 'devtools', 'dom', 'editor',
'extensions', 'mail', 'mobile', 'netwerk', 'other-licenses',
'security', 'services', 'suite', 'toolkit', 'webapprt'
'security', 'services', 'suite', 'toolkit'
]
dirs = filter(lambda x: x in dirs_locale, dirs_reference)

Expand Down

0 comments on commit 8d72279

Please sign in to comment.