Skip to main content
summaryrefslogtreecommitdiffstats
path: root/gcov
diff options
context:
space:
mode:
authorJeff Johnston2012-06-11 22:45:04 +0000
committerJeff Johnston2012-06-14 20:23:35 +0000
commit5991f4fe34030b4ceb1a18ed3f0b4266dd846dc0 (patch)
treebd5a74e9a07f5409f4ad180a0f148f5623e8867e /gcov
parent5ae14a7dd5545eeb6bdf7b0309b4dd3579b00105 (diff)
downloadorg.eclipse.linuxtools-5991f4fe34030b4ceb1a18ed3f0b4266dd846dc0.tar.gz
org.eclipse.linuxtools-5991f4fe34030b4ceb1a18ed3f0b4266dd846dc0.tar.xz
org.eclipse.linuxtools-5991f4fe34030b4ceb1a18ed3f0b4266dd846dc0.zip
Prepare GCov component for 1.0.0 release.
Remove all Incubation markers. Make all plug-ins/features at least 1.0.0 version.
Diffstat (limited to 'gcov')
-rwxr-xr-xgcov/org.eclipse.linuxtools.gcov-feature/feature.properties4
-rwxr-xr-xgcov/org.eclipse.linuxtools.gcov-feature/feature.xml2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov-feature/pom.xml2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.core/plugin.properties4
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/META-INF/MANIFEST.MF2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/plugin.properties4
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/pom.xml2
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.test/plugin.properties2
8 files changed, 11 insertions, 11 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/feature.properties b/gcov/org.eclipse.linuxtools.gcov-feature/feature.properties
index 2499c15db4..ec615ee463 100755
--- a/gcov/org.eclipse.linuxtools.gcov-feature/feature.properties
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/feature.properties
@@ -8,7 +8,7 @@
# Contributors:
# Red Hat, Inc. - initial API and implementation
#********************************************************************************
-featureName=GCov Integration (Incubation)
+featureName=GCov Integration
description=Functionality to integrate GCov with the workbench.
featureProvider=Eclipse Linux Tools
copyright=Copyright 2009, 2010 Red Hat, Inc.
@@ -136,4 +136,4 @@ using any encryption software, please check the country's laws,\n\
regulations and policies concerning the import, possession, or use, and\n\
re-export of encryption software, to see if this is permitted.\n\
\n\
-Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n \ No newline at end of file
+Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.\n
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml b/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml
index 98488d39c0..83925d2ef0 100755
--- a/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.linuxtools.gcov"
label="%featureName"
- version="0.6.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="%featureProvider">
<description>
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
index fcddef193d..23cf254b2a 100644
--- a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
@@ -18,7 +18,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.gcov</artifactId>
- <version>0.6.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>Linux Tools GCov Feature</name>
diff --git a/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties b/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
index f29e54aba7..5a1efb859c 100644
--- a/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
+++ b/gcov/org.eclipse.linuxtools.gcov.core/plugin.properties
@@ -9,8 +9,8 @@
# Xavier Raynaud <xavier.raynaud@st.com> - initial API and implementation
#*******************************************************************************
bundleProvider = Eclipse Linux Tools
-bundleName = Gcov Plug-in (Incubation)
+bundleName = Gcov Plug-in
gcovEditor = Gcov Editor
gcov = gcov
gcovDescription = Gcov view displays the profiling information contained in gcda/gcno files
-gcovCategory = gcov \ No newline at end of file
+gcovCategory = gcov
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/META-INF/MANIFEST.MF b/gcov/org.eclipse.linuxtools.gcov.docs/META-INF/MANIFEST.MF
index dd78e5bf2f..5b9587923e 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/META-INF/MANIFEST.MF
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.linuxtools.gcov.docs;singleton:=true
-Bundle-Version: 0.11.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/plugin.properties b/gcov/org.eclipse.linuxtools.gcov.docs/plugin.properties
index b336d0026e..0ff9167f80 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/plugin.properties
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/plugin.properties
@@ -8,5 +8,5 @@
# Contributors:
# Red Hat Incorporated - initial API and implementation
#################################################################################
-bundleName=GCov Documentation (Incubation)
-provider=Eclipse Linux Tools \ No newline at end of file
+bundleName=GCov Documentation
+provider=Eclipse Linux Tools
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml b/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
index f23262589c..9a4ce7cf81 100644
--- a/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
@@ -23,7 +23,7 @@
</parent>
<artifactId>org.eclipse.linuxtools.gcov.docs</artifactId>
- <version>0.11.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Linux Tools GCov Documentation Plug-in</name>
diff --git a/gcov/org.eclipse.linuxtools.gcov.test/plugin.properties b/gcov/org.eclipse.linuxtools.gcov.test/plugin.properties
index cec757f7d2..d332c84603 100644
--- a/gcov/org.eclipse.linuxtools.gcov.test/plugin.properties
+++ b/gcov/org.eclipse.linuxtools.gcov.test/plugin.properties
@@ -9,4 +9,4 @@
# Xavier Raynaud <xavier.raynaud@st.com> - initial API and implementation
#*******************************************************************************
bundleProvider = Eclipse Linux Tools
-bundleName = Gcov Test Plug-in (Incubation) \ No newline at end of file
+bundleName = Gcov Test Plug-in

Back to the top