Skip to main content
summaryrefslogtreecommitdiffstats
blob: 700d7f01962d37a1bcbfa8318c408f08c7376c52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Net Tests Plug-in
Bundle-SymbolicName: org.eclipse.core.tests.net
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.eclipse.core.tests.net.Activator
Bundle-Vendor: Eclipse.org
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)",
 org.junit
Bundle-ActivationPolicy: lazy

Back to the top