Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-11-30 14:09:49 +0000
committerAlexander Kurtakov2021-11-30 14:59:07 +0000
commitec7446048f36806e5d56c4c00f8845681286b7d1 (patch)
treedba2acd3bfb488bf246c79c3337a868419db9ba0
parent9422ef3826cbc4745f7946514e7baed456f9f999 (diff)
downloadeclipse.platform.team-ec7446048f36806e5d56c4c00f8845681286b7d1.tar.gz
eclipse.platform.team-ec7446048f36806e5d56c4c00f8845681286b7d1.tar.xz
eclipse.platform.team-ec7446048f36806e5d56c4c00f8845681286b7d1.zip
Bug 577521 - Stop building CVS plugins and featuresI20211130-1000
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>
-rw-r--r--pom.xml6
-rw-r--r--tests/pom.xml1
2 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index d5a4d74d1..524d0d610 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 fb20ae472..da4bd4a21 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>

Back to the top