Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.reporting')
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/plugin.xml b/packages/org.eclipse.epp.package.reporting/plugin.xml
index 0bf503f8..bbb5d689 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin.xml
+++ b/packages/org.eclipse.epp.package.reporting/plugin.xml
@@ -22,7 +22,7 @@
</property>
<property
name="startupForegroundColor"
- value="9c9696">
+ value="e6e8ff">
</property>
<property
name="startupMessageRect"
@@ -64,6 +64,14 @@
name="applicationCSSResources"
value="platform:/plugin/org.eclipse.ui.themes/images/">
</property>
+ <property
+ name="buildIdLocation"
+ value="0,220">
+ </property>
+ <property
+ name="buildIdSize"
+ value="293,40">
+ </property>
</product>
</extension>
<extension

Back to the top