Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.parallel/plugin.xml')
-rw-r--r--packages/org.eclipse.epp.package.parallel/plugin.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.parallel/plugin.xml b/packages/org.eclipse.epp.package.parallel/plugin.xml
index 7ddf1b43..cd7715f5 100644
--- a/packages/org.eclipse.epp.package.parallel/plugin.xml
+++ b/packages/org.eclipse.epp.package.parallel/plugin.xml
@@ -18,15 +18,15 @@
</property>
<property
name="aboutText"
- value="Eclipse for Parallel Application 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 for Parallel Application 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