Skip to content

Commit

Permalink
Fix API tool warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 28, 2024
1 parent c09ec0b commit c111649
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*/*/bin/
/*/*/bin_ant/
bin/
bin_ant/
*~
*.rej
*.bak
Expand Down
20 changes: 20 additions & 0 deletions tools/bundles/org.eclipse.e4.tools.compat/.settings/.api_filters
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<component id="org.eclipse.e4.tools.compat" version="2">
<resource path="src/org/eclipse/e4/tools/compat/internal/ContextServiceFactory.java" type="org.eclipse.e4.tools.compat.internal.ContextServiceFactory">
<filter id="574664731">
<message_arguments>
<message_argument value="org.eclipse.e4.tools.compat.internal.ContextServiceFactory.create(Class, IServiceLocator, IServiceLocator)"/>
<message_argument value="IStylingEngine"/>
</message_arguments>
</filter>
</resource>
<resource path="src/org/eclipse/e4/tools/compat/internal/PartHelper.java" type="org.eclipse.e4.tools.compat.internal.PartHelper">
<filter id="640712815">
<message_arguments>
<message_argument value="IStylingEngine"/>
<message_argument value="PartHelper"/>
<message_argument value="setClassname(Object, String)"/>
</message_arguments>
</filter>
</resource>
</component>

0 comments on commit c111649

Please sign in to comment.