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
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>
-rw-r--r--bundles/org.eclipse.cvs/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.cvs/pom.xml b/bundles/org.eclipse.cvs/pom.xml
index 84c61c945..1e215475f 100644
--- a/bundles/org.eclipse.cvs/pom.xml
+++ b/bundles/org.eclipse.cvs/pom.xml
@@ -12,8 +12,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>eclipse.platform.releng</groupId>
- <artifactId>eclipse.platform.releng</artifactId>
+ <groupId>eclipse.platform.team</groupId>
+ <artifactId>eclipse.platform.team</artifactId>
<version>4.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
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