Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahoegger2012-04-24 10:56:06 +0000
committerahoegger2012-04-24 10:56:06 +0000
commit64fd79d7ccb069b187fc957d1a2451f8cb5a268b (patch)
tree28109c4deefba5c6755520971c4752386cf26ee6
parent16c108b314f7a268006e12687288238fa7bb8ccf (diff)
downloadorg.eclipse.epp.packages-64fd79d7ccb069b187fc957d1a2451f8cb5a268b.tar.gz
org.eclipse.epp.packages-64fd79d7ccb069b187fc957d1a2451f8cb5a268b.tar.xz
org.eclipse.epp.packages-64fd79d7ccb069b187fc957d1a2451f8cb5a268b.zip
Scout EPP about text updated
-rw-r--r--packages/org.eclipse.epp.package.scout/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/org.eclipse.epp.package.scout/plugin.xml b/packages/org.eclipse.epp.package.scout/plugin.xml
index dd2e35e5..34340943 100644
--- a/packages/org.eclipse.epp.package.scout/plugin.xml
+++ b/packages/org.eclipse.epp.package.scout/plugin.xml
@@ -17,7 +17,7 @@
</property>
<property
name="aboutText"
- value="Eclipse for scout and RAP Developers&#x0A;&#x0A;Version: Juno Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2012. 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 Scout Developers&#x0A;&#x0A;Version: Juno Release&#x0A;Build id: {0}&#x0A;&#x0A;(c) Copyright Eclipse contributors and others 2000, 2012. 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="startupForegroundColor"
@@ -50,13 +50,13 @@
name="introBrandingImageText"
value="Eclipse Project">
</property>
- <property
+ <property
name="cssTheme"
value="org.eclipse.e4.ui.css.theme.e4_default">
</property>
<property
- name="applicationCSSResources"
- value="platform:/plugin/org.eclipse.platform/images/">
+ name="applicationCSSResources"
+ value="platform:/plugin/org.eclipse.platform/images/">
</property>
</product>
</extension>

Back to the top