src/Tools/jEdit/src-base/services.xml
author wenzelm
Fri, 01 Sep 2017 15:15:29 +0200
changeset 66591 6efa351190d0
parent 66457 9098c36abd1a
permissions -rw-r--r--
more robust: provide docking framework via base plugin;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
66457
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     1
<?xml version="1.0"?>
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     2
<!DOCTYPE SERVICES SYSTEM "services.dtd">
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     3
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     4
<SERVICES>
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     5
  <SERVICE NAME="UTF-8-Isabelle" CLASS="org.gjt.sp.jedit.io.Encoding">
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     6
    new isabelle.jedit_base.Isabelle_Encoding();
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
     7
  </SERVICE>
66591
6efa351190d0 more robust: provide docking framework via base plugin;
wenzelm
parents: 66457
diff changeset
     8
  <SERVICE CLASS="org.gjt.sp.jedit.gui.DockingFrameworkProvider" NAME="PIDE">
6efa351190d0 more robust: provide docking framework via base plugin;
wenzelm
parents: 66457
diff changeset
     9
    new isabelle.jedit_base.PIDE_Docking_Framework();
6efa351190d0 more robust: provide docking framework via base plugin;
wenzelm
parents: 66457
diff changeset
    10
  </SERVICE>
66457
9098c36abd1a separate base plugin for important services that should be always available, despite startup errors of the main plugin;
wenzelm
parents:
diff changeset
    11
</SERVICES>