Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-09-15 07:15:39 +0000
committerLars Vogel2020-09-15 08:05:01 +0000
commit29c8bc63990462ce36aaa55ee6ba84de091035e7 (patch)
treef9055444f4e92d81d16ff40d17432e69d8cf1802
parent062290e592f6cc597ce8fd5db1ad8f0d2ed727c3 (diff)
downloadeclipse.platform.ua-29c8bc63990462ce36aaa55ee6ba84de091035e7.tar.gz
eclipse.platform.ua-29c8bc63990462ce36aaa55ee6ba84de091035e7.tar.xz
eclipse.platform.ua-29c8bc63990462ce36aaa55ee6ba84de091035e7.zip
Bug 558204 - Use pomless builds in eclipse.platform.ua
Change-Id: Ica1337da28ad42447556616dd3245a9a69416115 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--.mvn/extensions.xml8
-rw-r--r--org.eclipse.help.ui/pom.xml23
-rw-r--r--org.eclipse.tips.core/pom.xml27
-rw-r--r--org.eclipse.tips.examples/pom.xml27
-rw-r--r--org.eclipse.tips.ide/pom.xml27
-rw-r--r--org.eclipse.tips.json/pom.xml23
-rw-r--r--org.eclipse.tips.tests/pom.xml28
-rw-r--r--org.eclipse.tips.ui/pom.xml27
-rw-r--r--org.eclipse.ui.intro.quicklinks/pom.xml24
-rw-r--r--org.eclipse.ui.intro.universal/pom.xml23
10 files changed, 8 insertions, 229 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.help.ui/pom.xml b/org.eclipse.help.ui/pom.xml
deleted file mode 100644
index f3e201e16..000000000
--- a/org.eclipse.help.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.ua</artifactId>
- <groupId>eclipse.platform.ua</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.help</groupId>
- <artifactId>org.eclipse.help.ui</artifactId>
- <version>4.2.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.core/pom.xml b/org.eclipse.tips.core/pom.xml
deleted file mode 100644
index 09fd1a8d9..000000000
--- a/org.eclipse.tips.core/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2018 Remain Software
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- wim.jongman@remainsoftware.com - initial API and implementation
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.core</artifactId>
- <version>0.1.600-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.examples/pom.xml b/org.eclipse.tips.examples/pom.xml
deleted file mode 100644
index 562c65b0f..000000000
--- a/org.eclipse.tips.examples/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2018 Remain Software
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- wim.jongman@remainsoftware.com - initial API and implementation
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.examples</artifactId>
- <version>0.1.200-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.ide/pom.xml b/org.eclipse.tips.ide/pom.xml
deleted file mode 100644
index f182a4aab..000000000
--- a/org.eclipse.tips.ide/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2018 Remain Software
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- wim.jongman@remainsoftware.com - initial API and implementation
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.ide</artifactId>
- <version>0.1.900-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.json/pom.xml b/org.eclipse.tips.json/pom.xml
deleted file mode 100644
index 3db4424cb..000000000
--- a/org.eclipse.tips.json/pom.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2018 Remain Software All rights reserved. This program
- and the accompanying materials are made available under the terms of the
- Eclipse Public License 2.0 which accompanies this distribution, and is available
-t https://www.eclipse.org/legal/epl-2.0/
-t
-t SPDX-License-Identifier: EPL-2.0 Contributors: wim.jongman@remainsoftware.com
- - initial API and implementation -->
-
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.json</artifactId>
- <version>0.1.700-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.tests/pom.xml b/org.eclipse.tips.tests/pom.xml
deleted file mode 100644
index 58db1993d..000000000
--- a/org.eclipse.tips.tests/pom.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2018 Remain Software
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- wim.jongman@remainsoftware.com - initial API and implementation
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.tests</artifactId>
- <version>1.0.200-SNAPSHOT</version>
- <packaging>eclipse-test-plugin</packaging>
-</project>
diff --git a/org.eclipse.tips.ui/pom.xml b/org.eclipse.tips.ui/pom.xml
deleted file mode 100644
index 47e5553bd..000000000
--- a/org.eclipse.tips.ui/pom.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2018 Remain Software
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License 2.0
- which accompanies this distribution, and is available at
- https://www.eclipse.org/legal/epl-2.0/
-
- SPDX-License-Identifier: EPL-2.0
-
- Contributors:
- wim.jongman@remainsoftware.com - initial API and implementation
- -->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>eclipse.platform.ua</groupId>
- <artifactId>eclipse.platform.ua</artifactId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.tips.ui</artifactId>
- <version>0.1.1100-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.intro.quicklinks/pom.xml b/org.eclipse.ui.intro.quicklinks/pom.xml
deleted file mode 100644
index 390d380db..000000000
--- a/org.eclipse.ui.intro.quicklinks/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2016 Eclipse Foundation.
- 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
- Manumitting Technologies Inc - adapted for quicklinks
--->
-<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.ua</artifactId>
- <groupId>eclipse.platform.ua</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.ui.intro.quicklinks</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>
diff --git a/org.eclipse.ui.intro.universal/pom.xml b/org.eclipse.ui.intro.universal/pom.xml
deleted file mode 100644
index e8408996c..000000000
--- a/org.eclipse.ui.intro.universal/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.ua</artifactId>
- <groupId>eclipse.platform.ua</groupId>
- <version>4.18.0-SNAPSHOT</version>
- </parent>
- <groupId>org.eclipse.ui</groupId>
- <artifactId>org.eclipse.ui.intro.universal</artifactId>
- <version>3.4.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-</project>

Back to the top