You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2014/10/09 22:34:11 UTC

svn commit: r1630590 - in /sqoop/site/trunk/content/resources/doap: ./ doap_Sqoop.rdf

Author: jarcec
Date: Thu Oct  9 20:34:10 2014
New Revision: 1630590

URL: http://svn.apache.org/r1630590
Log:
Adding DOAP file

Added:
    sqoop/site/trunk/content/resources/doap/
    sqoop/site/trunk/content/resources/doap/doap_Sqoop.rdf

Added: sqoop/site/trunk/content/resources/doap/doap_Sqoop.rdf
URL: http://svn.apache.org/viewvc/sqoop/site/trunk/content/resources/doap/doap_Sqoop.rdf?rev=1630590&view=auto
==============================================================================
--- sqoop/site/trunk/content/resources/doap/doap_Sqoop.rdf (added)
+++ sqoop/site/trunk/content/resources/doap/doap_Sqoop.rdf Thu Oct  9 20:34:10 2014
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+   
+         http://www.apache.org/licenses/LICENSE-2.0
+   
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+  <Project rdf:about="http://sqoop.apache.org">
+    <created>2014-09-21</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Sqoop</name>
+    <homepage rdf:resource="http://sqoop.apache.org" />
+    <asfext:pmc rdf:resource="http://sqoop.apache.org" />
+    <shortdesc>Apache Sqoop(TM) is a tool designed for efficiently transferring bulk data between Apache Hadoop and structured datastores such as relational databases.</shortdesc>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/SQOOP" />
+    <mailing-list rdf:resource="http://sqoop.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://sqoop.apache.org/"" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <release>
+      <Version>
+        <name>Apache Sqoop 1.4.5</name>
+        <created>2014-08-20</created>
+        <revision>1.4.5</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/sqoop.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=sqoop.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache Sqoop</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dev@sqoop.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>