-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
37 lines (37 loc) · 1.42 KB
/
MANIFEST.MF
File metadata and controls
37 lines (37 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: edu.cuny.hunter.streamrefactoring.core;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %Bundle-Vendor
Bundle-ClassPath: .
Require-Bundle: org.eclipse.ltk.core.refactoring,
org.eclipse.jdt.core,
edu.cuny.citytech.refactoring.common.core;bundle-version="1.1.0",
org.eclipse.jdt.ui,
com.google.guava,
com.ibm.wala.ide;bundle-version="1.3.10",
com.ibm.wala.ide.jdt;bundle-version="1.3.10",
com.ibm.wala.core;bundle-version="1.3.10",
com.ibm.wala.cast.java;bundle-version="1.3.10",
com.ibm.wala.shrike;bundle-version="1.3.10",
com.ibm.safe.core;bundle-version="1.0.0",
com.ibm.safe.typestate;bundle-version="1.0.0",
org.eclipse.jdt.launching,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.jdt.core.manipulation,
org.eclipse.text,
org.eclipse.ui,
org.eclipse.pde.core,
org.objenesis
Export-Package: edu.cuny.hunter.streamrefactoring.core.analysis,
edu.cuny.hunter.streamrefactoring.core.contributions,
edu.cuny.hunter.streamrefactoring.core.descriptors,
edu.cuny.hunter.streamrefactoring.core.messages,
edu.cuny.hunter.streamrefactoring.core.refactorings,
edu.cuny.hunter.streamrefactoring.core.utils,
edu.cuny.hunter.streamrefactoring.core.wala
Bundle-ActivationPolicy: lazy
Bundle-Activator: edu.cuny.streamrefactoring.core.plugin.StreamRefactorCorePlugin