Bug 543219 - Remove Java and PDE builder from org.eclipse.images

Change-Id: Ia68d73033e87dcee73970b01f3cd32f666eb3101
Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/org.eclipse.images/.project b/org.eclipse.images/.project
index 187e87d..087d81e 100644
--- a/org.eclipse.images/.project
+++ b/org.eclipse.images/.project
@@ -1,29 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.images</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.pde.ManifestBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.pde.PluginNature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.images</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.m2e.core.maven2Builder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.m2e.core.maven2Nature</nature>

+	</natures>

+</projectDescription>

diff --git a/org.eclipse.images/META-INF/MANIFEST.MF b/org.eclipse.images/META-INF/MANIFEST.MF
deleted file mode 100644
index d4a2183..0000000
--- a/org.eclipse.images/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,7 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %Plugin.name
-Bundle-SymbolicName: org.eclipse.images
-Bundle-Version: 1.0.0.qualifier
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-Vendor: %Plugin.providerName
diff --git a/org.eclipse.images/build.properties b/org.eclipse.images/build.properties
deleted file mode 100644
index ba7c8b5..0000000
--- a/org.eclipse.images/build.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .,\
-               eclipse.jdt.ui/,\
-               eclipse.pde.ui/,\
-               eclipse.platform.debug/,\
-               eclipse.platform/,\
-               eclipse.platform.team/,\
-               eclipse.platform.ui/
-src.includes = eclipse-svg/
diff --git a/org.eclipse.images/plugin.properties b/org.eclipse.images/plugin.properties
deleted file mode 100644
index a6f8800..0000000
--- a/org.eclipse.images/plugin.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-###############################################################################
-# Copyright (c) 2013 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
-###############################################################################
-Plugin.name = Eclipse Image Resources
-Plugin.providerName = Eclipse.org
-