annotate src/plugin/parse-MPIWG-metaTag/ivy.xml @ 0:3b37d71af924 default tip

iniitial
author dwinter
date Tue, 26 Feb 2013 15:50:30 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3b37d71af924 iniitial
dwinter
parents:
diff changeset
1 <ivy-module version="1.0">
3b37d71af924 iniitial
dwinter
parents:
diff changeset
2 <info organisation="org.apache.nutch" module="${ant.project.name}">
3b37d71af924 iniitial
dwinter
parents:
diff changeset
3 <license name="Apache 2.0"/>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
4 <ivyauthor name="Apache Nutch Team" url="http://nutch.apache.org"/>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
5 <description>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
6 Apache Nutch
3b37d71af924 iniitial
dwinter
parents:
diff changeset
7 </description>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
8 </info>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
9
3b37d71af924 iniitial
dwinter
parents:
diff changeset
10 <configurations>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
11 <include file="${nutch.root}/ivy/ivy-configurations.xml"/>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
12 </configurations>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
13
3b37d71af924 iniitial
dwinter
parents:
diff changeset
14 <publications>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
15 <!--get the artifact from our module name-->
3b37d71af924 iniitial
dwinter
parents:
diff changeset
16 <artifact conf="master"/>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
17 </publications>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
18
3b37d71af924 iniitial
dwinter
parents:
diff changeset
19 <dependencies>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
20 </dependencies>
3b37d71af924 iniitial
dwinter
parents:
diff changeset
21
3b37d71af924 iniitial
dwinter
parents:
diff changeset
22 </ivy-module>