1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
cdt/memory/org.eclipse.cdt.debug.ui.memory.search/META-INF/MANIFEST.MF
Jonah Graham 39ee2eded4
Update to latest versions of build tools (#986)
Beta versions of maven plugins are omitted from this
upgrade.

A new version of Tycho brings in an update ECJ which means some
of the class files are different, hence the need to bump versions
of bundles too.

A new calendar year brings an update to Copyrights
2025-01-06 20:37:10 -05:00

21 lines
786 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.search;singleton:=true
Bundle-Version: 1.5.400.qualifier
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.search.MemorySearchPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.debug.ui.memory.search
Require-Bundle: org.eclipse.debug.core,
org.eclipse.debug.ui,
org.eclipse.core.runtime,
org.eclipse.swt,
org.eclipse.jface,
org.eclipse.ui,
org.eclipse.search;bundle-version="3.4.0",
org.eclipse.cdt.debug.ui;bundle-version="6.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Import-Package: org.eclipse.debug.ui.memory
Eclipse-LazyStart: true
Automatic-Module-Name: org.eclipse.cdt.debug.ui.memory.search