Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6118cade1bc37ca0e1b570311452453fac3143e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.modisco.usecase.java.samplerefactoring;singleton:=true
Bundle-Version: 0.11.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.gmt.modisco.infra.common.core,
 org.eclipse.gmt.modisco.infra.query.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .,bin
Bundle-Vendor: %Bundle-Vendor

Back to the top