forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							29 lines
						
					
					
						
							724 B
						
					
					
				
			
		
		
	
	
							29 lines
						
					
					
						
							724 B
						
					
					
				| <?xml version="1.0" encoding="utf-8"?>
 | |
| <jnlp
 | |
|   spec="1.0+"
 | |
|   codebase="http://www.evolute.pt/~software/siprpsoft/"
 | |
|   href="siprp_mail.jnlp">
 | |
|   <information>
 | |
|     <title>SIPRP</title>
 | |
|     <vendor>EVOLUTE 2010</vendor>
 | |
|     <homepage href="http://www.siprp.pt/"/>
 | |
|     <description>SIPRP, v11</description>
 | |
|     <description kind="short">SIPRP</description>
 | |
|     <icon href="images/logo_combo.jpg"/>
 | |
|     <icon kind="splash" href="images/logo_combo.jpg"/>
 | |
|     <offline-allowed/>
 | |
|     <shortcut online="true">
 | |
|         <desktop/>
 | |
|      </shortcut> 
 | |
|   </information>
 | |
|   <security>
 | |
|       <all-permissions/>
 | |
|   </security>
 | |
|   <resources>
 | |
|     <j2se version="1.5+"/>
 | |
|     <jar href="lib/smail.jar"/>
 | |
|   </resources>
 | |
|   <component-desc />
 | |
| </jnlp>
 | |
| 
 |