finish renaming and moving all the profile xul, js and dtd files.

This commit is contained in:
sspitzer%netscape.com 1999-09-28 22:50:45 +00:00
Родитель 7d9b1cf7f1
Коммит 85f2d4b7ac
3 изменённых файлов: 29 добавлений и 4 удалений

Просмотреть файл

@ -315,6 +315,8 @@ profile/Makefile
profile/src/Makefile
profile/public/Makefile
profile/resources/Makefile
profile/resources/content/Makefile
profile/resources/skin/Makefile
profile/resources/locale/Makefile
profile/resources/locale/en-US/Makefile
profile/pref-migrator/Makefile

Просмотреть файл

@ -1196,12 +1196,14 @@ sub MakeResourceAliases()
my($xpinstall_ch_dir) = "$chrome_dir" . "xpinstall";
_InstallResources(":mozilla:xpinstall:res:locale:en-US:MANIFEST", "$xpinstall_ch_dir:locale:en-US:", 0);
my($profile_dir) = "$resource_dir" . "profile:";
my($profile_chrome_dir) = "$chrome_dir" . "Profile";
_InstallResources(":mozilla:profile:resources:MANIFEST", "$profile_dir");
_InstallResources(":mozilla:profile:pref-migrator:resources:MANIFEST", "$profile_dir");
_InstallResources(":mozilla:profile:resources:content:MANIFEST", "$profile_chrome_dir:content:default", 0);
_InstallResources(":mozilla:profile:resources:skin:MANIFEST", "$profile_chrome_dir:skin:default", 0);
_InstallResources(":mozilla:profile:resources:locale:en-US:MANIFEST", "$profile_chrome_dir:locale:en-US:", 0);
my($profile_dir) = "$resource_dir" . "profile:";
_InstallResources(":mozilla:profile:pref-migrator:resources:MANIFEST", "$profile_dir");
# need to duplicate this line if more files in default profile folder
my($defaults_dir) = "$dist_dir" . "Defaults:";
mkdir($defaults_dir, 0);

Просмотреть файл

@ -195,6 +195,28 @@
</chrome>
<chrome about="chrome://profile/">
<content>
<RDF:Description about="chrome://profile/content/">
<base>resource:/chrome/profile/content/default/</base>
</RDF:Description>
</content>
<skin>
<RDF:Description about="chrome://profile/skin/">
<base>resource:/chrome/profile/skin/default/</base>
</RDF:Description>
</skin>
<locale>
<RDF:Description about="chrome://profile/locale/">
<name>en-US</name>
</RDF:Description>
</locale>
</chrome>
<chrome about="chrome://wallet/">
<skin>
@ -359,4 +381,3 @@
</RDF:RDF>