src/Tools/jEdit/plugin/services.xml
author wenzelm
Mon, 19 Jan 2009 15:56:58 +0100
changeset 34480 017fae24829f
parent 34426 81f93e0f13b4
child 34568 b517d0607297
permissions -rw-r--r--
simplified implicit convertion Int => Position;

<?xml version="1.0"?>
<!DOCTYPE SERVICES SYSTEM "services.dtd">
<SERVICES>
	<SERVICE NAME="isabelle" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.IsabelleSideKickParser();
	</SERVICE>
	<SERVICE NAME="isabelle" CLASS="org.gjt.sp.jedit.io.VFS">
		new isabelle.jedit.VFS();
	</SERVICE>
</SERVICES>