<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,15 +26,11 @@
 
 (in-package :com.superadditive.incf-cl-system)
 
-(when (asdf:find-system :asdf-system-connections nil)
-  (asdf:operate 'asdf:load-op 'asdf-system-connections))
-
 (defsystem :incf-cl
   :description &quot;INCF CL is a library of convenience functions for Common Lisp&quot;
   :author &quot;Juan M. Bello Rivas &lt;jmbr@superadditive.com&gt;&quot;
   :licence &quot;X11&quot;
-  :depends-on (#+asdf-system-connections :asdf-system-connections
-               :cl-ppcre)
+  :depends-on (:cl-ppcre)
   :serial t
   :components ((:file &quot;package&quot;)
                (:file &quot;function&quot;)
@@ -63,8 +59,3 @@
 
 (defmethod operation-done-p ((op test-op) (system (eql (find-system :incf-cl))))
   nil)
-
-#+asdf-system-connections 
-(asdf:defsystem-connection incf-cl-and-series
-  :requires (:incf-cl :series)
-  :components ((:file &quot;prelude-series&quot;)))</diff>
      <filename>incf-cl.asd</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>prelude-series.lisp</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>7ef1e8e1ddad5739603f6ec0761bff4e8a321049</id>
    </parent>
  </parents>
  <author>
    <name>Juan M. Bello Rivas</name>
    <email>jmbr@superadditive.com</email>
  </author>
  <url>http://github.com/jmbr/incf-cl/commit/a09f2670563711c78bc8f6e513759acfada96a98</url>
  <id>a09f2670563711c78bc8f6e513759acfada96a98</id>
  <committed-date>2008-05-17T04:55:02-07:00</committed-date>
  <authored-date>2008-05-17T04:55:02-07:00</authored-date>
  <message>Moved SERIES-specific changes to a different branch and left the
master tree as it was.</message>
  <tree>e71dd743d75f967e88198b49263115282ee1353d</tree>
  <committer>
    <name>Juan M. Bello Rivas</name>
    <email>jmbr@superadditive.com</email>
  </committer>
</commit>
