Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/junit5patch/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/junit5patch/pom.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/junit5patch/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/junit5patch/pom.xml
deleted file mode 100644
index 68fd7b925..000000000
--- a/eclipse.platform.releng.tychoeclipsebuilder/junit5patch/pom.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2016, 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:
- IBM Corporation and others - 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>
- <groupId>org.eclipse</groupId>
- <artifactId>eclipse-platform-parent</artifactId>
- <version>4.7.0-SNAPSHOT</version>
- <relativePath>../../eclipse-platform-parent</relativePath>
- </parent>
-
- <groupId>eclipse.platform.releng</groupId>
- <artifactId>eclipse.platform.releng.junit5patch</artifactId>
- <version>4.7.0-SNAPSHOT</version>
- <packaging>pom</packaging>
-
- <properties>
- <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator</tycho.scmUrl>
- </properties>
-
- <modules>
- <module>../../eclipse.platform.releng.prereqs.sdk</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.ui</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.ui.tests</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit.core</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit.runtime</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit4.runtime</module>
- <module>../../eclipse.jdt.ui/org.eclipse.jdt.junit5.runtime</module>
- <module>../../eclipse.jdt/org.eclipse.jdt-feature</module>
- <module>eclipse.releng.repository.junit5patch</module> </modules>
-</project>

Back to the top