Author: prongs
Date: Tue Apr  4 09:47:31 2017
New Revision: 1790083

URL: http://svn.apache.org/viewvc?rev=1790083&view=rev
Log:
Added doap file

Added:
    lens/doap.rdf

Added: lens/doap.rdf
URL: http://svn.apache.org/viewvc/lens/doap.rdf?rev=1790083&view=auto
==============================================================================
--- lens/doap.rdf (added)
+++ lens/doap.rdf Tue Apr  4 09:47:31 2017
@@ -0,0 +1,104 @@
+<?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://lens.apache.org/";>
+    <created>2015-08</created>
+    <license rdf:resource="https://www.apache.org/licenses/LICENSE-2.0"; />
+    <name>Apache Lens</name>
+    <homepage rdf:resource="http://lens.apache.org/"; />
+    <asfext:pmc rdf:resource="http://lens.apache.org"; />
+    <shortdesc>Unified Analytic Interface</shortdesc>
+    <description>Lens provides an Unified Analytics interface.
+      Lens aims to cut the Data Analytics silos by providing a single view of 
data across
+      multiple tiered data stores and optimal execution environment for the 
analytical query.
+      It seamlessly integrates Hadoop with traditional data warehouses to 
appear like one.
+    </description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/LENS"; />
+    <mailing-list 
rdf:resource="http://lens.apache.org/lenshome/quick-start.html"; />
+    <download-page 
rdf:resource="http://lens.apache.org/releases/download.html"; />
+    <programming-language>Java</programming-language>
+    <category 
rdf:resource="http://projects.apache.org/category/build-management"; />
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-03-04</created>
+        <revision>2.0.1-beta-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-</created>
+        <revision>2.1.0-beta-incubating        </revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-05-05</created>
+        <revision>2.2.0-beta-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-07-23</created>
+        <revision>2.2.0-beta-incubating</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-08-28</created>
+        <revision>2.3.0-beta</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2015-11-24</created>
+        <revision>2.4.0-beta</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2016-04-02</created>
+        <revision>2.5.0-beta</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Lens</name>
+        <created>2016-10-28</created>
+        <revision>2.6.1-beta</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://git-wip-us.apache.org/repos/asf/lens.git"/>
+        <browse 
rdf:resource="https://git-wip-us.apache.org/repos/asf?p=lens.git"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
\ No newline at end of file


Reply via email to