Bug 559967: Removed obsolete releng projects

Projects removed:
- releng/org.eclipse.e4.ui.progress.parent
- releng/org.eclipse.e4.ui.progress.update

These projects were introduced to test the org.eclipse.e4.ui.progress
bundle when it was new.

Change-Id: I6af9eaa336250c5f088cd70b691d4231340fe21b
Signed-off-by: Karsten Thoms <karsten.thoms@karakun.com>
diff --git a/releng/org.eclipse.e4.ui.progress.parent/pom.xml b/releng/org.eclipse.e4.ui.progress.parent/pom.xml
deleted file mode 100644
index 623f8d2..0000000
--- a/releng/org.eclipse.e4.ui.progress.parent/pom.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2012, 2014 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
--->
-<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.platform.ui</artifactId>
-    <groupId>eclipse.platform.ui</groupId>
-    <version>4.17.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
-  </parent>
-
-  <groupId>org.eclipse.e4</groupId>
-  <artifactId>org.eclipse.e4.ui.progress.parent</artifactId>
-  <version>4.17.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <modules>
-    <module>../../bundles/org.eclipse.e4.ui.progress</module>
-    <module>../../features/org.eclipse.e4.ui.progress.feature</module>
-    <module>../../releng/org.eclipse.e4.ui.progress.update</module>
-  </modules>
-
-</project>
diff --git a/releng/org.eclipse.e4.ui.progress.update/.project b/releng/org.eclipse.e4.ui.progress.update/.project
deleted file mode 100644
index a8d6b10..0000000
--- a/releng/org.eclipse.e4.ui.progress.update/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.e4.ui.progress.update</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.UpdateSiteBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.UpdateSiteNature</nature>
-	</natures>
-</projectDescription>
diff --git a/releng/org.eclipse.e4.ui.progress.update/category.xml b/releng/org.eclipse.e4.ui.progress.update/category.xml
deleted file mode 100644
index 97af94a..0000000
--- a/releng/org.eclipse.e4.ui.progress.update/category.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
-   <feature url="features/org.eclipse.e4.ui.progress.feature_0.1.0.qualifier.jar" id="org.eclipse.e4.ui.progress.feature" version="0.1.0.qualifier">
-      <category name="org.eclipse.e4.ui.progress"/>
-   </feature>
-   <category-def name="org.eclipse.e4.ui.progress" label="Eclipse4 Progress View Beta"/>
-</site>
diff --git a/releng/org.eclipse.e4.ui.progress.update/pom.xml b/releng/org.eclipse.e4.ui.progress.update/pom.xml
deleted file mode 100644
index 55d453d..0000000
--- a/releng/org.eclipse.e4.ui.progress.update/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Copyright (c) 2012, 2014 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
--->
-<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.platform.ui</artifactId>
-    <groupId>eclipse.platform.ui</groupId>
-    <version>4.17.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
-  </parent>
-
-  <groupId>org.eclipse.e4</groupId>
-  <artifactId>org.eclipse.e4.ui.progress.update</artifactId>
-  <version>4.17.0-SNAPSHOT</version>
-  <packaging>eclipse-repository</packaging>
-
-</project>