diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-31 22:53:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-05-31 22:53:53 +0200 |
commit | f5f1536f3f77160798676e5bd2f8b3c66ad8d72d (patch) | |
tree | 5e0c3592265a9c3775713ae092cb59c9ceabe890 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite | |
parent | a39045604761f94c40aa8fd7db170c237e8fd64e (diff) | |
download | jgit-f5f1536f3f77160798676e5bd2f8b3c66ad8d72d.tar.gz jgit-f5f1536f3f77160798676e5bd2f8b3c66ad8d72d.zip |
Remove incubation marker
Change-Id: I6018ce0cd3b7c8137e137848fe1f04551b257538
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml index e7d111d846..e1404d3544 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml @@ -56,7 +56,7 @@ <artifactId>org.eclipse.jgit.updatesite</artifactId> <packaging>eclipse-update-site</packaging> - <name>Eclipse JGit Plugin Update Site (Incubation)</name> + <name>Eclipse JGit Plugin Update Site</name> <!-- see http://issues.sonatype.org/browse/TYCHO-313 --> <version>1.0.0-SNAPSHOT</version> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml index 60eb1028cc..7fdef57125 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/site.xml @@ -4,17 +4,17 @@ This is a pure Java implementation of the Git version control system. The native Git version is also required in this version. </description> <feature url="features/org.eclipse.jgit_0.0.0.qualifier.jar" id="org.eclipse.jgit" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> <feature url="features/org.eclipse.jgit.source_0.0.0.qualifier.jar" id="org.eclipse.jgit.source" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> <feature url="features/org.eclipse.jgit.junit_0.0.0.qualifier.jar" id="org.eclipse.jgit.junit" version="0.0.0" patch="true"> - <category name="JGit (Incubation)"/> + <category name="JGit"/> </feature> - <category-def name="JGit (Incubation)" label="JGit (Incubation)"> + <category-def name="JGit" label="JGit"> <description> - JGit (Incubation) + JGit </description> </category-def> </site> |