Removes validation of RAP basic target.

Change-Id: Ie3a29a871474f3dc48a441fe9e8730adf58421fe
Reviewed-on: https://git.eclipse.org/r/16753
Reviewed-by: Ken Lee <kle@bsiag.com>
IP-Clean: Ken Lee <kle@bsiag.com>
Tested-by: Ken Lee <kle@bsiag.com>
diff --git a/org.eclipse.scout.rap.basic.target/pom.xml b/org.eclipse.scout.rap.basic.target/pom.xml
index a0d2387..a7a00ca 100644
--- a/org.eclipse.scout.rap.basic.target/pom.xml
+++ b/org.eclipse.scout.rap.basic.target/pom.xml
@@ -81,26 +81,6 @@
           </replacements>
         </configuration>
       </plugin>
-
-      <plugin>
-        <groupId>org.eclipse.tycho.extras</groupId>
-        <artifactId>target-platform-validation-plugin</artifactId>
-        <version>${tycho-extras.version}</version>
-        <executions>
-          <execution>
-            <phase>verify</phase>
-            <goals>
-              <goal>validate-target-platform</goal>
-            </goals>
-            <configuration>
-              <targetFiles>
-                <param>org.eclipse.scout.rap.basic.target.target</param>
-              </targetFiles>
-              <failOnError>true</failOnError>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>
 </project>
\ No newline at end of file