mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 13:09:14 +00:00
followup to bug 339415 - kill now unused builtinURLs.rdf from xpfe/global
This commit is contained in:
parent
98c68f0617
commit
53356b83a4
@ -114,7 +114,6 @@ en-US.jar:
|
||||
* locale/en-US/global-region/contents.rdf (resources/locale/en-US/contents-region.rdf)
|
||||
* locale/en-US/global-region/region.dtd (resources/locale/en-US/region.dtd)
|
||||
locale/en-US/global-region/region.properties (resources/locale/en-US/region.properties)
|
||||
locale/en-US/global-region/builtinURLs.rdf (resources/locale/en-US/builtinURLs.rdf)
|
||||
* locale/en-US/global-platform/win/contents.rdf (resources/locale/en-US/win/contents-platform.rdf)
|
||||
locale/en-US/global-platform/win/platformDialogOverlay.dtd (resources/locale/en-US/win/platformDialogOverlay.dtd)
|
||||
locale/en-US/global-platform/win/platformKeys.properties (resources/locale/en-US/win/platformKeys.properties)
|
||||
|
@ -1,71 +0,0 @@
|
||||
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Mozilla Communicator.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- Netscape Communications Corp.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2000
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Tao Cheng <tao@netscape.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
- or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Description about='urn:clienturl:toolbar:mynetscape'>
|
||||
<NC:title>My Netscape</NC:title>
|
||||
<NC:content>http://my.netscape.com/</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Description about='urn:clienturl:toolbar:home'>
|
||||
<NC:title>Home</NC:title>
|
||||
<NC:content>http://home.netscape.com/</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
<RDF:Description about='urn:clienturl:toolbar:relnotes'>
|
||||
<NC:title>Release Notes</NC:title>
|
||||
<NC:content>http://www.mozilla.org/releases/</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
<!-- View Menu -->
|
||||
|
||||
<RDF:Description about='urn:clienturl:viewmenu:intlwebcontent'>
|
||||
<NC:title>International Languages and Web Content</NC:title>
|
||||
<NC:content>http://www.mozilla.org/projects/seamonkey/releases/#l10n</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
<!-- Composer -->
|
||||
|
||||
<RDF:Description about='urn:clienturl:composer:spellcheckers'>
|
||||
<NC:title>Spellcheckers</NC:title>
|
||||
<NC:content>https://addons.mozilla.org/search.php?cat=68&app=seamonkey&type=E</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
Loading…
x
Reference in New Issue
Block a user