mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
33 lines
1.2 KiB
XML
Executable File
33 lines
1.2 KiB
XML
Executable File
<?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 about="urn:mozilla:install-manifest"
|
|
em:id="planner@technikum-wien.at"
|
|
em:type="2"
|
|
em:name="FHC-Planner"
|
|
em:version="2.0.1"
|
|
em:creator="Christian Paminger"
|
|
em:contributor="Systementwicklung FH Technikum Wien"
|
|
em:developer="Christian Paminger, Andreas Österreicher, Karl Burkhart"
|
|
em:description="Projektmanagement Modul in FH-Complete"
|
|
em:homepageURL="http://fhcomplete.technikum-wien.at/"
|
|
em:aboutURL="chrome://planner/content/about.xul"
|
|
em:optionsURL="chrome://planner/content/options.xul">
|
|
<em:targetApplication resource="rdf:#$JrcLu"/>
|
|
<em:targetApplication resource="rdf:#Seamonkey"/>
|
|
</Description>
|
|
<Description about="rdf:#$JrcLu">
|
|
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- Firefox -->
|
|
<em:minVersion>2.0</em:minVersion>
|
|
<em:maxVersion>6.2</em:maxVersion>
|
|
</Description>
|
|
<Description about="rdf:#Seamonkey">
|
|
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <!-- SeaMonkey -->
|
|
<em:minVersion>2.0b1</em:minVersion>
|
|
<em:maxVersion>2.2.*</em:maxVersion>
|
|
</Description>
|
|
|
|
</RDF>
|
|
|