Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2012-03-12 04:39:05 +0000
committerMarc-Andre Laperle2012-03-12 04:39:05 +0000
commit863ac9d61ba4066699b49a5a46a077036a26c2b6 (patch)
treefd629faff74e74de32a92acf018161cd13f8add0 /build/org.eclipse.cdt.autotools.source-feature/pom.xml
parent4be0276d23c95deaaedb7ac41e57b8f8c322b7be (diff)
downloadorg.eclipse.cdt-863ac9d61ba4066699b49a5a46a077036a26c2b6.tar.gz
org.eclipse.cdt-863ac9d61ba4066699b49a5a46a077036a26c2b6.tar.xz
org.eclipse.cdt-863ac9d61ba4066699b49a5a46a077036a26c2b6.zip
Bug 368069 - RFE: Contribute Autotools plug-ins to the CDT
Diffstat (limited to 'build/org.eclipse.cdt.autotools.source-feature/pom.xml')
-rw-r--r--build/org.eclipse.cdt.autotools.source-feature/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.autotools.source-feature/pom.xml b/build/org.eclipse.cdt.autotools.source-feature/pom.xml
new file mode 100644
index 00000000000..af2529cba9f
--- /dev/null
+++ b/build/org.eclipse.cdt.autotools.source-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>8.1.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.cdt.features</groupId>
+ <version>3.0.1-SNAPSHOT</version>
+ <artifactId>org.eclipse.cdt.autotools.source</artifactId>
+ <packaging>eclipse-feature</packaging>
+</project>

Back to the top