mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Adding API filter for default method
Change-Id: I3a7441ce7820976b663ba5711e848761c8d41f66
This commit is contained in:
parent
03051c91ab
commit
2cbf669a38
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<component id="org.eclipse.cdt.core" version="2">
|
||||
<resource path="src/org/eclipse/cdt/core/build/ICBuildConfiguration.java" type="org.eclipse.cdt.core.build.ICBuildConfiguration">
|
||||
<filter comment="We allow to add default methods to interfaces" id="404000815">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
|
||||
<message_argument value="getDefaultProperties()"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
<filter comment="We allow to add default methods to interfaces" id="404000815">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.build.ICBuildConfiguration"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue