1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

Bug 350501 - add support in managed build projects for xlC v11

compiler options

Change-Id: I2281c37fc120ca788641bd7f4caae627927900cd
This commit is contained in:
Michael Lindo 2011-06-29 15:01:21 -04:00 committed by Vivian Kong
parent b7f01c65b2
commit 4946010ddd
2 changed files with 69 additions and 69 deletions

View file

@ -2,7 +2,7 @@
<feature
id="org.eclipse.cdt.xlc.feature"
label="%featureName"
version="6.1.0.qualifier"
version="6.3.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.managedbuilder.xlc.core"
image="eclipse_update_120.jpg">

View file

@ -11,7 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
<version>6.1.0-SNAPSHOT</version>
<version>6.3.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.xlc.feature</artifactId>
<packaging>eclipse-feature</packaging>
</project>