Repository: sqoop
Updated Branches:
  refs/heads/doap [created] bda201252

Adding initial version of the DOAP file


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/bda20125
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/bda20125
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/bda20125

Branch: refs/heads/doap
Commit: bda2012523aaba474f67ac41ac38edfd5d9f6e42
Parents: 
Author: Jarek Jarcec Cecho <[email protected]>
Authored: Sun Sep 21 01:20:55 2014 -0700
Committer: Jarek Jarcec Cecho <[email protected]>
Committed: Sun Sep 21 01:20:55 2014 -0700

----------------------------------------------------------------------
 doap_Sqoop.rdf | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/bda20125/doap_Sqoop.rdf
----------------------------------------------------------------------
diff --git a/doap_Sqoop.rdf b/doap_Sqoop.rdf
new file mode 100644
index 0000000..27cc11f
--- /dev/null
+++ b/doap_Sqoop.rdf
@@ -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:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Reply via email to