source: trunk/JavaHelperLibTest/.classpath

Last change on this file was 255, checked in by sherbold, 13 years ago
  • Property svn:mime-type set to text/plain
File size: 1016 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3        <classpathentry kind="src" path="src"/>
4        <classpathentry kind="src" path="/JavaHelperLib"/>
5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
6        <classpathentry kind="lib" path="D:/eclipse-SDK-3.7-win32/eclipse/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/junit.jar" sourcepath="D:/eclipse-SDK-3.7-win32/eclipse/plugins/org.junit.source_4.8.2.v4_8_2_v20110321-1705.jar">
7                <attributes>
8                        <attribute name="javadoc_location" value="http://www.junit.org/junit/javadoc/4.5"/>
9                </attributes>
10        </classpathentry>
11        <classpathentry kind="lib" path="D:/eclipse-SDK-3.7-win32/eclipse/plugins/org.hamcrest.core_1.1.0.v20090501071000.jar" sourcepath="D:/eclipse-SDK-3.7-win32/eclipse/plugins/org.hamcrest.core.source_1.1.0.v20090501071000.jar"/>
12        <classpathentry kind="lib" path="libs/junit-addons-1.4.jar"/>
13        <classpathentry kind="output" path="bin"/>
14</classpath>
Note: See TracBrowser for help on using the repository browser.