1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +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:
Thomas Corbat 2014-07-16 09:44:23 +02:00
parent 7fa06c6dc5
commit f68e29865e
3 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
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-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<version>8.2.1-SNAPSHOT</version>
<version>8.3.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.managedbuilder.gnu.ui</artifactId>
<packaging>eclipse-plugin</packaging>
</project>

View file

@ -14,6 +14,9 @@
package org.eclipse.cdt.managedbuilder.gnu.ui;
/**
* @since 8.3
*/
public class GcovAppCalculator extends ProfAppCalculator {
@Override
protected String getOptionIdPattern() {