45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?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>{CE9E7AA3-C32A-444b-9BF1-703DAADC0E3C}</em:id>
 | |
| 		<em:name>Novell CASA</em:name>
 | |
| 		<em:version>1.0</em:version>
 | |
| 		<em:description>Common Authentication Service Adapter</em:description>
 | |
| 		<em:creator>CSL.Manojna</em:creator>
 | |
| 		<!-- optional items -->
 | |
| 		<em:contributor>Jim Norman</em:contributor>		
 | |
| 		<em:homepageURL>http://www.novell.com</em:homepageURL>						
 | |
| 		<em:iconURL>chrome://casa/skin/CASA_48.png</em:iconURL>
 | |
| 		<em:aboutURL>chrome://casa/content/about.xul</em:aboutURL>
 | |
| 
 | |
| 		<em:file>
 | |
| 			<Description about="urn:mozilla:extension:file:casa.jar">
 | |
| 				<em:package>content/</em:package>
 | |
| 				<!-- optional items -->
 | |
| 				<em:skin>skin/classic/</em:skin>
 | |
| 			</Description>
 | |
| 		</em:file>
 | |
| 
 | |
| 		<em:targetApplication> <!-- Firefox -->
 | |
| 			<Description>
 | |
| 				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 | |
| 				<em:minVersion>0.9</em:minVersion>
 | |
| 				<em:maxVersion>2.1</em:maxVersion>
 | |
| 			</Description>
 | |
| 		</em:targetApplication>
 | |
|  		
 | |
|  		<em:targetApplication> <!-- Mozilla Suite -->
 | |
| 			<Description>
 | |
| 				<em:id>{86c18b42-e466-45a9-ae7a-9b95ba6f5640}</em:id>
 | |
| 				<em:minVersion>1.7</em:minVersion>
 | |
| 				<em:maxVersion>1.8</em:maxVersion>
 | |
| 			</Description>
 | |
| 		</em:targetApplication>
 | |
| 
 | |
| 	</Description>
 | |
| 
 | |
| </RDF>
 |