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 /org.eclipse.debug.examples.core
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>
Diffstat (limited to 'org.eclipse.debug.examples.core')
-rw-r--r--org.eclipse.debug.examples.core/pom.xml23
1 files changed, 0 insertions, 23 deletions
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>

Back to the top