791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger<?xml version="1.0" encoding="UTF-8"?>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger<!--
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerCDDL HEADER START
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerThe contents of this file are subject to the terms of the
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerCommon Development and Distribution License (the "License").
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerYou may not use this file except in compliance with the License.
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerSee LICENSE.txt included in this distribution for the specific
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulingerlanguage governing permissions and limitations under the License.
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerWhen distributing Covered Code, include this CDDL HEADER in each
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulingerfile and include the License file at LICENSE.txt.
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerIf applicable, add the following below this CDDL HEADER, with the
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulingerfields enclosed by brackets "[]" replaced with your own identifying
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulingerinformation: Portions Copyright [yyyy] [name of copyright owner]
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerCDDL HEADER END
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof TulingerCopyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger-->
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <modelVersion>4.0.0</modelVersion>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <groupId>org.opensolaris.opengrok</groupId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <artifactId>plugins</artifactId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <packaging>jar</packaging>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <version>0.13-SNAPSHOT</version>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <name>OpenGrok Sample Plugins</name>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <parent>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <groupId>org.opensolaris.opengrok</groupId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <artifactId>opengrok</artifactId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <version>0.13-SNAPSHOT</version>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger </parent>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <dependencies>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <dependency>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <groupId>${project.groupId}</groupId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <artifactId>opengrok-indexer</artifactId>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger <version>${project.version}</version>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger </dependency>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger </dependencies>
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger
791845cde7800275068baf6b57bbf4343e035828Kryštof Tulinger</project>