fix for #67128
diff --git a/features/org.eclipse.rcp/rootfiles/configuration/config.ini b/features/org.eclipse.rcp/rootfiles/configuration/config.ini
index c9ca4f4..a977b2d 100644
--- a/features/org.eclipse.rcp/rootfiles/configuration/config.ini
+++ b/features/org.eclipse.rcp/rootfiles/configuration/config.ini
@@ -12,7 +12,7 @@
 

 # The URL for the runtime entry point.  The default value is

 # platform:/base/plugins/org.eclipse.osgi 

-#osgi.framework = platform:/base/plugins/org.eclipse.osgi

+#osgi.framework=platform:/base/plugins/org.eclipse.osgi

 

 # The classpath for the framework found at the osgi.framework location.  This 

 # comma-separated list contains either URLs or simple element names.  Simple

@@ -24,7 +24,7 @@
 # The comma-separated list of locations to search for the splash screen file (splash.bmp).

 # For each list element a subdirectory structure based on the pattern nl/<locale> is searched.

 # The system binds to the first matching file.  There is no default value.

-osgi.splashPath = platform:/base/plugins/org.eclipse.platform

+#osgi.splashPath=

 

 # The location of the splash screen file.  If this value is set at system startup it is used 

 # in favour of the osgi.splashPath searching outlined above.  If the value is not set 

@@ -44,7 +44,7 @@
 # The product to run.  A given Eclipse configuration may contain many products.

 # The product identified will supply the branding (window icons, title bar text) etc 

 # as well as define the default application to run.  

-eclipse.product=org.eclipse.platform

+#eclipse.product=

 

 # The application to run.  The value specified here is the id of the application extension

 # the runtime will find, instantiate and execute once the system is up.  Note that typically