1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Added in the new make projects.

This commit is contained in:
Doug Schaefer 2003-09-16 21:31:41 +00:00
parent c7a74ef049
commit 9579841bcd
2 changed files with 4 additions and 1 deletions

View file

@ -16,6 +16,8 @@
<plugin name="org.eclipse.cdt.launch" type="plugin"/>
<plugin name="org.eclipse.cdt.linux.gtk" type="plugin"/>
<plugin name="org.eclipse.cdt.linux.motif" type="plugin"/>
<plugin name="org.eclipse.cdt.make.core" type="plugin"/>
<plugin name="org.eclipse.cdt.make.ui" type="plugin"/>
<plugin name="org.eclipse.cdt.managedbuilder.core" type="plugin"/>
<plugin name="org.eclipse.cdt.managedbuilder.ui" type="plugin"/>
<plugin name="org.eclipse.cdt.qnx.photon" type="plugin"/>
@ -28,6 +30,7 @@
<feature name="org.eclipse.cdt" suffix="-feature" type="feature" visible="false"/>
<feature name="org.eclipse.cdt.linux.gtk" suffix="-feature" type="feature"/>
<feature name="org.eclipse.cdt.linux.motif" suffix="-feature" type="feature"/>
<feature name="org.eclipse.cdt.make" suffix="-feature" type="feature"/>
<feature name="org.eclipse.cdt.managedbuilder" suffix="-feature" type="feature"/>
<feature name="org.eclipse.cdt.qnx.photon" suffix="-feature" type="feature"/>
<feature name="org.eclipse.cdt.solaris.motif" suffix="-feature" type="feature"/>

View file

@ -44,7 +44,7 @@
</xsl:copy>
</xsl:template>
<xsl:template mode="feature" match="import[starts-with(@plugin,'org.eclipse.cdt')]">
<xsl:template mode="feature" match="import[starts-with(@plugin,'org.eclipse.cdt')]|import[starts-with(@feature,'org.eclipse.cdt')]">
<xsl:copy>
<xsl:attribute name="version">
<xsl:value-of select="$version"/>