Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2014-03-01 18:13:25 +0000
committerMarkus Knauer2014-03-01 18:13:25 +0000
commit21ea42dac6ce741ec6f9b443ceb75794d43cc9d4 (patch)
tree7c8ed0e3f11e2051a2e7bfff9316e2bc084ce774 /packages/org.eclipse.epp.package.cpp/plugin.xml
parent7069485ab219ab2988c4066ac21405acde9ba441 (diff)
downloadorg.eclipse.epp.packages-21ea42dac6ce741ec6f9b443ceb75794d43cc9d4.tar.gz
org.eclipse.epp.packages-21ea42dac6ce741ec6f9b443ceb75794d43cc9d4.tar.xz
org.eclipse.epp.packages-21ea42dac6ce741ec6f9b443ceb75794d43cc9d4.zip
Update product about text and visual startup settings
- Update aboutText property in plugin.xml with new text from SDK - Update about.properties: new Eclipse URL and remove Apache reference - Adjust startupForegroundColor and startupMessageRect in plugin.xml epp.product Change-Id: Ia763f6916e5c1d85476a06d0cc7b7d15ac84ba67
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.cpp/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml
index f517cac5..d6f83be4 100644
--- a/packages/org.eclipse.epp.package.cpp/plugin.xml
+++ b/packages/org.eclipse.epp.package.cpp/plugin.xml
@@ -18,15 +18,15 @@
</property>
<property
name="aboutText"
- value="Eclipse IDE for C/C++ Developers&#x0A;&#x0A;Version: {1}&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2014. 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 IDE for C/C++ Developers&#x0A;&#x0A;Version: {1}&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2014. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/legal/logo_guidelines.php. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.&#x0A;This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.&#x0A;">
</property>
<property
name="startupForegroundColor"
- value="FFFFFF">
+ value="9c9696">
</property>
<property
name="startupMessageRect"
- value="7,225,320,20">
+ value="7,265,320,20">
</property>
<property
name="startupProgressRect"

Back to the top