mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +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-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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
package org.eclipse.cdt.managedbuilder.gnu.ui;
|
||||
|
||||
/**
|
||||
* @since 8.3
|
||||
*/
|
||||
public class GcovAppCalculator extends ProfAppCalculator {
|
||||
@Override
|
||||
protected String getOptionIdPattern() {
|
||||
|
|
Loading…
Add table
Reference in a new issue