Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 269724
Collapse All | Expand All

(-).classpath (-1 / +2 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<classpath>
2
<classpath>
3
	<classpathentry exported="true" kind="lib" path="junit.jar" sourcepath="junitsrc.zip"/>
4
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5
	<classpathentry exported="true" kind="lib" path="junit.jar" sourcepath="junitsrc.zip"/>
5
	<classpathentry kind="output" path=""/>
6
	<classpathentry kind="output" path=""/>
6
</classpath>
7
</classpath>
(-)META-INF/MANIFEST.MF (-3 / +1 lines)
Lines 11-19 Link Here
11
 junit.framework;version="4.5.0",
11
 junit.framework;version="4.5.0",
12
 junit.runner;version="4.5.0",
12
 junit.runner;version="4.5.0",
13
 junit.textui;version="4.5.0",
13
 junit.textui;version="4.5.0",
14
 org.hamcrest;version="1.1.0",
15
 org.hamcrest.core;version="1.1.0",
16
 org.hamcrest.internal;version="1.1.0";x-internal:=true,
17
 org.junit;version="4.5.0",
14
 org.junit;version="4.5.0",
18
 org.junit.experimental.results;version="4.5.0",
15
 org.junit.experimental.results;version="4.5.0",
19
 org.junit.experimental.runners;version="4.5.0",
16
 org.junit.experimental.runners;version="4.5.0",
Lines 33-35 Link Here
33
 org.junit.runner.notification;version="4.5.0",
30
 org.junit.runner.notification;version="4.5.0",
34
 org.junit.runners;version="4.5.0",
31
 org.junit.runners;version="4.5.0",
35
 org.junit.runners.model;version="4.5.0"
32
 org.junit.runners.model;version="4.5.0"
33
Require-Bundle: org.hamcrest.core;bundle-version="1.1.0";visibility:=reexport

Return to bug 269724