Skip to main content
summaryrefslogtreecommitdiffstats
blob: 97c7acc5861102e0bce759c742412b9ac8152c75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk;singleton:=true
Bundle-Version: 0.11.0.qualifier
Bundle-Vendor: 
 %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .,bin
Require-Bundle: org.eclipse.gmt.modisco.infra.query.core,
 org.eclipse.gmt.modisco.java.queries;bundle-version="0.0.1",
 org.eclipse.gmt.modisco.infra.facet.core,
 org.eclipse.gmt.modisco.java;bundle-version="0.8.0",
 org.eclipse.jface;bundle-version="3.6.0",
 org.eclipse.ui;bundle-version="3.6.0",
 org.eclipse.osgi;bundle-version="3.6.0",
 org.eclipse.core.runtime;bundle-version="3.6.0",
 org.eclipse.gmt.modisco.infra.common.core;bundle-version="0.8.0",
 org.eclipse.gmt.modisco.infra.common.ui;bundle-version="0.8.0"
Bundle-Activator: org.eclipse.gmt.modisco.infra.browser.custom.examples.java.jdk.internal.Activator

Back to the top