mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 408545 - Increased version of o.e.c.mangedbuilder.gnu.ui from 8.2.1
to 8.3.0. Signed-off-by: Thomas Corbat <tcorbat@hsr.ch>
This commit is contained in:
parent
7fa06c6dc5
commit
f68e29865e
3 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
||||||
Bundle-Version: 8.2.1.qualifier
|
Bundle-Version: 8.3.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>8.2.1-SNAPSHOT</version>
|
<version>8.3.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.managedbuilder.gnu.ui</artifactId>
|
<artifactId>org.eclipse.cdt.managedbuilder.gnu.ui</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
package org.eclipse.cdt.managedbuilder.gnu.ui;
|
package org.eclipse.cdt.managedbuilder.gnu.ui;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 8.3
|
||||||
|
*/
|
||||||
public class GcovAppCalculator extends ProfAppCalculator {
|
public class GcovAppCalculator extends ProfAppCalculator {
|
||||||
@Override
|
@Override
|
||||||
protected String getOptionIdPattern() {
|
protected String getOptionIdPattern() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue