1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3	<classpathentry excluding="**/.svn/" kind="src" path="src"/>
4	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
5	<classpathentry combineaccessrules="false" kind="src" path="/icu4j-core"/>
6	<classpathentry combineaccessrules="false" kind="src" path="/icu4j-test-framework"/>
7	<classpathentry kind="lib" path="/external-libraries/hamcrest-core-1.3.jar"/>
8	<classpathentry kind="lib" path="/external-libraries/junit-4.12.jar" sourcepath="/external-libraries/junit-4.12-sources.jar">
9		<attributes>
10			<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/junit-4.12-javadoc.jar!/"/>
11		</attributes>
12	</classpathentry>
13	<classpathentry kind="lib" path="/external-libraries/JUnitParams-1.0.5.jar" sourcepath="/external-libraries/JUnitParams-1.0.5-sources.jar">
14		<attributes>
15			<attribute name="javadoc_location" value="jar:platform:/resource/external-libraries/JUnitParams-1.0.5-javadoc.jar!/"/>
16		</attributes>
17	</classpathentry>
18	<classpathentry kind="output" path="out/bin"/>
19</classpath>
20