<?xml version="1.0" encoding="utf-8"?> 
<jnlp spec="1.0+" codebase="http://potiron.loria.fr:80">

	<!--
	If your browser has downloaded this page, 
	that should probably means that you don't 
	have java web start installed on your computer.
	And in order to allow the synchronisation work
	you should have at least a JRE 1.4+ 
	(with the java web start unziped on linux...)
	-->
	
	
	<information> 
		<title>LibreSource - Update (workspace path = C:\àééééé\Nouveau dossier\.so6\1\so6.properties)</title> 
	  	<vendor>LibreSource project</vendor>
	  	<description>Update (workspace path = C:\àééééé\Nouveau dossier\.so6\1\so6.properties)</description>
	</information> 

	<security>
		<all-permissions/>
    </security>

    <resources>
    	<j2se version="1.4+"/>
        <jar href="webstart/LS-So6Adapter-1.0.jar" download="eager"/>
        <jar href="webstart/So6-1.0.jar" download="eager" main="true"/>
        <jar href="webstart/Studio-1.0.jar" download="eager"/>                

   		<property name="file.encoding" value="ISO-8859-1"/>
    </resources>
    
    <!--<application-desc main-class="org.libresource.so6.lib.ui.UpdateCommitSVG">
    	<argument>C:\àééééé\Nouveau dossier\.so6\1\so6.properties</argument>
    	<argument>update</argument>
    	<argument>http://potiron.loria.fr:80/webstart/synchronizer.svg</argument>
    </application-desc>-->
    
    <application-desc main-class="org.libresource.so6.core.exec.ui.Update">
    	<argument>C:\àééééé\Nouveau dossier\.so6\1\so6.properties</argument>
   </application-desc>
</jnlp>