1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 11:15:38 +02:00
cdt/cmake/org.eclipse.cdt.cmake.example/META-INF/MANIFEST.MF
Jonah Graham 5e62200e60
Provide an example of extending CMake project type in Core Build (#1052)
In issue #1000 a lot of the work is on exposing a better API to ISVs.
This new project serves these purposes:

- Ensure the exposed API works in practice
- Example for ISVs to use if they want to extend CMake
- Provide an in-tree example of the API in use, so future editors of
  CDT have better chance of understanding *why* items are done as
  they are.
2025-01-23 09:20:39 -05:00

22 lines
769 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.cmake.example;singleton:=true
Bundle-Version: 1.0.0.qualifier
Export-Package: org.eclipse.cdt.cmake.example;x-internal:=true
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.cdt.cmake.core,
org.eclipse.cdt.cmake.ui,
org.eclipse.cdt.core,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.jface,
org.eclipse.tools.templates.core,
org.eclipse.tools.templates.ui,
org.eclipse.tools.templates.freemarker,
org.eclipse.ui,
org.eclipse.ui.ide
Import-Package: freemarker.template;version="[2.3.22,3.0.0)"
Automatic-Module-Name: org.eclipse.cdt.cmake.example
Bundle-Localization: plugin