Details
File Contents
<?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.
-->
<project>
<extend>${basedir}/../project-common.xml</extend>
<name>Excalibur Testcase</name>
<id>excalibur-testcase</id>
<groupId>excalibur-component</groupId>
<inceptionYear>2004</inceptionYear>
<shortDescription>A lightweight avalon container</shortDescription>
<description>
This project contains utilities for managing components. ECM
is what we call an "avalon container", though it is somewhat
different in architecture to newer developments like Phoenix
and Fortress. Our intend is to someday completely replace ECM
with Fortress. In particular, this package contains the
ExcaliburComponentManager, usually abbreviated to ECM.
</description>
<dependencies>
<dependency>
<groupId>avalon-logkit</groupId>
<artifactId>avalon-logkit</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-api</artifactId>
<version>4.3</version>
</dependency>
<dependency>
<groupId>avalon-framework</groupId>
<artifactId>avalon-framework-impl</artifactId>
<version>4.3</version>
</dependency>
<dependency>
<id>excalibur-logger</id>
<version>2.1</version>
</dependency>
<dependency>
<id>excalibur-component</id>
<version>2.1</version>
</dependency>
<dependency>
<groupId>excalibur-instrument</groupId>
<artifactId>excalibur-instrument-api</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<id>junit</id>
<version>3.8.1</version>
</dependency>
</dependencies>
<properties>
<use-forrest>true</use-forrest>
</properties>
</project>
Last Updated: Sun, 05 Oct 2008 16:00:11 ().