launch.ini 484 B

1234567891011
  1. # Eclipse Runtime Configuration Overrides
  2. # These properties are loaded prior to starting the framework and can also be used to override System Properties
  3. # @null is a special value used to override and clear the framework's copy of a System Property prior to starting the framework
  4. # "*" can be used together with @null to clear System Properties that match a prefix name.
  5. osgi.*=@null
  6. org.osgi.*=@null
  7. eclipse.*=@null
  8. osgi.parentClassloader=ext
  9. osgi.contextClassLoaderParent=ext