Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-09-19 19:11:34 +0000
committerJeff Johnston2017-09-19 19:33:21 +0000
commitef5147a046cd6a1f6037448695342b88f8ccc128 (patch)
tree50c650c83607cea990ca2e221db577a26c8eb134 /cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
parent709689b36e1a1ec573d81a02a7e882faabca58e5 (diff)
downloadorg.eclipse.cdt-ef5147a046cd6a1f6037448695342b88f8ccc128.tar.gz
org.eclipse.cdt-ef5147a046cd6a1f6037448695342b88f8ccc128.tar.xz
org.eclipse.cdt-ef5147a046cd6a1f6037448695342b88f8ccc128.zip
- This commit is still needed to allow CDT Sonar job to run so that features that have same name as plug-ins will be distinguishable by Sonar job Change-Id: I3eb3f3cf94d5f4338d72c5d19d0baf2f7506c388
Diffstat (limited to 'cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml')
-rw-r--r--cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
new file mode 100644
index 00000000000..eee1a273c44
--- /dev/null
+++ b/cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
@@ -0,0 +1,18 @@
+<?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.build.crossgcc</artifactId>
+ <version>9.4.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top