blob: 9403169ddd8e65b6a3ff89ea462ca97a2f089a25 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2012, 2014. 2019 Eclipse Foundation and others. All rights
reserved. This program and the accompanying materials are made available
under the terms of the Eclipse Distribution License v2.0 which accompanies
this distribution, and is available at http://www.eclipse.org/org/documents/edl-v20.php
SPDX-License-Identifier: EPL-2.0
Contributors: Igor Fedorenko - initial implementation
Pivotal Inc - copy adapted for quicksearch bundle
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
<version>4.14.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.text.quicksearch</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<skipAPIAnalysis>true</skipAPIAnalysis> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548518#c41 -->
</properties>
</project>