Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

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 Store</name>
    <id>excalibur-store</id>
    <inceptionYear>1997</inceptionYear>
    <shortDescription>a way to store named objects without caring where or how they are stored.</shortDescription>
    <description>
          The Store Package provides a way to store named objects without
          taking care about where and how they are stored.
          You can choose between different implementations that store
          the data e.g. in memory or on the file system etc.
    </description>
    <package>org.apache.excalibur</package>

    <dependencies>
        <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>
            <groupId>excalibur-instrument</groupId>
            <artifactId>excalibur-instrument-api</artifactId>
            <version>2.1</version>
        </dependency>
        <dependency>
            <id>jisp</id>
            <version>2.5.1</version>
        </dependency>
        <dependency>
            <id>concurrent</id>
            <version>1.3.4</version>
        </dependency>
        <dependency>
            <groupId>excalibur-fortress</groupId>
            <artifactId>excalibur-fortress-container-api</artifactId>
            <version>1.2</version>
        </dependency>
        <dependency>
            <groupId>excalibur-fortress</groupId>
            <artifactId>excalibur-fortress-meta</artifactId>
            <version>1.3-dev</version>
        </dependency>
        <dependency>
            <!-- for metadata generation only -->
            <id>qdox</id>
            <version>1.5</version>
        </dependency>
    </dependencies>
</project>

Last Updated: Wed, 02 Jul 2008 16:00:28 ().Python Logo