Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-01-27 18:02:56 +0000
committerShawn O. Pearce2010-01-27 18:31:52 +0000
commit75bdcc7756c124adadfa5867b37889f530fa3af1 (patch)
tree269b8fb46cb1ef43602d1a67256034b47cc1f168 /org.eclipse.egit-feature/feature.xml
parent8ed3fa8a8e71e9783e05092b312e5ebec907a557 (diff)
downloadegit-75bdcc7756c124adadfa5867b37889f530fa3af1.tar.gz
egit-75bdcc7756c124adadfa5867b37889f530fa3af1.tar.xz
egit-75bdcc7756c124adadfa5867b37889f530fa3af1.zip
Clean up description text for plugins
Our build process doesn't insert these tags anymore, so we should drop them from the description of the feature. Also make our provider name match other Eclipse.org based plugins and use "Eclipse.org" rather than "eclipse.org". Finally, flip our URL to the final download site on the eclipse.org domain. Change-Id: I5f881fe350e52f8a137e5cf1e1e339675d6945a1 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml18
1 files changed, 6 insertions, 12 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index d10458e434..68a78e3542 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -1,20 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.egit"
- label="Eclipse EGit Feature (Incubation)"
+ label="%featureName"
version="0.6.0.qualifier"
- provider-name="eclipse.org"
+ provider-name="%providerName"
plugin="org.eclipse.egit">
- <description url="http://www.jgit.org">
-An Eclipse Git Team provider in pure Java.
-
- !!!Uninstall any pre-0.6 plugins!!!
-@buildId@
-
-Changes on @branch@ since @refversion@:
-
-<![CDATA[@shortlog@]]>
+ <description url="http://www.eclipse.org/egit/">
+ %description
</description>
<copyright>
@@ -26,7 +19,8 @@ Changes on @branch@ since @refversion@:
</license>
<url>
- <update label="Eclipse Update Site (experimental)" url="http://www.jgit.org/updates"/>
+ <update label="%updateSiteName" url="http://www.eclipse.org/egit/updates"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/egit/updates"/>
</url>
<requires>

Back to the top