blob: 484a51df775df89b2c1c515b35a67f7abdacc19e [file] [log] [blame]
<?xml version="1.0"?>
<!--
Copyright 2004-2005 The Apache Software Foundation or its licensors,
as applicable.
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>
<pomVersion>3</pomVersion>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-examples</artifactId>
<name>Jackrabbit Examples</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>The Apache Software Foundation</name>
<url>http://incubator.apache.org/projects/jackrabbit.html</url>
<logo>http://incubator.apache.org/images/apache-incubator-logo.png</logo>
</organization>
<inceptionYear>2005</inceptionYear>
<package>org.apache.jackrabbit.examples*</package>
<logo>/images/jackrabbitlogo.gif</logo>
<description>
The Jackrabbit Examples package contains example code for illustrating
both general JCR API usage and specific Jackrabbit features.
</description>
<shortDescription>Example code for JCR and Jackrabbit</shortDescription>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jackrabbit/trunk/contrib/examples</developerConnection>
<url>http://svn.apache.org/viewcvs</url>
</repository>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<!-- Compile 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</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<!-- Runtime dependencies needed by Jackrabbit -->
<dependency>
<groupId>concurrent</groupId>
<artifactId>concurrent</artifactId>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
<version>1.0-M1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
</dependency>
<dependency>
<groupId>lucene</groupId>
<artifactId>lucene</artifactId>
<version>1.4.3</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.6.2</version>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xmlParserAPIs</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
<build>
<sourceDirectory>src/java</sourceDirectory>
</build>
</project>