adds some more cleanup

This commit is contained in:
Eyck Jentzsch 2023-06-27 17:00:19 +02:00
parent 81f37d4740
commit aa4659f8ef
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<plugin name="DocBook Online Help Sample" id="com.minres.scviewer.e4.application.help" version="1.0" provider-name="Example provider">
<plugin>
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
</extension>

View File

@ -43,6 +43,7 @@ import com.minres.scviewer.e4.application.options.Options.Separator;
* <em>org.eclipse.core.runtime.products' extension point</em>) that references
* this class.
**/
@SuppressWarnings("restriction")
public class E4LifeCycle {
@Inject private Logger logger;

View File

@ -8,6 +8,7 @@ import org.eclipse.e4.ui.workbench.modeling.EModelService;
import org.eclipse.help.internal.base.BaseHelpSystem;
import org.eclipse.help.internal.server.WebappManager;
@SuppressWarnings("restriction")
public class HelpContentsHandler {
static final String WINDOW_ID="com.minres.scviewer.e4.application.window.help_content"; //$NON-NLS-1$