Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-05-21 11:03:02 +0000
committerMarkus Knauer2010-05-21 11:03:02 +0000
commitaecd3835233cedb2f2b462ca76b4b86d719f1667 (patch)
tree9b7c9125a56bb7fcff532f45bd0daa06822ea85f /packages
parentbcec8d4bcbc46a187c34b25f382f1ab3dc94da7b (diff)
downloadorg.eclipse.epp.packages-aecd3835233cedb2f2b462ca76b4b86d719f1667.tar.gz
org.eclipse.epp.packages-aecd3835233cedb2f2b462ca76b4b86d719f1667.tar.xz
org.eclipse.epp.packages-aecd3835233cedb2f2b462ca76b4b86d719f1667.zip
* rcp: updated internal package description (about, welcome, product)
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.rcp.feature/epp.product2
-rw-r--r--packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF2
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.rcp.feature/epp.product b/packages/org.eclipse.epp.package.rcp.feature/epp.product
index e08b703f..3d977519 100644
--- a/packages/org.eclipse.epp.package.rcp.feature/epp.product
+++ b/packages/org.eclipse.epp.package.rcp.feature/epp.product
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="Eclipse for RCP/Plug-in Developers" uid="epp.package.rcp" id="org.eclipse.epp.package.rcp.product" application="org.eclipse.ui.ide.workbench" version="1.3.0.qualifier" useFeatures="true" includeLaunchers="true">
+<product name="Eclipse for RCP and RAP Developers" uid="epp.package.rcp" id="org.eclipse.epp.package.rcp.product" application="org.eclipse.ui.ide.workbench" version="1.3.0.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo>
<text>
diff --git a/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF b/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
index 034299fe..81957e81 100644
--- a/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
+++ b/packages/org.eclipse.epp.package.rcp/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: EPP RCP Bundle
+Bundle-Name: EPP RCP/RAP Bundle
Bundle-SymbolicName: org.eclipse.epp.package.rcp;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Vendor: Eclipse.org - EPP
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index 1a7ba246..f7b04132 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -17,7 +17,7 @@
</property>
<property
name="aboutText"
- value="Eclipse for RCP/Plug-in Developers&#x0A;&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
+ value="Eclipse for RCP and RAP Developers&#x0A;&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved.&#x0A;Visit http://eclipse.org/&#x0A;&#x0A;This product includes software developed by the&#x0A;Apache Software Foundation http://apache.org/">
</property>
<property
name="startupProgressRect"
@@ -36,7 +36,7 @@
value="product:intro-eclipse.png"/>
<property
name="introTitle"
- value="Welcome to Eclipse for RCP/Plug-in Developers">
+ value="Welcome to Eclipse for RCP and RAP Developers">
</property>
<property
name="introBrandingImageText"

Back to the top