src/Tools/jEdit/plugin/services.xml
changeset 34568 b517d0607297
parent 34426 81f93e0f13b4
child 34619 e89b6ec97910
--- a/src/Tools/jEdit/plugin/services.xml	Fri May 22 13:43:35 2009 +0200
+++ b/src/Tools/jEdit/plugin/services.xml	Fri May 22 14:47:57 2009 +0200
@@ -7,4 +7,7 @@
 	<SERVICE NAME="isabelle" CLASS="org.gjt.sp.jedit.io.VFS">
 		new isabelle.jedit.VFS();
 	</SERVICE>
+  <SERVICE NAME="isabelle" CLASS="gatchan.jedit.hyperlinks.HyperlinkSource">
+    new isabelle.jedit.IsabelleHyperlinkSource();
+  </SERVICE>
 </SERVICES>