Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-05-31 20:52:56 +0000
committerMatthias Sohn2011-05-31 21:30:59 +0000
commitf9c01c60450e3cf2c776cdcf21491125d66cce59 (patch)
tree32fc7dc59dd9a6b9de971661be95f6285cd4f791 /org.eclipse.egit.mylyn-feature
parenteac87ef43b5b627d4ecb460a0e901b0af82d85f9 (diff)
downloadegit-f9c01c60450e3cf2c776cdcf21491125d66cce59.tar.gz
egit-f9c01c60450e3cf2c776cdcf21491125d66cce59.tar.xz
egit-f9c01c60450e3cf2c776cdcf21491125d66cce59.zip
Remove incubation marker
Change-Id: Iff5908604f212b1d67e0be37c0deb2fdc86845a1 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn-feature')
-rw-r--r--org.eclipse.egit.mylyn-feature/feature.properties2
-rw-r--r--org.eclipse.egit.mylyn-feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn-feature/feature.properties b/org.eclipse.egit.mylyn-feature/feature.properties
index b7d6d31d28..be7cd2e253 100644
--- a/org.eclipse.egit.mylyn-feature/feature.properties
+++ b/org.eclipse.egit.mylyn-feature/feature.properties
@@ -6,7 +6,7 @@
# http://www.eclipse.org/legal/epl-v10.html
###############################################################################
-featureName=EGit Mylyn (Incubation)
+featureName=EGit Mylyn
providerName=Eclipse EGit
updateSiteName=Eclipse Update Site (experimental)
diff --git a/org.eclipse.egit.mylyn-feature/pom.xml b/org.eclipse.egit.mylyn-feature/pom.xml
index 3fcb18f9a7..4d1363162d 100644
--- a/org.eclipse.egit.mylyn-feature/pom.xml
+++ b/org.eclipse.egit.mylyn-feature/pom.xml
@@ -22,6 +22,6 @@
<artifactId>org.eclipse.egit.mylyn</artifactId>
<packaging>eclipse-feature</packaging>
- <name>EGit Mylyn Feature (Incubation)</name>
+ <name>EGit Mylyn Feature</name>
</project>

Back to the top