Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-05-18 15:39:05 +0000
committerPascal Rapicault2011-05-18 15:39:05 +0000
commit9a222edc7136cf72e9ef3e645f9834a6500c8777 (patch)
tree92617c2d9217f1c717cd3d14f160c561421b1cc6 /features/org.eclipse.equinox.p2.core.feature
parentfbc77127bef955b93544048d59d3767674b9a079 (diff)
downloadrt.equinox.p2-9a222edc7136cf72e9ef3e645f9834a6500c8777.tar.gz
rt.equinox.p2-9a222edc7136cf72e9ef3e645f9834a6500c8777.tar.xz
rt.equinox.p2-9a222edc7136cf72e9ef3e645f9834a6500c8777.zip
Bug 346196 - Installed p2 provisioning component infos need polish.
Diffstat (limited to 'features/org.eclipse.equinox.p2.core.feature')
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.properties4
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml4
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties2
3 files changed, 8 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.properties b/features/org.eclipse.equinox.p2.core.feature/feature.properties
index af0eed480..8e4ff621c 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.properties
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.properties
@@ -18,7 +18,9 @@
featureName=Equinox p2 Core Function
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse Equinox Project
+providerName=Eclipse.org - Equinox
+
+description=Provides a minimal headless provisioning system.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index e52576f30..5b02fdada 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -8,6 +8,10 @@
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
+ <description>
+ %description
+ </description>
+
<copyright url="%copyrightURL">
%copyright
</copyright>
diff --git a/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties
index 399b09273..875491fa3 100644
--- a/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.equinox.p2.core.feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Equinox p2 Core Function Source
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse Equinox Project
+providerName=Eclipse.org - Equinox
# "updateSiteName" property - label for the update site

Back to the top