Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorDoug Schaefer2017-10-05 00:47:32 +0000
committerDoug Schaefer2017-10-06 20:36:51 +0000
commit11dcec43f211e694b0c8f811be37f34868a4cdf0 (patch)
tree8193e40cdce02c23518368667008d99488d7bf02 /remote
parentcfd6e9867ede236878072ed630478685fd43cba0 (diff)
downloadorg.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.tar.gz
org.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.tar.xz
org.eclipse.cdt-11dcec43f211e694b0c8f811be37f34868a4cdf0.zip
Add UI tests plugin for CMake. Fix a couple of bugs it found.
Also restructures the pom.xmls to put the modules in the top level so we can order them to have the test plugins build after them. Change-Id: I2f0e4ebd252791fb8844cdf0f635d574946207aa
Diffstat (limited to 'remote')
-rw-r--r--remote/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/remote/pom.xml b/remote/pom.xml
index 68574a4fb41..bb58a5b8c89 100644
--- a/remote/pom.xml
+++ b/remote/pom.xml
@@ -12,9 +12,4 @@
<artifactId>org.eclipse.cdt.remote-parent</artifactId>
<packaging>pom</packaging>
-
- <modules>
- <module>org.eclipse.cdt.remote.core</module>
- <module>org.eclipse.cdt.remote-feature</module>
- </modules>
</project>

Back to the top