Closed Bug 291811 Opened 20 years ago Closed 20 years ago

Problem when adding an extension, (broken install.rdf)

Categories

(addons.mozilla.org Graveyard :: Developer Pages, defect)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 290786

People

(Reporter: julien.pauty, Assigned: Bugzilla-alanjstrBugs)

Details

Attachments

(1 file)

44.50 KB, application/octet-stream
Details
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr-FR; rv:1.7.7) Gecko/20050414 Firefox/1.0.3

Here is the install.rdf : 

<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">

<Description RDF:about="urn:mozilla:install-manifest">

	<em:id>{30d130e0-faf5-45a6-8c46-7eacdd8dc521}</em:id>
	<em:name>Similink</em:name>
	<em:version>0.14</em:version>
	<em:description>Using context to enhance web navigation.</em:description>
	<em:creator>Julien Pauty</em:creator>
	<em:homepageURL>http://aces.wiki.irisa.fr/tiki-index.php?page=Similink</em:homepageURL>
	<em:optionsURL>chrome://similink/content/options.xul</em:optionsURL>

	<em:iconURL>chrome://similink/skin/similink.png</em:iconURL>
	<em:updateURL>http://www.irisa.fr/aces/members/PAUTY/extension/update.rdf</em:updateURL>
	<em:file>
		<Description about="urn:mozilla:extension:file:similink.jar">
			<em:package>content/similink/</em:package>
			<em:skin>skin/classic/similink/</em:skin>
			<em:locale>locale/en-US/similink/</em:locale>
			<em:locale>locale/fr-FR/similink/</em:locale>	
		</Description>
	</em:file>

	<em:targetApplication>
		<Description>
			<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
			<em:minVersion>0.9</em:minVersion>
			<em:maxVersion>1.0+</em:maxVersion>
		</Description>
	</em:targetApplication>
</Description>

</RDF>
 

Reproducible: Always
Attached file link to the extension

*** This bug has been marked as a duplicate of 290786 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: