blob: 0f8a822a41295f663735c802818881a50db15b0e [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. 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>
<pomVersion>3</pomVersion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jcr-ext</artifactId>
<name>JCR extras</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<inceptionYear>2004</inceptionYear>
<package>org.apache.jackrabbit.*</package>
<shortDescription>Utilities for JCR implementations</shortDescription>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jcr-ext</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jcr-ext</developerConnection>
<url>http://svn.apache.org/viewcvs</url>
</repository>
<developers>
<developer>
<name>Jukka Zitting</name>
<id>jukka</id>
<email>jz@yukatan.fi</email>
<organization>Yukatan</organization>
<roles>
<role>Java Developer</role>
</roles>
<timezone>+2</timezone>
</developer>
</developers>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>jsr170</groupId>
<artifactId>jcr</artifactId>
<version>1.0</version>
<url>http://jcp.org/en/jsr/detail?id=170</url>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<!-- Commons Codec is used for Base64 support -->
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
</build>
</project>