Skip to main content
summaryrefslogtreecommitdiffstats
blob: f06cbc76e943fa8eaaa713371c232ae40a981a3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JBDiff Test Plug-in
Bundle-SymbolicName: ie.wombat.jbdiff.test
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: ie.wombat.jbdiff.test.Activator
Import-Package: org.osgi.framework;version="1.3.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Require-Bundle: org.junit,
 ie.wombat.jbdiff

Back to the top