Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-11-17 11:23:52 +0000
committerLars Vogel2017-11-17 11:23:52 +0000
commitccc5ee382d576f6b2847dce1d26b9aedf63319eb (patch)
tree0f9e54e52936e23fae3a25b0bcdb44277bbf3b0b /pom.xml
parent31b46c1974e697c9b21c3bc32f79be1cfa9fcf8f (diff)
downloadeclipse.platform.team-ccc5ee382d576f6b2847dce1d26b9aedf63319eb.tar.gz
eclipse.platform.team-ccc5ee382d576f6b2847dce1d26b9aedf63319eb.tar.xz
eclipse.platform.team-ccc5ee382d576f6b2847dce1d26b9aedf63319eb.zip
Bug 515380 - Move org.eclipse.cvs from releng to team repo
Adds org.eclipse.cvs to the team build Change-Id: I5893c0a2081bb99403b059918264d57091a0fa2e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 59ce1e298..ad25e982d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,8 +56,8 @@
<modules>
<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>

Back to the top