Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.cdt.native-feature/pom.xml17
-rw-r--r--releng/org.eclipse.cdt.platform-feature/pom.xml17
-rw-r--r--releng/org.eclipse.cdt.sdk-feature/feature-no-source.properties1
-rw-r--r--releng/org.eclipse.cdt.sdk-feature/pom.xml16
-rw-r--r--releng/org.eclipse.cdt.sdk/pom.xml37
-rw-r--r--releng/org.eclipse.cdt.testing-feature/feature.xml2
-rw-r--r--releng/org.eclipse.cdt.testing-feature/pom.xml17
-rw-r--r--releng/pom.xml29
8 files changed, 31 insertions, 105 deletions
diff --git a/releng/org.eclipse.cdt.native-feature/pom.xml b/releng/org.eclipse.cdt.native-feature/pom.xml
deleted file mode 100644
index a72ce93d523..00000000000
--- a/releng/org.eclipse.cdt.native-feature/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.cdt</groupId>
- <artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <groupId>org.eclipse.cdt.features</groupId>
- <artifactId>org.eclipse.cdt.native</artifactId>
- <packaging>eclipse-feature</packaging>
-</project>
diff --git a/releng/org.eclipse.cdt.platform-feature/pom.xml b/releng/org.eclipse.cdt.platform-feature/pom.xml
deleted file mode 100644
index 7c563e8bf0c..00000000000
--- a/releng/org.eclipse.cdt.platform-feature/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.cdt</groupId>
- <artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <groupId>org.eclipse.cdt.features</groupId>
- <artifactId>org.eclipse.cdt.platform</artifactId>
- <packaging>eclipse-feature</packaging>
-</project>
diff --git a/releng/org.eclipse.cdt.sdk-feature/feature-no-source.properties b/releng/org.eclipse.cdt.sdk-feature/feature-no-source.properties
new file mode 100644
index 00000000000..8c2b2f70c57
--- /dev/null
+++ b/releng/org.eclipse.cdt.sdk-feature/feature-no-source.properties
@@ -0,0 +1 @@
+# This file tells the Maven build to not generate sources for this feature
diff --git a/releng/org.eclipse.cdt.sdk-feature/pom.xml b/releng/org.eclipse.cdt.sdk-feature/pom.xml
index 6af22411aae..172b340bc8c 100644
--- a/releng/org.eclipse.cdt.sdk-feature/pom.xml
+++ b/releng/org.eclipse.cdt.sdk-feature/pom.xml
@@ -14,20 +14,4 @@
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.sdk</artifactId>
<packaging>eclipse-feature</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-source-feature-plugin</artifactId>
- <version>${tycho-extras-version}</version>
- <executions>
- <execution>
- <id>source-feature</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
</project>
diff --git a/releng/org.eclipse.cdt.sdk/pom.xml b/releng/org.eclipse.cdt.sdk/pom.xml
deleted file mode 100644
index 8e836c19b2a..00000000000
--- a/releng/org.eclipse.cdt.sdk/pom.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.cdt</groupId>
- <artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <version>9.3.0-SNAPSHOT</version>
- <artifactId>org.eclipse.cdt.sdk</artifactId>
- <packaging>eclipse-plugin</packaging>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-source-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>plugin-source</id>
- <phase>none</phase>
- </execution>
- <execution>
- <id>attach-source</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
diff --git a/releng/org.eclipse.cdt.testing-feature/feature.xml b/releng/org.eclipse.cdt.testing-feature/feature.xml
index c51c4fbbb9c..d09a1bd61e3 100644
--- a/releng/org.eclipse.cdt.testing-feature/feature.xml
+++ b/releng/org.eclipse.cdt.testing-feature/feature.xml
@@ -63,7 +63,7 @@
version="0.0.0"/>
<plugin
- id="org.eclipse.cdt.codan.core.test"
+ id="org.eclipse.cdt.codan.core.tests"
download-size="0"
install-size="0"
version="0.0.0"
diff --git a/releng/org.eclipse.cdt.testing-feature/pom.xml b/releng/org.eclipse.cdt.testing-feature/pom.xml
deleted file mode 100644
index a575016236e..00000000000
--- a/releng/org.eclipse.cdt.testing-feature/pom.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.eclipse.cdt</groupId>
- <artifactId>cdt-parent</artifactId>
- <version>9.3.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
- </parent>
-
- <groupId>org.eclipse.cdt.features</groupId>
- <artifactId>org.eclipse.cdt.testing</artifactId>
- <packaging>eclipse-feature</packaging>
-</project>
diff --git a/releng/pom.xml b/releng/pom.xml
new file mode 100644
index 00000000000..4dc5b75886f
--- /dev/null
+++ b/releng/pom.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.cdt</groupId>
+ <artifactId>cdt-parent</artifactId>
+ <version>9.3.0-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.cdt.releng-parent</artifactId>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.cdt.native-feature</module>
+ <module>org.eclipse.cdt</module>
+ <module>org.eclipse.cdt.platform-feature</module>
+ <module>org.eclipse.cdt-feature</module>
+ <module>org.eclipse.cdt.sdk</module>
+ <module>org.eclipse.cdt.sdk-feature</module>
+ <module>org.eclipse.cdt.target</module>
+ <module>org.eclipse.cdt.testing</module>
+ <module>org.eclipse.cdt.testing-feature</module>
+ <module>org.eclipse.cdt.testing.repo</module>
+ <module>org.eclipse.cdt.repo</module>
+ </modules>
+</project>

Back to the top