| 1<?xml version="1.0" encoding="UTF-8"?> 2<classpath>
 3	<classpathentry kind="src" path="source"/>
 4	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 5	<classpathentry combineaccessrules="false" kind="src" path="/testcommon"/>
 6	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 
 | 1<?xml version="1.0" encoding="UTF-8"?> 2<classpath>
 3	<classpathentry kind="src" path="source"/>
 4	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 5	<classpathentry combineaccessrules="false" kind="src" path="/testcommon"/>
 6	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
 
 | 
| 7	<classpathentry kind="var" path="openoffice.home"/> 8	<classpathentry kind="var" path="openoffice.home/Basis/program/classes/unoil.jar"/>
 9	<classpathentry kind="var" path="openoffice.home/URE/java/jurt.jar"/>
 10	<classpathentry kind="var" path="openoffice.home/URE/java/juh.jar"/>
 11	<classpathentry kind="var" path="openoffice.home/URE/java/ridl.jar"/>
 
 | 7	<classpathentry kind="var" path="openoffice.home/program/classes"/> 8	<classpathentry kind="var" path="openoffice.home/program/classes/unoil.jar"/>
 9	<classpathentry kind="var" path="openoffice.home/program/classes/jurt.jar"/>
 10	<classpathentry kind="var" path="openoffice.home/program/classes/juh.jar"/>
 11	<classpathentry kind="var" path="openoffice.home/program/classes/ridl.jar"/>
 
 | 
| 12	<classpathentry kind="output" path="bin"/> 13</classpath>
 
 | 12	<classpathentry kind="output" path="bin"/> 13</classpath>
 
 |