Fix for bug 44916 - Platform.getExtensionRegistry should work when not in dynamic mode
diff --git a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
index d9f0c0d..1b5122e 100644
--- a/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
+++ b/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
@@ -1409,7 +1409,6 @@
  */
 public static IExtensionRegistry getExtensionRegistry() {
 	assertInitialized();
-	assertIncremental();
 	return extensionsRegistry; 	
 }
 /**