Sebb created ZEST-21:
------------------------
Summary: Syntax error in DOAP file
Key: ZEST-21
URL: https://issues.apache.org/jira/browse/ZEST-21
Project: Zest
Issue Type: Bug
Environment: http://svn.apache.org/repos/asf/zest/site/content/doap.rdf
Reporter: Sebb
The DOAP file must have individual "repository" sections for each different
repository. The DOAP should look like:
<repository>
<SVNRepository>
<location rdf:resource="http://svn.apache.org/repos/asf/zest/"/>
<browse rdf:resource="http://svn.apache.org/viewcvs.cgi/zest/"/>
</SVNRepository>
</repository> <!-- add this line -->
<repository> <!-- add this line -->
<SVNRepository>
<location rdf:resource="git://git.apache.org/zest-qi4j.git"/>
<browse
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=zest-qi4j.git"/>
</SVNRepository>
</repository>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)