<?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>pb.recipes.pydev</name>
<shortdesc>Generates an Eclipse Pydev configuration file with path dependencies for an egg</shortdesc>
<description>================
pb.recipes.pydev
================

A recipe that writes a .pydevproject file in a specified location. This file will
contain paths of all the eggs of the current zope instance + any other paths 
specified in the buildout.cfg file. After running the buildout you'll have to 
close and reopen the Eclipse project, to regenerate the project's module indexes. 

Almost all options of this recipe for the buildout.cfg are optional. The only
one required is the `eggs` option. A sample zope3 instance buildout, with the
pydev recipe could be something like this::

    [buildout]
    develop = .
    parts = instance pydev

    [sample-app]
    recipe = zc.zope3recipes:app
    eggs = something [app, third_party]

    [pydev]
    recipe = pb.recipes.pydev
    eggs = ${sample-app:eggs}

For Plone integration and further configuration options, read the README.txt 
doctest inside the source code.

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

Version 0.4.4
-------------
- Add remote_path parameter to specify external path of the project to access eggs via network shares

Version 0.4.3
-------------
- Don't trigger an error if the .pydevproject file is missing

Version 0.4.2
-------------
- Add documentation on Plone integration

Version 0.4.1
-------------
- Cleanup package to follow package standards

Version 0.4
-----------
- no longer crash when dealing with .pydevproject files with no external source folder node.

Version 0.3
-----------

- Fix issue with paths that appear for two times in the generated file
- No longer pass the .pydevproject path to buildout as it gets deleted</description>
<homepage rdf:resource="http://svn.plone.org/svn/collective/pb.recipes.pydev/" />
<maintainer><foaf:Person><foaf:name>Jonathan Riboux - Quadra Informatique</foaf:name>
<foaf:mbox_sha1sum>24b81ea674619f2d0028fa60a1e67a3f950d0fbd</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.4.4</revision></Version></release>
</Project></rdf:RDF>