Remove redundant jdtpde repository module. Change-Id: I3d640779b4ae33d03e0eb7790d30979c6dee90a9 Signed-off-by: Mat Booth <mat.booth@redhat.com> Reviewed-on: https://git.eclipse.org/r/25648 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/category.xml b/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/category.xml deleted file mode 100644 index 9b7f82d..0000000 --- a/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/category.xml +++ /dev/null
@@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<site pack200="true"> - - - <feature url="features/org.eclipse.jdt_0.0.0.jar" id="org.eclipse.jdt" version="0.0.0"> - </feature> - - <feature url="features/org.eclipse.sdk_0.0.0.jar" id="org.eclipse.sdk" version="0.0.0"> - </feature> - -</site>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/pom.xml deleted file mode 100644 index a1fc7b8..0000000 --- a/eclipse.platform.releng.tychoeclipsebuilder/jdtpde/pom.xml +++ /dev/null
@@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright (c) 2012 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 ---> - -<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/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.eclipse</groupId> - <artifactId>eclipse-platform-parent</artifactId> - <version>4.3.0-SNAPSHOT</version> - <relativePath>../../eclipse-platform-parent</relativePath> - </parent> - - <artifactId>org.eclipse.jdt.update-site</artifactId> - <version>4.3.0-SNAPSHOT</version> - <packaging>eclipse-repository</packaging> -</project>