|
9 | 9 | # the vast majority of cases.
|
10 | 10 |
|
11 | 11 | # When to use removed-files.in file to remove files and directories:
|
12 |
| -# * Files and directories located in the installation's "distribution/" and |
13 |
| -# "extensions/" directories that were added before Firefox 27. Files and |
14 |
| -# directories located in these directories were not included in the |
15 |
| -# application update file removals for a complete update prior to Firefox 27. |
16 | 12 | # * Empty directories that were accidentally added to the installation
|
17 | 13 | # directory.
|
18 |
| -# * Third party files and directories that were added to the installation |
19 |
| -# directory. Under normal circumstances this should only be done after release |
20 |
| -# drivers have approved the removal of these third party files. |
| 14 | +# * Files and directories that were added to the installation directory after |
| 15 | +# the build was completed (typically third party files). Under normal |
| 16 | +# circumstances this should only be done after release drivers have approved |
| 17 | +# the removal of these third party files. |
21 | 18 |
|
22 | 19 | # If you are not sure whether a file or directory should be removed using the
|
23 |
| -# removed-files.in file please contact one of the developers that work on |
24 |
| -# application update. |
| 20 | +# removed-files.in file please contact a developer that works on application |
| 21 | +# update. |
25 | 22 |
|
26 | 23 | # Note: the "distribution/" and "browser/extensions/" directories should never
|
27 | 24 | # be removed recursively since these directories are used by Partner builds and
|
|
55 | 52 | # Due to Apple Mac OS X packaging requirements files that are in the same
|
56 | 53 | # directory on other platforms must be located in different directories on
|
57 | 54 | # Mac OS X. The following defines allow specifying the Mac OS X bundle
|
58 |
| -# location which will also work on other platforms. |
| 55 | +# location and will use an empty string on other platforms. |
59 | 56 | #
|
60 | 57 | # @DIR_MACOS@
|
61 | 58 | # Equals Contents/MacOS/ on Mac OS X and is an empty string on other platforms.
|
|
0 commit comments