1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

fixed up the pom id for features. Removed the fragment jar files.

This commit is contained in:
Doug Schaefer 2011-08-30 13:37:55 -04:00
parent 4d20b76b48
commit 51bd7c5a0a
12 changed files with 13 additions and 7 deletions

View file

@ -12,6 +12,6 @@
</parent>
<version>4.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.gdb.dsf.source</artifactId>
<artifactId>org.eclipse.cdt.gnu.dsf.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -12,6 +12,7 @@
</parent>
<version>7.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdtdebug.gdbjtag</artifactId>
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.debug.gdbjtag</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
<version>5.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.lrparser.source.feature</artifactId>
<artifactId>org.eclipse.cdt.core.lrparser.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
<version>1.0.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.p2-feature</artifactId>
<artifactId>org.eclipse.cdt.p2</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -11,7 +11,8 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.cdt.features</groupId>
<version>5.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.parser.upc.source.feature</artifactId>
<artifactId>org.eclipse.cdt.core.parser.upc.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -12,6 +12,7 @@
</parent>
<version>5.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.util-feature</artifactId>
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.util</artifactId>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -12,6 +12,7 @@
</parent>
<version>6.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.xlc.source.feature</artifactId>
<groupId>org.eclipse.cdt.features</groupId>
<artifactId>org.eclipse.cdt.xlc.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>