Steve (or someone), can you patch the clouds doap descriptor, it's not well-formed right now. The simple patch below fixes it. Or, if no one minds, I'm glad to commit it myself.
--tim Index: doap.rdf =================================================================== --- doap.rdf (revision 956103) +++ doap.rdf (working copy) @@ -20,7 +20,7 @@ <labs:status>active</labs:status> <maintainer> <foaf:Person rdf:about="http://people.apache.org/~stevel/#me"> - foaf:name>Steve Loughran</foaf:name> + <foaf:name>Steve Loughran</foaf:name> <foaf:homepage rdf:resource="http://people.apache.org/~stevel/"/> <foaf:mbox_sha1sum>ac44f45824e62919f3c6732fc0aebaf54fbd518b</foaf:mbox_sha1sum> </foaf:Person> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
