<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>bin/incanter-core</filename>
    </added>
    <added>
      <filename>tests/runcoretests.clj</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -21,6 +21,7 @@
   &lt;property name=&quot;netlib.jar&quot; location=&quot;${lib}/netlib-java-0.9.1.jar&quot; /&gt;
   &lt;property name=&quot;opencsv.jar&quot; location=&quot;${lib}/opencsv-1.8.jar&quot; /&gt;
   &lt;property name=&quot;jarfile&quot; location=&quot;incanter.jar&quot; /&gt;
+  &lt;property name=&quot;core-jarfile&quot; location=&quot;incanter-core.jar&quot; /&gt;
   &lt;property name=&quot;LICENSE&quot; location=&quot;epl-v10.html&quot; /&gt;
   &lt;property name=&quot;deps.file&quot; value=&quot;deps.zip&quot;/&gt;
   &lt;property name=&quot;deps.url&quot; value=&quot;http://cloud.github.com/downloads/liebke/incanter/${deps.file}&quot;/&gt;
@@ -116,7 +117,7 @@
   &lt;/target&gt;
 
   &lt;target name=&quot;incanter-core&quot; depends=&quot;compile-core-clj&quot;&gt;
-    &lt;jar jarfile=&quot;${jarfile}&quot; &gt;
+    &lt;jar jarfile=&quot;${core-jarfile}&quot; &gt;
       &lt;fileset dir=&quot;${build.dir}&quot; includes=&quot;**/*.class&quot;/&gt;
       &lt;manifest&gt;
         &lt;attribute name=&quot;Class-Path&quot; value=&quot;.&quot;/&gt;
@@ -126,6 +127,7 @@
 
   &lt;target name=&quot;clean&quot;&gt;
     &lt;delete file=&quot;${jarfile}&quot;/&gt;
+    &lt;delete file=&quot;${core-jarfile}&quot;/&gt;
     &lt;delete dir=&quot;${build.dir}&quot; /&gt;
   &lt;/target&gt;
 </diff>
      <filename>build.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>048072c45903ffd34de2bfebe1d5c715074e3d50</id>
    </parent>
  </parents>
  <author>
    <name>David Edgar Liebke</name>
    <email>liebke@gmail.com</email>
  </author>
  <url>http://github.com/liebke/incanter/commit/e8594b6af799985ba47fbf8d657d1789f7c074d2</url>
  <id>e8594b6af799985ba47fbf8d657d1789f7c074d2</id>
  <committed-date>2009-10-31T13:01:19-07:00</committed-date>
  <authored-date>2009-10-31T13:01:19-07:00</authored-date>
  <message>incanter-core ant target now creates incanter-core.jar, instead of incanter.jar; added tests and start up script for incanter-core.</message>
  <tree>63657e31e5f1672ca735c206a9145e275f788548</tree>
  <committer>
    <name>David Edgar Liebke</name>
    <email>liebke@gmail.com</email>
  </committer>
</commit>
