Author: cutting
Date: Tue Sep 11 16:32:12 2012
New Revision: 1383471

URL: http://svn.apache.org/viewvc?rev=1383471&view=rev
Log:
Add missing doap file.

Added:
    hadoop/common/site/main/publish/doap.rdf
      - copied, changed from r1382979, 
hadoop/common/site/common/publish/doap.rdf

Copied: hadoop/common/site/main/publish/doap.rdf (from r1382979, 
hadoop/common/site/common/publish/doap.rdf)
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/doap.rdf?p2=hadoop/common/site/main/publish/doap.rdf&p1=hadoop/common/site/common/publish/doap.rdf&r1=1382979&r2=1383471&rev=1383471&view=diff
==============================================================================
--- hadoop/common/site/common/publish/doap.rdf (original)
+++ hadoop/common/site/main/publish/doap.rdf Tue Sep 11 16:32:12 2012
@@ -13,23 +13,23 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://hadoop.apache.org/core/";>
+  <Project rdf:about="http://hadoop.apache.org/";>
     <created>2006-02-28</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
     <name>Apache Hadoop</name>
-    <homepage rdf:resource="http://hadoop.apache.org/core/"; />
+    <homepage rdf:resource="http://hadoop.apache.org/"; />
     <asfext:pmc rdf:resource="http://hadoop.apache.org"; />
     <shortdesc>A distributed computing platform.</shortdesc>
-    <description>Hadoop Core contains a distributed computing platform. This 
includes the Hadoop Distributed Filesystem (HDFS) and an implementation of 
MapReduce.</description>
+    <description>Hadoop is a distributed computing platform. This includes the 
Hadoop Distributed Filesystem (HDFS) and an implementation of 
MapReduce.</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/HADOOP"; />
-    <mailing-list 
rdf:resource="http://hadoop.apache.org/core/mailing_lists.html"; />
-    <download-page 
rdf:resource="http://www.apache.org/dyn/closer.cgi/hadoop/core/"; />
+    <mailing-list rdf:resource="http://hadoop.apache.org/mailing_lists.html"; />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/hadoop/"; 
/>
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/database"; />
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/hadoop/core/"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/hadoop/core/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/hadoop/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/hadoop/"/>
       </SVNRepository>
     </repository>
   </Project>


Reply via email to