1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Bug 576447: Add missing schema entry to various plug-ins' build.properties

Change-Id: I933b1a2c4cfc32786412fd0c31bb9e2c39bc836b
This commit is contained in:
Jonah Graham 2021-10-05 11:57:25 -04:00
parent 871ee590c4
commit 3180471732
6 changed files with 9 additions and 6 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag.core;singleton:=true
Bundle-Version: 10.5.0.qualifier
Bundle-Version: 10.5.100.qualifier
Bundle-Activator: org.eclipse.cdt.debug.gdbjtag.core.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,

View file

@ -18,4 +18,5 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
about.html
src.includes = about.html
src.includes = about.html,\
schema/

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.connector.remote;singleton:=true
Bundle-Version: 4.7.0.qualifier
Bundle-Version: 4.7.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,

View file

@ -15,4 +15,5 @@ bin.includes = META-INF/,\
plugin.properties,\
about.html
src.includes = about.html
src.includes = about.html,\
schema/

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.view.core;singleton:=true
Bundle-Version: 4.8.0.qualifier
Bundle-Version: 4.8.100.qualifier
Bundle-Activator: org.eclipse.tm.terminal.view.core.activator.CoreBundleActivator
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.expressions;bundle-version="3.4.400",

View file

@ -20,4 +20,5 @@ bin.includes = META-INF/,\
about.mappings,\
about.properties,\
cdt_logo_icon32.png
src.includes = about.html
src.includes = about.html,\
schema/