<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/clj/completions.clj</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -2,9 +2,13 @@
 
 BREAK_CHARS=&quot;(){}[],^%$#@\&quot;\&quot;;:''|\\&quot;
 
+if [ -z &quot;$CLOJURE_CLASSPATH&quot; ]; then
+    CLOJURE_PATH=&quot;$SHARED_PROFILE_HOME/lib/jars/&quot;
+fi
+
 if [ -z &quot;$1&quot; ]; then
     rlwrap --remember -c -b $BREAK_CHARS -f $HOME/.clj_completions \
-        java -cp $CLOJURE_JAR clojure.lang.Repl
+        java -cp $CLOJURE_JAR:$CLOJURE_CLASSPATH clojure.lang.Repl
 else
     java -cp $CLOJURE_JAR clojure.lang.Script &quot;$@&quot;
 fi
\ No newline at end of file</diff>
      <filename>bin/clj</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
-clj $SHARED_PROFILE_HOME/lib/completions.clj
+clj $SHARED_PROFILE_HOME/lib/clj/completions.clj
 </diff>
      <filename>bin/gen-clj-completions</filename>
    </modified>
    <modified>
      <diff>@@ -67,6 +67,8 @@
       (add-to-list 'load-path (concat shared-profile-elisp &quot;swank-clojure/&quot;))
       (add-to-list 'load-path (concat shared-profile-elisp &quot;clojure-mode/&quot;))
       (setq swank-clojure-jar-path (getenv &quot;CLOJURE_JAR&quot;))
+      (if (getenv &quot;CLOJURE_CLASSPATH&quot;)
+          (setq swank-clojure-extra-classpaths (list (getenv &quot;CLOJURE_CLASSPATH&quot;))))
       (require 'clojure-auto)
       (require 'swank-clojure-autoload)
       (require 'slime)</diff>
      <filename>setup.el</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/completions.clj</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>0bc562c1e3793cd0be9b36d67a7ddffdb7f46e80</id>
    </parent>
  </parents>
  <author>
    <name>Cosmin Stejerean</name>
    <email>cstejerean@gmail.com</email>
  </author>
  <url>http://github.com/cosmin/shared-profile/commit/c8b9520bbd8fe52763a80da021f8e26ec24b16a1</url>
  <id>c8b9520bbd8fe52763a80da021f8e26ec24b16a1</id>
  <committed-date>2008-09-16T17:55:46-07:00</committed-date>
  <authored-date>2008-09-16T17:55:46-07:00</authored-date>
  <message>some clojure restructuring</message>
  <tree>b83ee22450ada2a65e9ae2307d75824dabcb8deb</tree>
  <committer>
    <name>Cosmin Stejerean</name>
    <email>cstejerean@gmail.com</email>
  </committer>
</commit>
