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
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>
-rw-r--r--.mvn/extensions.xml8
-rw-r--r--org.eclipse.core.filebuffers/pom.xml23
-rw-r--r--org.eclipse.jface.text/pom.xml23
-rw-r--r--org.eclipse.search/pom.xml23
-rw-r--r--org.eclipse.text.quicksearch/pom.xml25
-rw-r--r--org.eclipse.text/pom.xml23
-rw-r--r--org.eclipse.ui.editors/pom.xml23
-rw-r--r--org.eclipse.ui.examples.javaeditor/pom.xml23
-rw-r--r--org.eclipse.ui.genericeditor.examples/pom.xml23
-rw-r--r--org.eclipse.ui.genericeditor/pom.xml23
-rw-r--r--org.eclipse.ui.workbench.texteditor/pom.xml23
11 files changed, 8 insertions, 232 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000000..5724f5ea72a
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+ <extension>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-pomless</artifactId>
+ <version>1.5.1</version>
+ </extension>
+</extensions> \ No newline at end of file
diff --git a/org.eclipse.core.filebuffers/pom.xml b/org.eclipse.core.filebuffers/pom.xml
deleted file mode 100644
index 6ff12059f39..00000000000
--- a/org.eclipse.core.filebuffers/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2014 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.core.filebuffers</artifactId>
- <version>3.6.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml
deleted file mode 100644
index 57899690073..00000000000
--- a/org.eclipse.jface.text/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 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 v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.jface</groupId>
- <artifactId>org.eclipse.jface.text</artifactId>
- <version>3.16.100-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.search/pom.xml b/org.eclipse.search/pom.xml
deleted file mode 100644
index a9004908e90..00000000000
--- a/org.eclipse.search/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.search</groupId>
- <artifactId>org.eclipse.search</artifactId>
- <version>3.11.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
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>
diff --git a/org.eclipse.text/pom.xml b/org.eclipse.text/pom.xml
deleted file mode 100644
index 4fa3e691308..00000000000
--- a/org.eclipse.text/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2015 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.text</groupId>
- <artifactId>org.eclipse.text</artifactId>
- <version>3.10.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml
deleted file mode 100644
index 7bb1058f86f..00000000000
--- a/org.eclipse.ui.editors/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 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 v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.ui</groupId>
- <artifactId>org.eclipse.ui.editors</artifactId>
- <version>3.13.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.examples.javaeditor/pom.xml b/org.eclipse.ui.examples.javaeditor/pom.xml
deleted file mode 100644
index dede932d786..00000000000
--- a/org.eclipse.ui.examples.javaeditor/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2013 Eclipse Foundation and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.ui</groupId>
- <artifactId>org.eclipse.ui.examples.javaeditor</artifactId>
- <version>3.2.400-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.genericeditor.examples/pom.xml b/org.eclipse.ui.genericeditor.examples/pom.xml
deleted file mode 100644
index f8dc9ccc740..00000000000
--- a/org.eclipse.ui.genericeditor.examples/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2016 Red Hat Inc. and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Mickael Istria (Red Hat Inc.) - initial implementation
--->
-<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.ui</groupId>
- <artifactId>org.eclipse.ui.genericeditor.examples</artifactId>
- <version>1.1.400-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.genericeditor/pom.xml b/org.eclipse.ui.genericeditor/pom.xml
deleted file mode 100644
index 488acd12674..00000000000
--- a/org.eclipse.ui.genericeditor/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2016 Red Hat Inc. and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Mickael Istria (Red Hat Inc.) - initial implementation
--->
-<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.ui</groupId>
- <artifactId>org.eclipse.ui.genericeditor</artifactId>
- <version>1.1.600-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml
deleted file mode 100644
index 21141551320..00000000000
--- a/org.eclipse.ui.workbench.texteditor/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 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 v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- Igor Fedorenko - initial implementation
--->
-<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.ui</groupId>
- <artifactId>org.eclipse.ui.workbench.texteditor</artifactId>
- <version>3.14.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top