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
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.
-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
-rwxr-xr-xfeatures/org.eclipse.equinox.p2.discovery.feature/feature.properties2
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.properties4
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties2
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.properties4
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/sourceTemplateFeature/feature.properties2
-rwxr-xr-xfeatures/org.eclipse.equinox.p2.sdk/feature.properties2
11 files changed, 20 insertions, 10 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
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/feature.properties b/features/org.eclipse.equinox.p2.discovery.feature/feature.properties
index 7c9a786f4..f075c0c43 100755
--- a/features/org.eclipse.equinox.p2.discovery.feature/feature.properties
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.properties
@@ -18,7 +18,7 @@
featureName=Equinox p2 Discovery
# "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
updateSiteName=The Equinox Project Repository
diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.properties b/features/org.eclipse.equinox.p2.extras.feature/feature.properties
index 1d162a562..5b28e4cdf 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.properties
+++ b/features/org.eclipse.equinox.p2.extras.feature/feature.properties
@@ -18,7 +18,9 @@
featureName=Add-on Function for p2
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse Equinox Project
+providerName=Eclipse.org - Equinox
+
+description=Provides some backward compatibility support (e.g. drop-ins, legacy update site) and the metadata generation facility.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.equinox.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
index 282395330..959854cc6 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
@@ -8,7 +8,7 @@
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
- <description url="%descriptionURL">
+ <description>
%description
</description>
diff --git a/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties
index dd996fdb5..5cdc2ddb3 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.equinox.p2.extras.feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Equinox p2 RCP Management Facilities
# "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
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/feature.properties b/features/org.eclipse.equinox.p2.rcp.feature/feature.properties
index 1c790244d..bffd4874d 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.properties
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.properties
@@ -18,7 +18,9 @@
featureName=Equinox p2 RCP Management Facilities
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse Equinox Project
+providerName=Eclipse.org - Equinox
+
+description=Provides SWT based UI component for p2.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
index 6b7e0815c..c25b66a6a 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -8,7 +8,7 @@
license-feature="org.eclipse.license"
license-feature-version="1.0.0.qualifier">
- <description url="%descriptionURL">
+ <description>
%description
</description>
diff --git a/features/org.eclipse.equinox.p2.rcp.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.equinox.p2.rcp.feature/sourceTemplateFeature/feature.properties
index 279a9f850..51f1c6571 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.equinox.p2.rcp.feature/sourceTemplateFeature/feature.properties
@@ -18,7 +18,7 @@
featureName=Equinox p2 RCP Management Facilities 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
diff --git a/features/org.eclipse.equinox.p2.sdk/feature.properties b/features/org.eclipse.equinox.p2.sdk/feature.properties
index 7c66a2ffe..6ad4d0905 100755
--- a/features/org.eclipse.equinox.p2.sdk/feature.properties
+++ b/features/org.eclipse.equinox.p2.sdk/feature.properties
@@ -18,7 +18,7 @@
featureName=Equinox p2 SDK
# "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
updateSiteName=The Equinox Project Repository

Back to the top