~ubuntu-branches/ubuntu/natty/lightning-extension/natty-security

« back to all changes in this revision

Viewing changes to mozilla/testing/mozbase/mozprofile/tests/empty/install.rdf

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-09-03 14:00:01 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20120903140001-iee9509f51oz7pqs
Tags: 1.8+build1-0ubuntu0.11.04.1
* New upstream stable release to support Thunderbird 16 (CALENDAR_1_8_BUILD1)
  - LP: #1062587

* Add extra Makefiles that are needed for the build
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
 
3
        <Description about="urn:mozilla:install-manifest">
 
4
                <em:id>test-empty@quality.mozilla.org</em:id>
 
5
                <em:version>0.1</em:version>
 
6
                <em:name>Test Extension (empty)</em:name>
 
7
                <em:creator>Mozilla QA</em:creator>
 
8
                <em:homepageURL>http://quality.mozilla.org</em:homepageURL>
 
9
                <em:type>2</em:type>
 
10
 
 
11
                <!-- Firefox -->
 
12
                <em:targetApplication>
 
13
                        <Description>
 
14
                                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 
15
                                <em:minVersion>3.5.*</em:minVersion>
 
16
                                <em:maxVersion>*</em:maxVersion>
 
17
                        </Description>
 
18
                </em:targetApplication>
 
19
        </Description>  
 
20
</RDF>