explicitly depend on isabelle-Pure.jar and isabelle-scala-library.jar;
authorwenzelm
Mon, 25 Aug 2008 22:26:26 +0200
changeset 27997 64957539cdf4
parent 27996 4476fe75a1db
child 27998 2cd94c30271c
explicitly depend on isabelle-Pure.jar and isabelle-scala-library.jar;
lib/jedit/README
lib/jedit/plugin/Isabelle.props
--- a/lib/jedit/README	Mon Aug 25 22:05:30 2008 +0200
+++ b/lib/jedit/README	Mon Aug 25 22:26:26 2008 +0200
@@ -28,11 +28,15 @@
 Plugin installation
 -------------------
 
-1) Copy or symlink [ISABELLE_HOME]/lib/classes/Pure.jar and
-[ISABELLE_HOME]/lib/jedit/isabelle.jar to [JEDIT_SETTINGS]/jars/
+1) Install copies of the Isabelle jars:
+
+  [ISABELLE_HOME]/lib/classes/Pure.jar   ->  [JEDIT_SETTINGS]/jars/isabelle-Pure.jar
+  [ISABELLE_HOME]/lib/jedit/isabelle.jar ->  [JEDIT_SETTINGS]/jars/isabelle.jar
 
-2) Install scala-library.jar likewise (taken from the regular Scala
-distribution, cf. the http://www.scala-lang.org/downloads/index.html)
+2) Install scala-library.jar from the regular Scala distribution,
+cf. the http://www.scala-lang.org/downloads/index.html as
+
+  [JEDIT_SETTINGS]/jars/isabelle-scala-library.jar
 
 3) Enable the plugin using the manager of jEdit; invoke the "isabelle"
 editor action.  The resulting window may be docked, e.g. at bottom.
--- a/lib/jedit/plugin/Isabelle.props	Mon Aug 25 22:05:30 2008 +0200
+++ b/lib/jedit/plugin/Isabelle.props	Mon Aug 25 22:26:26 2008 +0200
@@ -10,6 +10,7 @@
 #system parameters
 plugin.isabelle.jedit.IsabellePlugin.activate = defer
 plugin.isabelle.jedit.IsabellePlugin.usePluginHome = false
+plugin.isabelle.jedit.IsabellePlugin.jars = isabelle-Pure.jar isabelle-scala-library.jar
 
 #dependencies
 plugin.isabelle.jedit.IsabellePlugin.depend.0 = jdk 1.5