Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tasse2017-05-24 15:46:03 +0000
committerPatrick Tasse2017-05-24 16:09:19 +0000
commitb1441aac39a2b6263c3cad39c7801ac1cfc61812 (patch)
treeae4027fbb0074bb57e023dbbb46b4d68ab324994
parent2ef4fa6c64055a748de8884be4e972ecc64dbcab (diff)
downloadorg.eclipse.swtbot-b1441aac39a2b6263c3cad39c7801ac1cfc61812.tar.gz
org.eclipse.swtbot-b1441aac39a2b6263c3cad39c7801ac1cfc61812.tar.xz
org.eclipse.swtbot-b1441aac39a2b6263c3cad39c7801ac1cfc61812.zip
Remove unused API problem filters
Change-Id: I0879b0aeb0604aa849bf73f7f1efde9f7302bc10 Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
-rw-r--r--org.eclipse.swtbot.swt.finder/.settings/.api_filters51
1 files changed, 0 insertions, 51 deletions
diff --git a/org.eclipse.swtbot.swt.finder/.settings/.api_filters b/org.eclipse.swtbot.swt.finder/.settings/.api_filters
deleted file mode 100644
index c2cfba5d..00000000
--- a/org.eclipse.swtbot.swt.finder/.settings/.api_filters
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<component id="org.eclipse.swtbot.swt.finder" version="2">
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton">
- <filter comment="This is the only really breaking change" id="336695337">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarButton"/>
- <message_argument value="click(int)"/>
- </message_arguments>
- </filter>
- </resource>
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarDropDownButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton">
- <filter comment="This is the only really breaking change" id="338792546">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton"/>
- <message_argument value="click()"/>
- </message_arguments>
- </filter>
- </resource>
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarPushButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton">
- <filter comment="This is the only really breaking change" id="338792546">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButton"/>
- <message_argument value="click()"/>
- </message_arguments>
- </filter>
- </resource>
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarRadioButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton">
- <filter comment="This is the only really breaking change" id="338792546">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButton"/>
- <message_argument value="click()"/>
- </message_arguments>
- </filter>
- </resource>
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarSeparatorButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarSeparatorButton">
- <filter comment="This is the only really breaking change" id="338792546">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarSeparatorButton"/>
- <message_argument value="click()"/>
- </message_arguments>
- </filter>
- </resource>
- <resource path="src/org/eclipse/swtbot/swt/finder/widgets/SWTBotToolbarToggleButton.java" type="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton">
- <filter comment="This is the only really breaking change" id="338792546">
- <message_arguments>
- <message_argument value="org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButton"/>
- <message_argument value="click()"/>
- </message_arguments>
- </filter>
- </resource>
-</component>

Back to the top