summaryrefslogtreecommitdiff
path: root/cpp/META-INF/MANIFEST.MF
blob: d34e5c353be597172964063945b1242d6e088d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: C++ extensions support for OOo
Bundle-SymbolicName: org.openoffice.ide.eclipse.cpp;singleton:=true
Bundle-Version: 0.0.1
Bundle-Activator: org.openoffice.ide.eclipse.cpp.Activator
Bundle-Vendor: Cédric Bosdonnat
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.openoffice.ide.eclipse.core;bundle-version="1.1.0",
 org.eclipse.core.resources;bundle-version="3.4.1",
 org.eclipse.cdt.core;bundle-version="5.0.1",
 org.eclipse.cdt.managedbuilder.core;bundle-version="5.0.1",
 org.eclipse.cdt.ui;bundle-version="5.1.0",
 org.eclipse.ui.ide;bundle-version="3.5.0",
 org.eclipse.ui.cheatsheets,
 org.openoffice.ide.packager.core;bundle-version="0.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy