mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

- Fix links for cdt-infra - The cdt-infra git repo is now archived, so this commit updates the links to the current values. - Add new Docker related files to the gitattributes as text files - Update DEFAULT_BUFFER_SIZE for Java 21's value when building JNI, this also means the dll/exe need a rebuild - add a toolchains.xml since we use Java 21 toolchain, but most bundles are Java 17 still
19 lines
649 B
Text
19 lines
649 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-Vendor: %providerName
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf;singleton:=true
|
|
Bundle-Version: 2.4.300.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.DsfExamplesPlugin
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.ui,
|
|
org.eclipse.cdt.dsf.ui,
|
|
org.apache.ant;bundle-version="1.7.0";resolution:=optional
|
|
Eclipse-LazyStart: true
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Automatic-Module-Name: org.eclipse.cdt.examples.dsf
|