Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-30 08:20:55 +0000
committerLars Vogel2020-09-30 13:29:03 +0000
commit243f3b9cb347a9cba08dda682b7292c34104a287 (patch)
treed3087914b09f7dcf66b1fcde9d2fce985a3a5139
parent16d798e1bc014bb5bfc1243db77c3844980d7496 (diff)
downloadeclipse.platform.debug-243f3b9cb347a9cba08dda682b7292c34104a287.tar.gz
eclipse.platform.debug-243f3b9cb347a9cba08dda682b7292c34104a287.tar.xz
eclipse.platform.debug-243f3b9cb347a9cba08dda682b7292c34104a287.zip
Bug 552895 - Use pomless builds in eclipse.platform.debugY20201001-1200Y20200930-1200I20201001-1800I20200930-1800
Change-Id: I317bd5455ce400a6947635172d4b274d41e3a5fc Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--.mvn/extensions.xml8
-rw-r--r--org.eclipse.core.externaltools/pom.xml23
-rw-r--r--org.eclipse.core.variables/pom.xml23
-rw-r--r--org.eclipse.debug.core/pom.xml23
-rw-r--r--org.eclipse.debug.examples.core/pom.xml23
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml23
-rw-r--r--org.eclipse.ui.console/pom.xml23
-rw-r--r--org.eclipse.ui.externaltools/pom.xml23
8 files changed, 8 insertions, 161 deletions
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 000000000..3f486b3e4
--- /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>2.0.0</version>
+ </extension>
+</extensions> \ No newline at end of file
diff --git a/org.eclipse.core.externaltools/pom.xml b/org.eclipse.core.externaltools/pom.xml
deleted file mode 100644
index 172a54046..000000000
--- a/org.eclipse.core.externaltools/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2016 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.core</groupId>
- <artifactId>org.eclipse.core.externaltools</artifactId>
- <version>1.1.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.core.variables/pom.xml b/org.eclipse.core.variables/pom.xml
deleted file mode 100644
index a3836d50f..000000000
--- a/org.eclipse.core.variables/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2016 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.core</groupId>
- <artifactId>org.eclipse.core.variables</artifactId>
- <version>3.4.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
deleted file mode 100644
index f33f46fe6..000000000
--- a/org.eclipse.debug.core/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2018 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.debug</groupId>
- <artifactId>org.eclipse.debug.core</artifactId>
- <version>3.17.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.debug.examples.core/pom.xml b/org.eclipse.debug.examples.core/pom.xml
deleted file mode 100644
index 78b7958e9..000000000
--- a/org.eclipse.debug.examples.core/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2017 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.debug</groupId>
- <artifactId>org.eclipse.debug.examples.core</artifactId>
- <version>1.4.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml
deleted file mode 100644
index 83cd61d4f..000000000
--- a/org.eclipse.debug.examples.ui/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2017 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.debug</groupId>
- <artifactId>org.eclipse.debug.examples.ui</artifactId>
- <version>1.6.400-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
deleted file mode 100644
index 380ab045f..000000000
--- a/org.eclipse.ui.console/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2018 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.ui.console</artifactId>
- <version>3.9.300-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.externaltools/pom.xml b/org.eclipse.ui.externaltools/pom.xml
deleted file mode 100644
index d2b1a8c69..000000000
--- a/org.eclipse.ui.externaltools/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2016 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.debug</artifactId>
- <groupId>eclipse.platform.debug</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.ui.externaltools</artifactId>
- <version>3.4.800-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top