[426376] Enable tests for webtools.common.tests repo
diff --git a/tests/org.eclipse.wst.common.tests.validation/pom.xml b/tests/org.eclipse.wst.common.tests.validation/pom.xml
index 233885b..2c9014b 100644
--- a/tests/org.eclipse.wst.common.tests.validation/pom.xml
+++ b/tests/org.eclipse.wst.common.tests.validation/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  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

@@ -23,5 +23,29 @@
   <groupId>org.eclipse.webtools.common</groupId>

   <artifactId>org.eclipse.wst.common.tests.validation</artifactId>

   <version>1.0.400-SNAPSHOT</version>

-  <packaging>eclipse-plugin</packaging>

-</project>
\ No newline at end of file
+  <packaging>eclipse-test-plugin</packaging>

+

+  <properties>

+    <testSuite>${project.artifactId}</testSuite>

+    <testClass>org.eclipse.wst.validation.tests.testcase.ValidationTestSuite</testClass>

+  </properties>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-surefire-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <configuration>

+          <dependencies>

+            <dependency>

+              <type>p2-installable-unit</type>

+              <artifactId>org.eclipse.jst.common.project.facet.core</artifactId>

+              <version>0.0.0</version>

+            </dependency>

+          </dependencies>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/tests/org.eclipse.wst.common.tests/pom.xml b/tests/org.eclipse.wst.common.tests/pom.xml
index 691dcd5..fe09c45 100644
--- a/tests/org.eclipse.wst.common.tests/pom.xml
+++ b/tests/org.eclipse.wst.common.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  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

@@ -23,5 +23,10 @@
   <groupId>org.eclipse.webtools.common</groupId>

   <artifactId>org.eclipse.wst.common.tests</artifactId>

   <version>1.2.300-SNAPSHOT</version>

-  <packaging>eclipse-plugin</packaging>

-</project>
\ No newline at end of file
+  <packaging>eclipse-test-plugin</packaging>

+

+  <properties>

+    <testSuite>${project.artifactId}</testSuite>

+    <testClass>org.eclipse.wst.common.frameworks.tests.bvt.AutomatedBVT</testClass>

+  </properties>

+</project>

diff --git a/tests/org.eclipse.wst.common.uriresolver.tests/pom.xml b/tests/org.eclipse.wst.common.uriresolver.tests/pom.xml
index 2536f97..e4e1cb2 100644
--- a/tests/org.eclipse.wst.common.uriresolver.tests/pom.xml
+++ b/tests/org.eclipse.wst.common.uriresolver.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  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

@@ -23,5 +23,5 @@
   <groupId>org.eclipse.webtools.common</groupId>

   <artifactId>org.eclipse.wst.common.uriresolver.tests</artifactId>

   <version>1.0.100-SNAPSHOT</version>

-  <packaging>eclipse-plugin</packaging>

-</project>
\ No newline at end of file
+  <packaging>eclipse-test-plugin</packaging>

+</project>

diff --git a/tests/org.eclipse.wst.internet.cache.tests/pom.xml b/tests/org.eclipse.wst.internet.cache.tests/pom.xml
index 95f8f94..ceffb73 100644
--- a/tests/org.eclipse.wst.internet.cache.tests/pom.xml
+++ b/tests/org.eclipse.wst.internet.cache.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <!--

-  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  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

@@ -23,5 +23,5 @@
   <groupId>org.eclipse.webtools.common</groupId>

   <artifactId>org.eclipse.wst.internet.cache.tests</artifactId>

   <version>1.0.100-SNAPSHOT</version>

-  <packaging>eclipse-plugin</packaging>

+  <packaging>eclipse-test-plugin</packaging>

 </project>