Bug 518592 - Retire org.eclipse.rcp.patch.feature from e4

Change-Id: I064e7dec233f648dfbb0be9a7c94e8a0eef46c9e
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/features/org.eclipse.rcp.patch.feature/.project b/features/org.eclipse.rcp.patch.feature/.project
deleted file mode 100644
index 70bcb6e..0000000
--- a/features/org.eclipse.rcp.patch.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.rcp.patch.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/features/org.eclipse.rcp.patch.feature/build.properties b/features/org.eclipse.rcp.patch.feature/build.properties
deleted file mode 100644
index ed4385a..0000000
--- a/features/org.eclipse.rcp.patch.feature/build.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-############################################################################
-#  Copyright (c) 2010 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 =\
-eclipse_update_120.jpg,\
-feature.xml,\
-feature.properties
-
diff --git a/features/org.eclipse.rcp.patch.feature/eclipse_update_120.jpg b/features/org.eclipse.rcp.patch.feature/eclipse_update_120.jpg
deleted file mode 100644
index bfdf708..0000000
--- a/features/org.eclipse.rcp.patch.feature/eclipse_update_120.jpg
+++ /dev/null
Binary files differ
diff --git a/features/org.eclipse.rcp.patch.feature/feature.properties b/features/org.eclipse.rcp.patch.feature/feature.properties
deleted file mode 100644
index e913b51..0000000
--- a/features/org.eclipse.rcp.patch.feature/feature.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-###############################################################################
-# Copyright (c) 2012 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
-###############################################################################
-# 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=Eclipse RCP Juno SR1 Patch
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
-
-# "description" property - description of the feature
-description=The bundles required to patch Eclipse RCP 4.2.1
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=\
-Copyright (c) 2012 IBM Corporation 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\
-    IBM Corporation - initial API and implementation\n
-################ end of copyright property ####################################
-
-
-########### end of license property ##########################################
diff --git a/features/org.eclipse.rcp.patch.feature/feature.xml b/features/org.eclipse.rcp.patch.feature/feature.xml
deleted file mode 100644
index 4d7426f..0000000
--- a/features/org.eclipse.rcp.patch.feature/feature.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.rcp.patch.feature"
-      label="%featureName"
-      version="4.2.1.qualifier"
-      provider-name="%providerName"
-      image="eclipse_update_120.jpg"
-      license-feature="org.eclipse.license"
-      license-feature-version="0.0.0">
-
-
-   <description>
-      %description
-   </description>
-
-   <copyright>
-      %copyright
-   </copyright>
-
-   <license url="%licenseURL">
-      %license
-   </license>
-
-
-   <requires>
-      <import feature="org.eclipse.rcp" version="4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy" patch="true"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.ui.workbench"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
diff --git a/features/org.eclipse.rcp.patch.feature/pom.xml b/features/org.eclipse.rcp.patch.feature/pom.xml
deleted file mode 100644
index 80ce696..0000000
--- a/features/org.eclipse.rcp.patch.feature/pom.xml
+++ /dev/null
@@ -1,59 +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/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse-juno-parent</artifactId>
-    <groupId>org.eclipse.e4.ui</groupId>
-    <version>0.17.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.e4.ui</groupId>
-  <artifactId>org.eclipse.rcp.patch.feature</artifactId>
-  <version>4.2.1-SNAPSHOT</version>
-  <packaging>eclipse-feature</packaging>
-
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>tycho-source-feature-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <id>source-feature</id>
-            <goals>
-              <goal>source-feature</goal>
-            </goals>
-            <configuration>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>tycho-p2-plugin</artifactId>
-        <version>${tycho.version}</version>
-        <executions>
-          <execution>
-            <id>attached-p2-metadata</id>
-            <phase>package</phase>
-            <goals>
-              <goal>p2-metadata</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
diff --git a/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/build.properties b/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/build.properties
deleted file mode 100644
index 7c072cd..0000000
--- a/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/build.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-############################################################################
-#  Copyright (c) 2010 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/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/eclipse_update_120.jpg b/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/eclipse_update_120.jpg
deleted file mode 100644
index bfdf708..0000000
--- a/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/eclipse_update_120.jpg
+++ /dev/null
Binary files differ
diff --git a/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/feature.properties
deleted file mode 100644
index d25b702..0000000
--- a/features/org.eclipse.rcp.patch.feature/sourceTemplateFeature/feature.properties
+++ /dev/null
@@ -1,39 +0,0 @@
-###############################################################################
-# Copyright (c) 2012 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
-###############################################################################
-# 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=Eclipse RCP Juno SR1 Patch Developer Resources
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
-
-# "description" property - description of the feature
-description=The bundles required to patch Eclipse RCP 4.2.1
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=\
-Copyright (c) 2012 IBM Corporation 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\
-    IBM Corporation - initial API and implementation\n
-################ end of copyright property ####################################
-
-
-########### end of license property ##########################################