comparison src/plugin/parse-mpiwg/ivy.xml @ 0:3b37d71af924 default tip

iniitial
author dwinter
date Tue, 26 Feb 2013 15:50:30 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3b37d71af924
1 <?xml version="1.0" ?>
2
3 <!--
4 Licensed to the Apache Software Foundation (ASF) under one or more
5 contributor license agreements. See the NOTICE file distributed with
6 this work for additional information regarding copyright ownership.
7 The ASF licenses this file to You under the Apache License, Version 2.0
8 (the "License"); you may not use this file except in compliance with
9 the License. You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 -->
19
20 <ivy-module version="1.0">
21 <info organisation="org.apache.nutch" module="${ant.project.name}">
22 <license name="Apache 2.0"/>
23 <ivyauthor name="Apache Nutch Team" url="http://nutch.apache.org"/>
24 <description>
25 Apache Nutch
26 </description>
27 </info>
28
29 <configurations>
30 <include file="../../..//ivy/ivy-configurations.xml"/>
31 </configurations>
32
33 <publications>
34 <!--get the artifact from our module name-->
35 <artifact conf="master"/>
36 </publications>
37
38 <dependencies>
39 </dependencies>
40
41 </ivy-module>