Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff McAffer2008-05-06 01:43:19 +0000
committerJeff McAffer2008-05-06 01:43:19 +0000
commitba63301044430725fa27f69158c88867963c535f (patch)
tree1a147c039d9b42e7fda26c456f1a52751156dbb1 /bundles/org.eclipse.equinox.p2.installer
parent2e062bc2c6fa08083ccff346ba9f026bfe818328 (diff)
downloadrt.equinox.p2-ba63301044430725fa27f69158c88867963c535f.tar.gz
rt.equinox.p2-ba63301044430725fa27f69158c88867963c535f.tar.xz
rt.equinox.p2-ba63301044430725fa27f69158c88867963c535f.zip
Fix product name
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.installer')
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/installer.product2
-rw-r--r--bundles/org.eclipse.equinox.p2.installer/plugin.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.installer/installer.product b/bundles/org.eclipse.equinox.p2.installer/installer.product
index 6040ba378..898801b4f 100644
--- a/bundles/org.eclipse.equinox.p2.installer/installer.product
+++ b/bundles/org.eclipse.equinox.p2.installer/installer.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.4"?>
-<product name="RCP Product" id="org.eclipse.equinox.p2.installer.product" application="org.eclipse.equinox.p2.installer.application" useFeatures="false">
+<product name="Equinox p2 Installer" id="org.eclipse.equinox.p2.installer.product" application="org.eclipse.equinox.p2.installer.application" useFeatures="false">
<aboutInfo>
<image path="product_lg.gif"/>
diff --git a/bundles/org.eclipse.equinox.p2.installer/plugin.xml b/bundles/org.eclipse.equinox.p2.installer/plugin.xml
index da9f71bf6..e1800df2e 100644
--- a/bundles/org.eclipse.equinox.p2.installer/plugin.xml
+++ b/bundles/org.eclipse.equinox.p2.installer/plugin.xml
@@ -16,10 +16,10 @@
point="org.eclipse.core.runtime.products">
<product
application="org.eclipse.equinox.p2.installer.application"
- name="RCP Product">
+ name="Equinox p2 Installer">
<property
name="appName"
- value="RCP Product">
+ value="Equinox p2 Installer">
</property>
<property
name="aboutImage"
@@ -27,7 +27,7 @@
</property>
<property
name="aboutText"
- value="P2 Installer">
+ value="p2 Installer">
</property>
</product>
</extension>

Back to the top