-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMANIFEST.MF
More file actions
22 lines (22 loc) · 956 Bytes
/
MANIFEST.MF
File metadata and controls
22 lines (22 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: cppcheclipse Core
Bundle-SymbolicName: com.googlecode.cppcheclipse.core;singleton:=true
Bundle-Version: 1.2.3.qualifier
Bundle-Activator: com.googlecode.cppcheclipse.core.CppcheclipsePlugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
org.eclipse.ui;bundle-version="3.5.0",
org.eclipse.core.resources;bundle-version="3.5.0",
org.eclipse.core.net;bundle-version="1.2.0",
com.google.guava;bundle-version="12.0.0",
org.apache.commons.codec;bundle-version="1.4.0",
org.apache.commons.io;bundle-version="2.0.1",
org.apache.commons.exec;bundle-version="1.1.0",
org.eclipse.core.variables
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: com.googlecode.cppcheclipse.core,
com.googlecode.cppcheclipse.core.command,
com.googlecode.cppcheclipse.core.utils
Bundle-Vendor: Konrad Windszus
Service-Component: OSGI-INF/HttpClient.xml