<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,7 +12,11 @@
   (defvar swank-clojure-path
     (let ((path (file-truename (or (locate-library &quot;swank-clojure&quot;)
                                    load-file-name))))
-      (and path (file-name-directory path)))
+      (and path (file-name-directory ; go back two directories
+                 (directory-file-name
+                  (file-name-directory
+                   (directory-file-name
+                    (file-name-directory path)))))))
     &quot;Directory containing the swank-clojure package. This is used
 to load the supporting clojure library swank.&quot;))
 
@@ -127,7 +131,7 @@ will be used over paths too.)&quot;
          &quot;-classpath&quot;
          (swank-clojure-concat-paths
           (append (list swank-clojure-jar-path
-                        (concat swank-clojure-path &quot;src/&quot;))
+                        (concat swank-clojure-path &quot;src/main/clojure/&quot;))
                   swank-clojure-extra-classpaths))
          &quot;clojure.main&quot;)
         (let ((init-opts '()))</diff>
      <filename>src/emacs/swank-clojure.el</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>96b6246654008f8a6fed6f54aa0411f36276c81b</id>
    </parent>
  </parents>
  <author>
    <name>Jeffrey Chu</name>
    <email>jochu0@gmail.com</email>
  </author>
  <url>http://github.com/jochu/swank-clojure/commit/5b098f740692a2e1f687e8ee3663fbfcde7cced0</url>
  <id>5b098f740692a2e1f687e8ee3663fbfcde7cced0</id>
  <committed-date>2009-10-11T13:56:15-07:00</committed-date>
  <authored-date>2009-10-11T13:56:04-07:00</authored-date>
  <message>update swank-clojure-path to point to new maven location (patch by Josip Gracin)</message>
  <tree>8153252b1c9f0011a163268b255b0c93783de0ce</tree>
  <committer>
    <name>Jeffrey Chu</name>
    <email>jochu0@gmail.com</email>
  </committer>
</commit>
