27 lines
		
	
	
		
			698 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			698 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?> 
 | |
| <plugin> 
 | |
| 	<name>ActiveSeating</name> 
 | |
| 	<type>App</type> 
 | |
| 	<file>{pluginDir}/ActiveSeating</file> 
 | |
| 	<config> 
 | |
| 		<autoStart>yes</autoStart>
 | |
| 		<dependencies> 
 | |
| 			<pluginAppConnector>
 | |
| 				<type>Etch</type> 
 | |
| 				<id>17</id> 
 | |
| 				<asyncCallbacks>yes</asyncCallbacks> 
 | |
| 			</pluginAppConnector> 
 | |
| 		</dependencies> 
 | |
| 		<parameters> 
 | |
| 			<DescFile>{pluginDir}/ActiveSeating.xml</DescFile> 
 | |
| 			<TextDBFile>{pluginDir}/ActiveSeating_ALL_Texts.zip</TextDBFile> 
 | |
| 			<ImageDBFile>{pluginDir}/ActiveSeating_ALL_Images.zip</ImageDBFile>
 | |
| 			<parameter>
 | |
| 				<name>ImagePath</name>
 | |
| 				<value>{pluginDir}/Bitmaps/</value>
 | |
| 			</parameter>
 | |
| 		</parameters> 
 | |
| 	</config> 
 | |
| </plugin> 
 | |
| 
 |