mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Workaround PDE bug that displays API errors where there are none
Change-Id: I8d737b9ae339c105f369ec1b54efdaa7fd7bc493
This commit is contained in:
parent
cb1228180c
commit
2c329f6a82
2 changed files with 52 additions and 1 deletions
51
jsoncdb/org.eclipse.cdt.jsoncdb.core/.settings/.api_filters
Normal file
51
jsoncdb/org.eclipse.cdt.jsoncdb.core/.settings/.api_filters
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<component id="org.eclipse.cdt.jsoncdb.core" version="2">
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/CompileCommandsJsonParser.java" type="org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.CompileCommandsJsonParser"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/IParserPreferences.java" type="org.eclipse.cdt.jsoncdb.core.IParserPreferences">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.IParserPreferences"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/IParserPreferencesAccess.java" type="org.eclipse.cdt.jsoncdb.core.IParserPreferencesAccess">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.IParserPreferencesAccess"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/IParserPreferencesMetadata.java" type="org.eclipse.cdt.jsoncdb.core.IParserPreferencesMetadata">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.IParserPreferencesMetadata"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/ISourceFileInfoConsumer.java" type="org.eclipse.cdt.jsoncdb.core.ISourceFileInfoConsumer">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.ISourceFileInfoConsumer"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
<resource path="src/org/eclipse/cdt/jsoncdb/core/ParseRequest.java" type="org.eclipse.cdt.jsoncdb.core.ParseRequest">
|
||||
<filter comment=""A PDE bug incorrectly reports this as no longer API, yet it is still API. Appears to be because the last release was the first to make this package API" id="305365105">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core.ParseRequest"/>
|
||||
<message_argument value="org.eclipse.cdt.jsoncdb.core_1.2.0"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
</resource>
|
||||
</component>
|
|
@ -4,7 +4,7 @@ Bundle-Name: %bundleName
|
|||
Bundle-Description: %bundleDescription
|
||||
Bundle-Copyright: %Bundle-Copyright
|
||||
Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.core;singleton:=true
|
||||
Bundle-Version: 1.1.0.qualifier
|
||||
Bundle-Version: 1.1.100.qualifier
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
Bundle-Localization: plugin
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||
|
|
Loading…
Add table
Reference in a new issue