<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,7 @@
 &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
 &lt;!-- CONFIG: change example and description to fit your project --&gt;
-&lt;project name=&quot;example&quot; default=&quot;package&quot; xmlns:ivy=&quot;antlib:org.apache.ivy.ant&quot;&gt;
-  &lt;description&gt;Our Example Project&lt;/description&gt;
+&lt;project name=&quot;echod&quot; default=&quot;package&quot; xmlns:ivy=&quot;antlib:org.apache.ivy.ant&quot;&gt;
+  &lt;description&gt;sample project&lt;/description&gt;
 
   &lt;!-- override creation of a jar with a version number in the name --&gt;
   &lt;property name=&quot;dist.name&quot; value=&quot;example&quot; /&gt;
@@ -10,11 +10,6 @@
   &lt;property name=&quot;ivy.settings.file&quot; value=&quot;${basedir}/ivy/ivysettings.xml&quot; /&gt;
   &lt;import file=&quot;${basedir}/ant/bootstrap.xml&quot; /&gt;
 
-  &lt;!-- Where you would keep some common local code --&gt;
-  &lt;property name=&quot;commons.dir&quot; location=&quot;${basedir}/../commons&quot; /&gt;
-  &lt;property name=&quot;config.extra&quot; location=&quot;${commons.dir}/config&quot; /&gt;
-  &lt;property name=&quot;libs.extra&quot; value=&quot;true&quot; /&gt;
-
   &lt;property name=&quot;install.dir&quot; location=&quot;/opt/local/example&quot; /&gt;
   &lt;target name=&quot;install&quot; depends=&quot;package&quot;&gt;
     &lt;mkdir dir=&quot;${install.dir}&quot; /&gt;</diff>
      <filename>build.xml</filename>
    </modified>
    <modified>
      <diff>@@ -4,13 +4,13 @@
   &lt;!-- CONFIG: jarclassname is the name of your main class to run via java -jar --&gt;
   &lt;!-- CONFIG: thriftpackage is where generated thrift classes go. 
                Only matters if you're using thrift. --&gt;
-  &lt;info organisation=&quot;net.lag&quot;
-    module=&quot;example&quot;
+  &lt;info organisation=&quot;com.example&quot;
+    module=&quot;echod&quot;
     revision=&quot;1.0&quot;
-    e:buildpackage=&quot;net.lag.example&quot;
-    e:testclass=&quot;net.lag.example.TestRunner&quot;
-    e:jarclassname=&quot;net.lag.example.Main&quot;
-    e:thriftpackage=&quot;net.lag.example.gen&quot;
+    e:buildpackage=&quot;com.example.echod&quot;
+    e:testclass=&quot;com.example.echod.TestRunner&quot;
+    e:jarclassname=&quot;com.example.echod.Main&quot;
+    e:thriftpackage=&quot;com.example.echod.gen&quot;
   /&gt;
 
   &lt;configurations&gt;
@@ -20,14 +20,14 @@
   &lt;/configurations&gt;
   &lt;dependencies&gt;
     &lt;!-- want scala-compiler for running the console --&gt;
-    &lt;dependency org=&quot;org.scala-lang&quot; name=&quot;scala-compiler&quot; rev=&quot;2.7.2&quot; /&gt;
-    &lt;dependency org=&quot;org.scala-lang&quot; name=&quot;scala-library&quot; rev=&quot;2.7.2&quot; /&gt;
+    &lt;dependency org=&quot;org.scala-lang&quot; name=&quot;scala-compiler&quot; rev=&quot;2.7.3&quot; /&gt;
+    &lt;dependency org=&quot;org.scala-lang&quot; name=&quot;scala-library&quot; rev=&quot;2.7.3&quot; /&gt;
     &lt;dependency org=&quot;org.scala-tools&quot; name=&quot;vscaladoc&quot; rev=&quot;1.1-md-3&quot; conf=&quot;bootstrap-&gt;*&quot; /&gt;
 
     &lt;dependency org=&quot;commons-logging&quot; name=&quot;commons-logging&quot; rev=&quot;1.1&quot; /&gt;
     &lt;dependency org=&quot;commons-lang&quot; name=&quot;commons-lang&quot; rev=&quot;2.2&quot; /&gt;
-    &lt;dependency org=&quot;org.specs&quot; name=&quot;specs&quot; rev=&quot;1.3.1&quot; /&gt;
-    &lt;dependency org=&quot;net.lag&quot; name=&quot;configgy&quot; rev=&quot;1.2&quot; /&gt;
-    &lt;!-- Add your project-specific 
+    &lt;dependency org=&quot;org.scala-tools.testing&quot; name=&quot;specs&quot; rev=&quot;1.4.4&quot; /&gt;
+    &lt;dependency org=&quot;net.lag&quot; name=&quot;configgy&quot; rev=&quot;1.3&quot; /&gt;
+    &lt;dependency org=&quot;junit&quot; name=&quot;junit&quot; rev=&quot;4.4&quot; /&gt; &lt;!--auto--&gt;
   &lt;/dependencies&gt;
 &lt;/ivy-module&gt;</diff>
      <filename>ivy/ivy.xml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d87dbfe06b19697aa58af85395ac0a7ab748cb35</id>
    </parent>
  </parents>
  <author>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </author>
  <url>http://github.com/al3x/scala-build/commit/39d8708aebdd7e5ca3249b38d8513cb4c7b692c3</url>
  <id>39d8708aebdd7e5ca3249b38d8513cb4c7b692c3</id>
  <committed-date>2009-04-27T00:11:26-07:00</committed-date>
  <authored-date>2009-04-27T00:11:26-07:00</authored-date>
  <message>cleanup. update versions.</message>
  <tree>0998d0bb2e1cdfc388be879bf1d00e462d1eb0ac</tree>
  <committer>
    <name>Robey Pointer</name>
    <email>robey@twitter.com</email>
  </committer>
</commit>
