This is not accurate but it gives an idea:

svn co https://svn.codehaus.org/mojo/trunk/mojo/
find . -name "pom.xml" | xargs -l1 grep -A 4 "<developer>" | grep "<id" | tr 
'\t' ' ' | tr ' ' '\n' | sort -u  | wc -l

63

Not bad !

Thanks to all who give their precious time !

J

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to