Bug 565250 - Switch to use Tycho 2.0.0 snapshot

Specifies suites to run as otherwise Tycho discovers both Test and Tests
thus executing tests multiple times and tests are not ready for that.

Change-Id: Ib88d7bf75288ac84fdd7830931043ce0e34bbe01
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.equinox.common.tests/pom.xml b/bundles/org.eclipse.equinox.common.tests/pom.xml
index f920331..d5a68d1 100644
--- a/bundles/org.eclipse.equinox.common.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.common.tests/pom.xml
@@ -21,4 +21,7 @@
   <artifactId>org.eclipse.equinox.common.tests</artifactId>
   <version>3.13.0-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
+  <properties>
+    <testClass>org.eclipse.equinox.common.tests.AllTests</testClass>
+  </properties>
 </project>
diff --git a/bundles/org.eclipse.equinox.ds.tests/pom.xml b/bundles/org.eclipse.equinox.ds.tests/pom.xml
index d5d0501..53a9d46 100644
--- a/bundles/org.eclipse.equinox.ds.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.ds.tests/pom.xml
@@ -21,4 +21,7 @@
   <artifactId>org.eclipse.equinox.ds.tests</artifactId>
   <version>1.5.700-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
+  <properties>
+    <testClass>org.eclipse.equinox.ds.tests.AllTests</testClass>
+  </properties>
 </project>