mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Adding .pluginspec example for XML
This commit is contained in:
		
							
								
								
									
										13
									
								
								samples/XML/XmlIO.pluginspec
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								samples/XML/XmlIO.pluginspec
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| <plugin name="XmlIO" version="0.0.1" compatVersion="0.0.1"> | ||||
|     <vendor>FreeMedForms</vendor> | ||||
|     <copyright>(C) 2008-2012 by Eric MAEKER, MD</copyright> | ||||
|     <license>GPLv3</license> | ||||
|     <category>Patient data</category> | ||||
|     <description>The XML form loader/saver for FreeMedForms.</description> | ||||
|     <url>http://www.freemedforms.com/</url> | ||||
|     <dependencyList> | ||||
|       <dependency name="Core" version="0.0.1"/> | ||||
|       <dependency name="FormManager" version="0.0.1"/> | ||||
|       <dependency name="Category" version="0.0.1"/> | ||||
|     </dependencyList> | ||||
| </plugin> | ||||
		Reference in New Issue
	
	Block a user