<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,29 @@
 [buildout]
-parts = django
+parts = python django-1.0 django-trunk
 develop = .
 eggs = django-shorturls
 
-[django]
+[python]
+recipe = zc.recipe.egg
+interpreter = python
+eggs = ${buildout:eggs}
+
+[django-1.0]
 recipe = djangorecipe
 version = 1.0.2
 projectegg = shorturls
 project = shorturls
 settings = testsettings
 test = shorturls
-eggs = ${buildout:eggs}
\ No newline at end of file
+testrunner = test-1.0
+eggs = ${buildout:eggs}
+
+[django-trunk]
+recipe = djangorecipe
+version = trunk
+projectegg = shorturls
+project = shorturls
+settings = testsettings
+test = shorturls
+testrunner = test-trunk
+eggs = ${buildout:eggs}</diff>
      <filename>buildout.cfg</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d566943329892d8de42a45cc27c0d7b9b38addbb</id>
    </parent>
  </parents>
  <author>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </author>
  <url>http://github.com/jacobian/django-shorturls/commit/c55f089a40a0bd443c697dfdc198f60d6f306eea</url>
  <id>c55f089a40a0bd443c697dfdc198f60d6f306eea</id>
  <committed-date>2009-04-20T08:29:51-07:00</committed-date>
  <authored-date>2009-04-20T08:29:51-07:00</authored-date>
  <message>Added an interpreter, and also added a way to test against multiple Django versions.</message>
  <tree>4a29b2b1748de9de920f9720b1254d9f8f52eaca</tree>
  <committer>
    <name>Jacob Kaplan-Moss</name>
    <email>jacob@jacobian.org</email>
  </committer>
</commit>
