<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- 
 Copyright 2004 The Apache Software Foundation
 Licensed  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>
  <extend>${basedir}/../buildsystem/project-common.xml</extend>

  <id>excalibur-configuration</id>
  <name>Excalibur Configuration</name>
  <package>org.apache.excalibur.configuration</package>
  <currentVersion>1.2</currentVersion>

  <inceptionYear>2002</inceptionYear>
  <shortDescription>
    Confiuration utilities for Avalon.
  </shortDescription>

  <siteDirectory>${root.site.directory}/excalibur/configuration</siteDirectory>

  <repository>
    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:avalon-excalibur/configuration</connection>
    <url>http://cvs.apache.org/viewcvs/avalon-excalibur/configuration/</url>
  </repository>

  <dependencies>

    <!-- avalon dependecies -->

    <dependency>
      <groupId>avalon-framework</groupId>
      <artifactId>avalon-framework-api</artifactId>
      <version>4.1.5</version>
    </dependency>
    <dependency>
      <groupId>avalon-framework</groupId>
      <artifactId>avalon-framework-impl</artifactId>
      <version>4.1.5</version>
    </dependency>

    <!-- external dependecies -->

    <dependency>
      <id>isorelax</id>
      <version>20020414</version>
    </dependency>
    <dependency>
      <id>msv</id>
      <version>20020414</version>
    </dependency>

    <!-- unit test dependency for validate taglib -->

    <dependency>
      <id>xsdlib</id>
      <version>20030225</version>
    </dependency>
    <dependency>
      <id>relaxngDatatype</id>
      <version>20020414</version>
    </dependency>

    <!-- pre JDK 1.4 dependencies -->

    <dependency>
      <id>xml-apis</id>
      <version>1.0.b2</version>
      <url>http://xml.apache.org/xerces2-j/</url>
    </dependency>

    <dependency>
      <id>xerces</id>
      <version>2.2.1</version>
      <url>http://xml.apache.org/xerces2-j/</url>
    </dependency>

  </dependencies>

  <reports>
    <report>maven-changelog-plugin</report>
    <report>maven-file-activity-plugin</report>
    <report>maven-developer-activity-plugin</report>
  </reports>

</project>
