Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Läubrich2019-11-06 07:10:15 +0000
committerChristoph Läubrich2019-11-06 07:10:15 +0000
commit159deab97eeaad26f99a9234460f9ec87aac745f (patch)
treebcf98a0b7b06786b1e8e41883971e2230c3ad547 /org.eclipse.text.quicksearch
parentfe05cafd71c11ddf49b34f89c12880ed5a00c40a (diff)
downloadeclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.tar.gz
eclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.tar.xz
eclipse.platform.text-159deab97eeaad26f99a9234460f9ec87aac745f.zip
Bug 552704 - Use pomless builds in eclipse.platform.textY20191107-0420I20191106-1805
Change-Id: I15a8b94a9c546ba5fd372b1e8a2636580accac38 Signed-off-by: Christoph Läubrich <laeubi@laeubi-soft.de>
Diffstat (limited to 'org.eclipse.text.quicksearch')
-rw-r--r--org.eclipse.text.quicksearch/pom.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/org.eclipse.text.quicksearch/pom.xml b/org.eclipse.text.quicksearch/pom.xml
deleted file mode 100644
index edde8f0eba5..00000000000
--- a/org.eclipse.text.quicksearch/pom.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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.100-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top