You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by jv...@apache.org on 2011/10/03 20:41:43 UTC

svn commit: r1178514 - /hive/trunk/pdk/ivy.xml

Author: jvs
Date: Mon Oct  3 18:41:43 2011
New Revision: 1178514

URL: http://svn.apache.org/viewvc?rev=1178514&view=rev
Log:
HIVE-2474. Hive PDK needs an Ivy configuration file
(Carl Steinbach via jvs)


Added:
    hive/trunk/pdk/ivy.xml

Added: hive/trunk/pdk/ivy.xml
URL: http://svn.apache.org/viewvc/hive/trunk/pdk/ivy.xml?rev=1178514&view=auto
==============================================================================
--- hive/trunk/pdk/ivy.xml (added)
+++ hive/trunk/pdk/ivy.xml Mon Oct  3 18:41:43 2011
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
+<ivy-module version="2.0">
+    <info organisation="${hive.ivy.org}" module="hive-pdk" revision="${version}">
+      <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
+      <description homepage="http://hive.apache.org">
+        Hive is a data warehouse infrastructure built on top of Hadoop see
+        http://wiki.apache.org/hadoop/Hive
+      </description>
+    </info>
+    <dependencies>
+    </dependencies>
+</ivy-module>