<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>plone.recipe.bundlecheckout</name>
<shortdesc>ZC Buildout recipe for installing a package or bundle checkout</shortdesc>
<description>plone.recipe.bundlecheckout
===========================

Options
-------

url
    The URL to check-out.

subfolder
    Optionally specifies the name of an additional subfolder to be created.

vcs-type
    The type of the source code repository. Defaults to svn for subversion.
    Also supports cvs.

name
    Only used and required for CVS. The name of the directory the code is
    checked into.

module
    Only used and required for CVS. The name of the module to be checked out.

cvsroot
    Only used and required for CVS. The CVSROOT identifying the server.

Reporting bugs or asking questions
----------------------------------

We have a shared bugtracker and help desk on Launchpad:
https://bugs.launchpad.net/collective.buildout/

Change History
==============

1.1
---

- Document the options, added README and CHANGES.
  [hannosch]

1.0
---

- First final release. Cleaned up setup.py.
  [hannosch]

0.2
---

- Added new optional subfolder option, which allows to specify a subfolder in
  which to check out the bundle. This makes it possible to use this recipe for
  normal packages as well, when specifying the package name with the subfolder
  option.
  [hannosch]

0.1
---

- Initial implementation.
  [hannosch]</description>
<homepage rdf:resource="http://svn.plone.org/svn/collective/buildout/plone.recipe.bundlecheckout" />
<maintainer><foaf:Person><foaf:name>Hanno Schlichting</foaf:name>
<foaf:mbox_sha1sum>315114a61dd92f55260734655c4aaa0991f5457e</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1</revision></Version></release>
</Project></rdf:RDF>