Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.cpp/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.cpp/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.cpp/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.java/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.java/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.java/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.jee/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.jee/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.jee/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.modeling/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.modeling/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.modeling/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.php/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.php/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.php/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.pulsar/epp.product5
-rw-r--r--packages/org.eclipse.epp.package.pulsar/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.pulsar/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.rcp/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.rcp/plugin_customization.ini2
-rw-r--r--packages/org.eclipse.epp.package.reporting/epp.product3
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin.xml4
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin_customization.ini2
24 files changed, 57 insertions, 17 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/epp.product b/packages/org.eclipse.epp.package.cpp/epp.product
index 6e8c7799..5e518478 100644
--- a/packages/org.eclipse.epp.package.cpp/epp.product
+++ b/packages/org.eclipse.epp.package.cpp/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.cpp" />
+ location="org.eclipse.epp.package.cpp"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml
index 3ed2a609..4b729c59 100644
--- a/packages/org.eclipse.epp.package.cpp/plugin.xml
+++ b/packages/org.eclipse.epp.package.cpp/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP CPP About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.cpp/plugin_customization.ini b/packages/org.eclipse.epp.package.cpp/plugin_customization.ini
index 3016f54c..3f33f99f 100644
--- a/packages/org.eclipse.epp.package.cpp/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.cpp/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.java/epp.product b/packages/org.eclipse.epp.package.java/epp.product
index 6e7f715e..bd2f4292 100644
--- a/packages/org.eclipse.epp.package.java/epp.product
+++ b/packages/org.eclipse.epp.package.java/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.java" />
+ location="org.eclipse.epp.package.java"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.java/plugin.xml b/packages/org.eclipse.epp.package.java/plugin.xml
index 0f859e64..5682d48b 100644
--- a/packages/org.eclipse.epp.package.java/plugin.xml
+++ b/packages/org.eclipse.epp.package.java/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP Java About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.java/plugin_customization.ini b/packages/org.eclipse.epp.package.java/plugin_customization.ini
index b3773f40..d46cef95 100644
--- a/packages/org.eclipse.epp.package.java/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.java/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.jee/epp.product b/packages/org.eclipse.epp.package.jee/epp.product
index d0ad162b..f0200286 100644
--- a/packages/org.eclipse.epp.package.jee/epp.product
+++ b/packages/org.eclipse.epp.package.jee/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.jee" />
+ location="org.eclipse.epp.package.jee"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.jee/plugin.xml b/packages/org.eclipse.epp.package.jee/plugin.xml
index 49d0b853..d44aa4eb 100644
--- a/packages/org.eclipse.epp.package.jee/plugin.xml
+++ b/packages/org.eclipse.epp.package.jee/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP JEE About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.jee/plugin_customization.ini b/packages/org.eclipse.epp.package.jee/plugin_customization.ini
index f75a4fee..fe5213d6 100644
--- a/packages/org.eclipse.epp.package.jee/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.jee/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.modeling/epp.product b/packages/org.eclipse.epp.package.modeling/epp.product
index 2dc3170c..f5e640e5 100644
--- a/packages/org.eclipse.epp.package.modeling/epp.product
+++ b/packages/org.eclipse.epp.package.modeling/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.modeling" />
+ location="org.eclipse.epp.package.modeling"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.modeling/plugin.xml b/packages/org.eclipse.epp.package.modeling/plugin.xml
index 4f59f976..a8017e25 100644
--- a/packages/org.eclipse.epp.package.modeling/plugin.xml
+++ b/packages/org.eclipse.epp.package.modeling/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP Modeling About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
index b5678f04..77a8ea77 100644
--- a/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.modeling/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.php/epp.product b/packages/org.eclipse.epp.package.php/epp.product
index 9f326f53..f31e850e 100644
--- a/packages/org.eclipse.epp.package.php/epp.product
+++ b/packages/org.eclipse.epp.package.php/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.php" />
+ location="org.eclipse.epp.package.php"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.php/plugin.xml b/packages/org.eclipse.epp.package.php/plugin.xml
index ff39f48f..0f661e6a 100644
--- a/packages/org.eclipse.epp.package.php/plugin.xml
+++ b/packages/org.eclipse.epp.package.php/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP PHP About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.php/plugin_customization.ini b/packages/org.eclipse.epp.package.php/plugin_customization.ini
index 9067d684..ddaaff75 100644
--- a/packages/org.eclipse.epp.package.php/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.php/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.pulsar/epp.product b/packages/org.eclipse.epp.package.pulsar/epp.product
index 7bc618dd..1e8359c2 100644
--- a/packages/org.eclipse.epp.package.pulsar/epp.product
+++ b/packages/org.eclipse.epp.package.pulsar/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.pulsar" />
+ location="org.eclipse.epp.package.pulsar"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
@@ -48,7 +49,7 @@
</license>
<plugins>
- <plugin id="org.eclipse.epp.package.pulsar"/>
+ <plugin id="org.eclipse.epp.package.pulsar" fragment=""/>
</plugins>
<features>
diff --git a/packages/org.eclipse.epp.package.pulsar/plugin.xml b/packages/org.eclipse.epp.package.pulsar/plugin.xml
index 1b4678cc..ec8e0a00 100644
--- a/packages/org.eclipse.epp.package.pulsar/plugin.xml
+++ b/packages/org.eclipse.epp.package.pulsar/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP Pulsar About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.pulsar/plugin_customization.ini b/packages/org.eclipse.epp.package.pulsar/plugin_customization.ini
index b3773f40..d46cef95 100644
--- a/packages/org.eclipse.epp.package.pulsar/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.pulsar/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.rcp/epp.product b/packages/org.eclipse.epp.package.rcp/epp.product
index da727ebb..5c342a3a 100644
--- a/packages/org.eclipse.epp.package.rcp/epp.product
+++ b/packages/org.eclipse.epp.package.rcp/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.rcp" />
+ location="org.eclipse.epp.package.rcp"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.rcp/plugin.xml b/packages/org.eclipse.epp.package.rcp/plugin.xml
index e277b06b..9636a67e 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin.xml
+++ b/packages/org.eclipse.epp.package.rcp/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP RCP About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
index 72f3830e..f0ef95ad 100644
--- a/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.rcp/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles
diff --git a/packages/org.eclipse.epp.package.reporting/epp.product b/packages/org.eclipse.epp.package.reporting/epp.product
index eae96c33..e9e2e88e 100644
--- a/packages/org.eclipse.epp.package.reporting/epp.product
+++ b/packages/org.eclipse.epp.package.reporting/epp.product
@@ -26,7 +26,8 @@
<windowImages/>
<splash
- location="org.eclipse.epp.package.reporting" />
+ location="org.eclipse.epp.package.reporting"
+ startupProgressRect="5,275,445,15" />
<launcher>
<solaris/>
<win useIco="false">
diff --git a/packages/org.eclipse.epp.package.reporting/plugin.xml b/packages/org.eclipse.epp.package.reporting/plugin.xml
index b3c3dfcd..4689b03c 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin.xml
+++ b/packages/org.eclipse.epp.package.reporting/plugin.xml
@@ -20,6 +20,10 @@
name="aboutText"
value="This is the EPP Reporting About Dialog.">
</property>
+ <property
+ name="startupProgressRect"
+ value="5,275,445,15">
+ </property>
</product>
</extension>
diff --git a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
index f75a4fee..fe5213d6 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
@@ -22,7 +22,7 @@ org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
# show progress on startup
-org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = false
+org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true
# Welcome theme to use
org.eclipse.ui.intro/INTRO_THEME = org.eclipse.ui.intro.universal.circles

Back to the top