diff options
| author | Patrik Suzzi | 2016-04-05 00:02:47 +0000 |
|---|---|---|
| committer | Lars Vogel | 2016-04-15 14:10:46 +0000 |
| commit | 2fb6ad949b178432bea7521e04e815ded9d2e59b (patch) | |
| tree | a3d88acdab80da603b76ad1b29f6b36ac930df5c | |
| parent | a8fa774254b1dbcc68f31793e9ada2aaa0e9493e (diff) | |
| download | eclipse.platform.ui-2fb6ad949b178432bea7521e04e815ded9d2e59b.tar.gz eclipse.platform.ui-2fb6ad949b178432bea7521e04e815ded9d2e59b.tar.xz eclipse.platform.ui-2fb6ad949b178432bea7521e04e815ded9d2e59b.zip | |
Bug 477904 - Revert filters added to workaround PDE API tooling issue
Reverted filter added for a workaround.
Change-Id: I16b219f324806daac2cc65c892f691a3c9225b3b
Signed-off-by: Patrik Suzzi <psuzzi@gmail.com>
| -rw-r--r-- | bundles/org.eclipse.core.databinding.property/.settings/.api_filters | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/bundles/org.eclipse.core.databinding.property/.settings/.api_filters b/bundles/org.eclipse.core.databinding.property/.settings/.api_filters deleted file mode 100644 index bc56a4ffe0e..00000000000 --- a/bundles/org.eclipse.core.databinding.property/.settings/.api_filters +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<component id="org.eclipse.core.databinding.property" version="2"> - <resource path="src/org/eclipse/core/databinding/property/list/SimpleListProperty.java" type="org.eclipse.core.databinding.property.list.SimpleListProperty"> - <filter comment="See bug 477875" id="336695337"> - <message_arguments> - <message_argument value="org.eclipse.core.databinding.property.list.SimpleListProperty"/> - <message_argument value="doSetList(Object, List, ListDiff)"/> - </message_arguments> - </filter> - </resource> - <resource path="src/org/eclipse/core/databinding/property/map/SimpleMapProperty.java" type="org.eclipse.core.databinding.property.map.SimpleMapProperty"> - <filter comment="See bug 477875" id="336695337"> - <message_arguments> - <message_argument value="org.eclipse.core.databinding.property.map.SimpleMapProperty"/> - <message_argument value="doSetMap(Object, Map, MapDiff)"/> - </message_arguments> - </filter> - </resource> - <resource path="src/org/eclipse/core/databinding/property/set/SimpleSetProperty.java" type="org.eclipse.core.databinding.property.set.SimpleSetProperty"> - <filter comment="See bug 477875" id="336695337"> - <message_arguments> - <message_argument value="org.eclipse.core.databinding.property.set.SimpleSetProperty"/> - <message_argument value="doSetSet(Object, Set, SetDiff)"/> - </message_arguments> - </filter> - </resource> -</component> |
