Bug 577521 - Stop building CVS plugins and features

Actually stop building the bundles, tests and feature.

Change-Id: I9de51ea0b3fae4b48098828f206f7d2f63c13057
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/188314
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index d5a4d74..524d0d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,14 +55,10 @@
     <module>bundles/org.eclipse.compare</module>
     <module>bundles/org.eclipse.compare.win32</module>
     <module>bundles/org.eclipse.compare.core</module>
-    <module>bundles/org.eclipse.cvs</module>
     <module>bundles/org.eclipse.core.net</module>
     <module>bundles/org.eclipse.jsch.core</module>
     <module>bundles/org.eclipse.jsch.ui</module>
     <module>bundles/org.eclipse.team.core</module>
-    <module>bundles/org.eclipse.team.cvs.core</module>
-    <module>bundles/org.eclipse.team.cvs.ssh2</module>
-    <module>bundles/org.eclipse.team.cvs.ui</module>
     <module>bundles/org.eclipse.team.ui</module>
     <module>bundles/org.eclipse.team.genericeditor.diff.extension</module>
     <module>bundles/org.eclipse.ui.net</module>
@@ -70,8 +66,6 @@
     <module>examples/org.eclipse.compare.examples.xml</module>
     <module>examples/org.eclipse.team.examples.filesystem</module>
 
-    <module>features/org.eclipse.cvs-feature</module>
-
     <!-- fragments -->
     <module>bundles/org.eclipse.core.net.linux</module>
     <module>bundles/org.eclipse.core.net.linux.x86_64</module>
diff --git a/tests/pom.xml b/tests/pom.xml
index fb20ae4..da4bd4a 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -26,7 +26,6 @@
     <module>org.eclipse.compare.tests</module>
     <module>org.eclipse.core.tests.net</module>
     <module>org.eclipse.jsch.tests</module>
-    <module>org.eclipse.team.tests.cvs.core</module>
     <module>org.eclipse.team.tests.core</module>
   </modules>
 </project>