Author: lewismc
Date: Wed Nov  9 17:06:46 2011
New Revision: 1199860

URL: http://svn.apache.org/viewvc?rev=1199860&view=rev
Log:
commit to update the doap file and to configure a unique key for Sonar ant task.

Modified:
    nutch/branches/nutchgora/build.xml
    nutch/branches/nutchgora/doap.rdf

Modified: nutch/branches/nutchgora/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/build.xml?rev=1199860&r1=1199859&r2=1199860&view=diff
==============================================================================
--- nutch/branches/nutchgora/build.xml (original)
+++ nutch/branches/nutchgora/build.xml Wed Nov  9 17:06:46 2011
@@ -695,7 +695,7 @@
                <property name="sonar.binaries" value="${build.dir}/plugins" />
                <property name="sonar.tests" value="${test.src.dir}" />
 
-               <sonar:sonar workDir="${base.dir}" key="org.apache.nutch:nutch"
+               <sonar:sonar workDir="${base.dir}" key="org.apache.nutch:branch"
                        version="2.0-SNAPSHOT" 
xmlns:sonar="antlib:org.sonar.ant" />
        </target>
 </project>

Modified: nutch/branches/nutchgora/doap.rdf
URL: 
http://svn.apache.org/viewvc/nutch/branches/nutchgora/doap.rdf?rev=1199860&r1=1199859&r2=1199860&view=diff
==============================================================================
--- nutch/branches/nutchgora/doap.rdf (original)
+++ nutch/branches/nutchgora/doap.rdf Wed Nov  9 17:06:46 2011
@@ -27,11 +27,11 @@
     <name>Apache Nutch</name>
     <homepage rdf:resource="http://nutch.apache.org"; />
     <asfext:pmc rdf:resource="http://nutch.apache.org"; />
-    <shortdesc>Nutch 2.0 is a beeding edge (trunk) development of the Apache 
Nutch web search software.</shortdesc>
+    <shortdesc>Nutch 2.0 is a branch development of the Apache Nutch web 
search software.</shortdesc>
     <description>Apache Nutch 2.0 maintains a refined architecture by 
delegating searching, parsing, and data storage to other software projects. In 
particular the storage layer has been delegated to the object relational 
mapping framework Gora (Apache Incubator) enabling the focus of Nutch 2.0 to be 
entirely on web crawling. This logic promotes Nutch 2.0 as a simpler, focussed 
web crawler enabling easy integration with other resources. </description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/NUTCH"; />
     <mailing-list 
rdf:resource="http://www.mail-archive.com/dev%40nutch.apache.org/"; />
-    <download-page rdf:resource="http://svn.apache.org/repos/asf/nutch/trunk/"; 
/>
+    <download-page 
rdf:resource="http://svn.apache.org/repos/asf/nutch/branches/nutchgora"; />
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/web-framework"; 
/>
     <release>
@@ -43,8 +43,8 @@
     </release>
     <repository>
       <SVNRepository>
-        <location 
rdf:resource="https://svn.apache.org/repos/asf/nutch/trunk/"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/nutch/trunk/"/>
+        <location 
rdf:resource="https://svn.apache.org/repos/asf/nutch/branches/nutchgora"/>
+        <browse 
rdf:resource="http://svn.apache.org/viewvc/nutch/branches/nucthgora"/>
       </SVNRepository>
     </repository>
     <maintainer>


Reply via email to