Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product')
-rw-r--r--features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product8
1 files changed, 6 insertions, 2 deletions
diff --git a/features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product b/features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product
index 18cda4c8be..8965a3b273 100644
--- a/features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product
+++ b/features/org.eclipse.emf.cdo.explorer.product-feature/CDOExplorer.product
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>
-<product name="CDO Explorer" id="org.eclipse.emf.cdo.explorer.product" application="org.eclipse.emf.cdo.explorer.app" useFeatures="true" includeLaunchers="true">
+<product name="CDO Explorer" id="org.eclipse.emf.cdo.server.product.tcp_h2" application="org.eclipse.emf.cdo.explorer.app" useFeatures="true" includeLaunchers="true">
<configIni use="">
</configIni>
<launcherArgs>
- <programArgs>--launcher.XXMaxPermSize
+ <programArgs>--launcher.XXMaxPermSize
128M</programArgs>
<vmArgs>-Xms256M
-Xmx1024M</vmArgs>
@@ -17,6 +17,9 @@
<windowImages/>
+ <splash
+ location="org.eclipse.emf.cdo.explorer"
+ startupProgressRect="148,605,327,10" />
<launcher name="cdo-explorer">
<solaris/>
<win useIco="false">
@@ -29,6 +32,7 @@
<features>
<feature id="org.eclipse.emf.cdo.explorer.product"/>
+ <feature id="org.eclipse.equinox.executable"/>
</features>
</product>

Back to the top