diff options
author | Doug Schaefer | 2017-10-05 00:47:32 +0000 |
---|---|---|
committer | Doug Schaefer | 2017-10-06 20:36:51 +0000 |
commit | 11dcec43f211e694b0c8f811be37f34868a4cdf0 (patch) | |
tree | 8193e40cdce02c23518368667008d99488d7bf02 /upc | |
parent | cfd6e9867ede236878072ed630478685fd43cba0 (diff) | |
download | org.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 'upc')
-rw-r--r-- | upc/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/upc/pom.xml b/upc/pom.xml index 92d0b5dfcc2..2c37f543e7a 100644 --- a/upc/pom.xml +++ b/upc/pom.xml @@ -12,16 +12,4 @@ <artifactId>org.eclipse.cdt.upc-parent</artifactId> <packaging>pom</packaging> - - <modules> - <module>org.eclipse.cdt.core.parser.upc</module> - <module>org.eclipse.cdt.core.parser.upc.feature</module> - <module>org.eclipse.cdt.core.parser.upc.sdk.feature</module> - - <module>org.eclipse.cdt.managedbuilder.bupc.ui</module> - <module>org.eclipse.cdt.bupc-feature</module> -<!-- - <module>org.eclipse.cdt.core.parser.upc.tests</module> ---> - </modules> </project> |