Bug 515377 - Add org.eclipse.core.tests.harness to our test feature

org.eclipse.core.tests.harness is required my many test plug-ins across
the Eclipse project. This adds the plug-in to our test feature so that
the setup for the other test plug-ins is easier. 

Change-Id: I5ea70715c5304f8661c7b6fcfb35eadddf1852e2
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
diff --git a/features/org.eclipse.test-feature/feature.xml b/features/org.eclipse.test-feature/feature.xml
index 54eba54..965a598 100644
--- a/features/org.eclipse.test-feature/feature.xml
+++ b/features/org.eclipse.test-feature/feature.xml
@@ -81,4 +81,10 @@
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.eclipse.core.tests.harness"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
 </feature>
diff --git a/features/org.eclipse.test-feature/pom.xml b/features/org.eclipse.test-feature/pom.xml
index c1449a2..f14795a 100644
--- a/features/org.eclipse.test-feature/pom.xml
+++ b/features/org.eclipse.test-feature/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2015 Eclipse Foundation and others.
+  Copyright (c) 2012, 2017 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
@@ -20,6 +20,6 @@
   </parent>
   <groupId>org.eclipse.test.feature</groupId>
   <artifactId>org.eclipse.test</artifactId>
-  <version>3.7.100-SNAPSHOT</version>
+  <version>3.7.200-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>