Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.examples.slideshow.jdt.tests
Bundle-Version: 0.2.0.qualifier
Fragment-Host: org.eclipse.examples.slideshow.jdt;bundle-version="[0.2.0,1.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4,
Require-Bundle: org.junit,
org.eclipse.jdt;bundle-version="3.4.1",
org.eclipse.jdt.core;bundle-version="3.4.2",
org.eclipse.jdt.core.manipulation;bundle-version="1.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.examples.slideshow.runner.tests
Bundle-Version: 0.2.0.qualifier
Fragment-Host: org.eclipse.examples.slideshow.runner;bundle-version="[0.2.0,1.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4
Require-Bundle: org.junit
Import-Package: org.eclipse.examples.slideshow.text,
org.eclipse.swt,
org.eclipse.swt.graphics,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Bundle-Version: 0.2.0.qualifier
Bundle-Vendor: The Eclipse Foundation
Fragment-Host: org.eclipse.examples.slideshow.text;bundle-version="[0.1.0,1.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit4;bundle-version="4.3.1"
Require-Bundle: org.junit;bundle-version="4.3.1"