Bug 480953 - Remove pde.build.feature from master stream

Change-Id: I8a5f44b7ba7a0d511bbbb6b9ce9695f480c7b64f
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/org.eclipse.pde.build.feature/.project b/org.eclipse.pde.build.feature/.project
deleted file mode 100644
index f0cb09c..0000000
--- a/org.eclipse.pde.build.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.pde.build.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>
diff --git a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs b/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs
deleted file mode 100644
index 99f26c0..0000000
--- a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8
diff --git a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 5a0ad22..0000000
--- a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-line.separator=\n
diff --git a/org.eclipse.pde.build.feature/build.properties b/org.eclipse.pde.build.feature/build.properties
deleted file mode 100644
index 91a2076..0000000
--- a/org.eclipse.pde.build.feature/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-###############################################################################
-# Copyright (c) 2010, 2011 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml,\
-               feature.properties
diff --git a/org.eclipse.pde.build.feature/feature.properties b/org.eclipse.pde.build.feature/feature.properties
deleted file mode 100644
index 186a8a1..0000000
--- a/org.eclipse.pde.build.feature/feature.properties
+++ /dev/null
@@ -1,33 +0,0 @@
-###############################################################################
-# Copyright (c) 2010, 2011 EclipseSource Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     EclipseSource - initial API and implementation
-###############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=PDE Build Base Function
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse PDE Project
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=\
-Copyright (c) 2010 EclipseSource Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
-\n\
-Contributors:\n\
-    EclipseSource - initial API and implementation\n
-################ end of copyright property ####################################
\ No newline at end of file
diff --git a/org.eclipse.pde.build.feature/feature.xml b/org.eclipse.pde.build.feature/feature.xml
deleted file mode 100644
index 339511d..0000000
--- a/org.eclipse.pde.build.feature/feature.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.pde.build.feature"
-      label="%featureName"
-      version="1.0.1.qualifier"
-      provider-name="%providerName"
-      license-feature="org.eclipse.license"
-      license-feature-version="0.0.0">
-
-   <copyright url="%copyrightURL">
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-   <includes
-         id="org.eclipse.equinox.p2.extras.feature"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.apache.ant"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.eclipse.ant.core"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.pde.build"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"/>
-
-   <plugin
-         id="org.eclipse.jdt.core.compiler.batch"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.jdt.core.ant.compiler.adapter"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
diff --git a/org.eclipse.pde.build.feature/forceQualifierUpdate.txt b/org.eclipse.pde.build.feature/forceQualifierUpdate.txt
deleted file mode 100644
index 629e3e7..0000000
--- a/org.eclipse.pde.build.feature/forceQualifierUpdate.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-Bug 399749 - update to Orbit M7 S-build URL
-Bug 442445 - Moving to Ant 1.9.4 for Mars
-Bug 467268 - Update to Orbit RC1 URL
\ No newline at end of file
diff --git a/org.eclipse.pde.build.feature/pom.xml b/org.eclipse.pde.build.feature/pom.xml
deleted file mode 100644
index 7e49111..0000000
--- a/org.eclipse.pde.build.feature/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2012, 2015 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.pde.build</artifactId>
-    <groupId>eclipse.pde.build</groupId>
-    <version>4.6.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.pde.feature</groupId>
-  <artifactId>org.eclipse.pde.build.feature</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
-
-</project>