My favorites | Sign in
Project Home Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8" ?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
<Description about="urn:mozilla:install-manifest">
<em:id>projectsfastopen@psp-webtech.co.uk</em:id>
<em:name>Projects Fast Open</em:name>
<em:description>Integrates the Fast Open extension under the Projects pane.</em:description>
<em:creator>Stan Angeloff</em:creator>
<em:version>0.1</em:version>
<em:type>2</em:type>
<em:homepageURL>http://www.psp-webtech.co.uk/?ref=komodo&amp;id=Projects%20Fast%20Open</em:homepageURL>
<em:iconURL>chrome://projectsfastopen/skin/images/icon.png</em:iconURL>

<em:requires>
<Description>
<!-- Fast Open -->
<em:id>fastopen@activestate.com</em:id>
<em:minVersion>1.0.0</em:minVersion>
<em:maxVersion>1.*</em:maxVersion>
</Description>
</em:requires>

<!-- Komodo IDE -->
<em:targetApplication>
<Description>
<em:id>{36E66FA0-F259-11D9-850E-000D935D3368}</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>

<!-- Komodo Edit -->
<em:targetApplication>
<Description>
<em:id>{b1042fb5-9e9c-11db-b107-000d935d3368}</em:id>
<em:minVersion>5.0</em:minVersion>
<em:maxVersion>6.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
</RDF>

Change log

r3 by insaned on Jan 26, 2010   Diff
Bumped supported version of Komodo to 6.*
Go to: 
Project members, sign in to write a code review

Older revisions

r2 by insaned on Sep 18, 2009   Diff
Initial import.
All revisions of this file

File info

Size: 1391 bytes, 41 lines
Powered by Google Project Hosting